Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import / export #7

Open
reggi opened this issue Apr 25, 2016 · 9 comments
Open

import / export #7

reggi opened this issue Apr 25, 2016 · 9 comments

Comments

@reggi
Copy link

reggi commented Apr 25, 2016

One of the big things for me is support for import / export, which is in es2015, why isn't this in your list?

@williamkapke
Copy link
Owner

Yeah, it is ES2015 and should be part of the list. Because this project uses Kangax's tests it will only display categories they include. Currently, they do not have a test for it. See: compat-table#316

Node will be using a special file extension to load modules- so that requires any tests to be save to their own files- which will require some reworking of how my scripts run.

The answer for Node (currently) is: Not implemented.

@ericgrosse
Copy link

What's the point of using ES6 in a node environment if such a key feature is missing?

I did find a polyfill for it here, but it would be nice to run a node environment that doesn't require babel in some way, shape or form.

@ljharb
Copy link
Collaborator

ljharb commented Aug 7, 2016

@ericgrosse the loader spec isn't finished, so ES modules don't actually exist yet. import/export don't actually do anything per the ES6 spec.

@ghost
Copy link

ghost commented Mar 17, 2017

I'm a little confused. This compat table currently lists ES2015 Support for Node 6.10 and above as 99%. Without Modules support wouldn't that make the metrics inaccurate?

@ljharb
Copy link
Collaborator

ljharb commented Mar 17, 2017

No, because Modules do not yet exist.

ES6 only contains Module parsing goal semantics (which an engine does not have to implement if they don't provide a way to get there). That's only one piece of "ES Modules".

@ghost
Copy link

ghost commented Mar 17, 2017

I see. Thanks for clarifying. I believe what I'm looking for is Node support for ES2016, then.

@ljharb
Copy link
Collaborator

ljharb commented Mar 17, 2017

ES2016 over ES2015 only adds ** and Array.prototype.includes. ES2017 adds async function, and a number of new API methods. ES Modules, as a whole concept, won't ever be in the ES language spec - just the building blocks for them that ES2015 ships.

@FossPrime
Copy link

as of 8.7 it's behind a flag. It's still behind a flag on 9.0

@jaggli
Copy link

jaggli commented Jan 19, 2018

Can we simply add it to the list for good measures? It's also in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants