You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR #69: Remove support for Hack arrow functions - @thekid
Fixed operator precedence for unary prefix operators - @thekid
Merged PR #66: Syntax plugins. With this facility in place, the compiler
can be extended much like Babel.
This is useful for adapting features which may or may not make it into
PHP one day. Current extensions like compact methods are kept for BC
reasons, but will be extracted into their own libraries in the future!
(@thekid)