Skip to content

4.0.0: Syntax plugins

Compare
Choose a tag to compare
@thekid thekid released this 09 Sep 21:11
· 906 commits to master since this release
  • 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)