Skip to content

3.0.0: Element -> Node, Code generator

Compare
Choose a tag to compare
@thekid thekid released this 09 Sep 14:36
· 436 commits to master since this release
  • Heads up: Changed transformation API - functions must accept a
    reference to the code generation process as their first parameter.
    (@thekid)
  • Heads up: Added kind to UnaryExpression constructor which is
    either prefix or suffix, supporting ++$i as well as $i++.
    (@thekid)
  • Merged PR #4: Add Node class replacing Element and Value - @thekid