Unclear on the right place to ask for this, and I am now ending up on
es-discuss.

Node's support for ES modules would ideally be non-ambiguous and not
require parsing to determine the goal of a file (
https://github.com/bmeck/node-eps/blob/es6-module/002-es6-modules.md#determining-if-source-is-an-es6-module
). So far we have been met with RTFM it feels like. We were looking at
getting a file extension added to Node for such things, some of the
contributors have expressed concern about using an unregistered file type.

I am wondering if this is the right place to find the person to get a
`+module` suffix added to `application/javascript` so we can officially
register a `.jsm` or `.es` file type.

Places we have been to so far (with confusing directions on where to go
from there):

* TC39
* WHATWG

Bradley
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to