Parser for ES6?
John Lenz
concavelenz at gmail.com
Tue May 12 23:34:53 UTC 2015
The Closure Compiler parser is here:
https://github.com/google/closure-compiler/tree/master/src/com/google/javascript/jscomp/parsing/parser
I know it is still missing new.target, I believe it is otherwise up to date.
On Thu, May 7, 2015 at 10:42 AM, Michael Ficarra <mficarra at shapesecurity.com
> wrote:
> The Shift parser has, to my knowledge, the most complete support for ES6.
> You can try it out in the online demo at
> http://jsoverson.github.io/shift-visualizer/. Note that the demo is using
> a slightly out of date parser, but I've asked the maintainer to update it
> ASAP.
>
> On Thu, May 7, 2015 at 8:52 AM, Mathias Bynens <mathiasb at opera.com> wrote:
>
>> On Thu, May 7, 2015 at 5:37 PM, Park, Daejun <dpark69 at illinois.edu>
>> wrote:
>> > Is there any parser for ES6?
>>
>> https://github.com/shapesecurity/shift-parser-js supports ES6/ES2015
>> RC2. You can read more about it here:
>> http://engineering.shapesecurity.com/2015/04/two-phase-parsing.html
>> _______________________________________________
>> es-discuss mailing list
>> es-discuss at mozilla.org
>> https://mail.mozilla.org/listinfo/es-discuss
>>
>
>
>
> --
> Shape Security is hiring outstanding individuals. Check us out at *https://shapesecurity.com/jobs/
> <https://shapesecurity.com/jobs/>*
>
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150512/cbc77d6b/attachment-0001.html>
More information about the es-discuss
mailing list