> > // a.js > > var foo = 1; > export foo as 'a.b.c'; > > // b.js > > import 'a.b.c' as foo from "a.js" > > That is not valid. Export binding names (where you have 'a.b.c') must be IdentifierName.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

