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

Reply via email to