google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 578 forks source link

Support IdentifierName in extended export #2013

Closed arv closed 8 years ago

arv commented 8 years ago

The following is now valid:

// Options: --export-from-extended
export new from './file.js';

Fixes #2003

arv commented 8 years ago

@johnjbarton PTAL

johnjbarton commented 8 years ago

Why would allowing new here be a good thing?

arv commented 8 years ago

These are more like property names than binding names.

johnjbarton commented 8 years ago

LGTM