Sounds good to me. Thanks Jason. So I'll track this list to implement a new Node in Esprima with the same name as the name already used by SpiderMonkey. Ariya, do you have any comments?
And I'll start supporting ArrowFunctionExpression in Escodegen[1]. :D [1]: https://github.com/Constellation/escodegen/issues/127 Thanks, Yusuke Suzuki 2013年9月7日土曜日 Jason Orendorff [email protected]: > Yusuke, thanks for bringing this up. > > Ariya, I think we should switch to ArrowFunctionExpression, so I filed a > bug against Reflect.parse to make that change.[1] > > The names we use are listed in [2] in case you ever want to check. When > you add new node types, please send mail to this list, and I'll try to do > the same. > > `yield * EXPR` is being implemented in SM right now[3]. The structure > proposed in the patch is different but I'll suggest switching to what > Esprima does in my code review. > > -j > > [1]: > https://bugzilla.mozilla.org/**show_bug.cgi?id=913617<https://bugzilla.mozilla.org/show_bug.cgi?id=913617> > [2]: > https://mxr.mozilla.org/**mozilla-central/source/js/src/**jsast.tbl<https://mxr.mozilla.org/mozilla-central/source/js/src/jsast.tbl> > [3]: > https://bugzilla.mozilla.org/**show_bug.cgi?id=666396<https://bugzilla.mozilla.org/show_bug.cgi?id=666396> > _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

