Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2 Add support for ES6 & JSX #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

charliedowler
Copy link

Features

  • Full support for ECMAScript 5.1 (ECMA-262)
  • Experimental support for ES6/Harmony (module, class, destructuring, ...)
  • Full support for JSX syntax extensions.
  • Sensible syntax tree format compatible with Mozilla Parser AST
  • Optional tracking of syntax node location (index-based and line-column)
  • Heavily tested (> 650 unit tests with full code coverage)
  • Ongoing support for ES6/Harmony (module, class, destructuring, ...)

@stremlenye
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants