from './foo' import './foo';
Michael J. Ryan
tracker1 at gmail.com
Wed Apr 4 17:17:47 UTC 2018
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 <cyril.auburtin at gmail.com> 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
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180404/75657a49/attachment-0001.html>
More information about the es-discuss
mailing list