Thanks, maybe should add es6draft to https://github.com/addyosmani/es6-tools
I don't even know this exists, and wiki is down too... On Fri, Nov 13, 2015 at 6:44 PM, Till Schneidereit <[email protected]> wrote: > On Fri, Nov 13, 2015 at 8:18 AM, Eric Suen <[email protected]> wrote: >> >> My bad, I mixd it with esprima, on Chrome and Firefox in loose mode, let >> declaration is not support. >> so it's syntax error, in esprima, let let = 1 is invalid, but let private >> = 1 is valid. > > > When testing things like this, I would recommend testing against the latest > development versions of browsers, i.e. Chrome Canary and Firefox Nightly. At > least in the latter, let is supported in strict and non-strict mode. > > Also, take a look at es6draft, which strives (very successfully) to be a > highly compliant implementation of the entire spec: > https://github.com/anba/es6draft -- ------------------------------------------------ Spket IDE - Development Tool for RIA. http://www.spket.com _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

