Personally I like this syntax better, but feel that changing or adding import syntax at this point I'd a non-starter... Not sure what others feel about this one.
On Wed, Apr 4, 2018, 09:23 Cyril Auburtin <[email protected]> wrote: > Could > ```js > from 'name' import something; > ``` > > be added to ES module grammar? > > which would work like the current > ```js > import something from 'name'; > ``` > > The advantage is to sort more easily import, and have autocompletion of > imported identifiers > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

