Skip to content

2.0.4 - Fixes

Compare
Choose a tag to compare
@ichiriac ichiriac released this 09 Jul 22:45
  • Fix AST errors on suppressErrors
  • Add curly boolean on variable node (for ${bar} syntax)
  • Implement the static closure flag, ex: $c = static function() {};