atom-node-resolver icon indicating copy to clipboard operation
atom-node-resolver copied to clipboard

#2 Add support for ES6 & JSX

Open charliedowler opened this issue 10 years ago • 1 comments

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, ...)

charliedowler avatar Feb 09 '15 20:02 charliedowler

:+1:

stremlenye avatar May 24 '15 21:05 stremlenye