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

Module Support: complete implementation #61

Merged
merged 1 commit into from
Jun 7, 2018
Merged

Conversation

rwaldron
Copy link
Contributor

@rwaldron rwaldron commented May 31, 2018

  • 224 A whole bunch of tests directly from test262 (count of files that are not _FIXTURE.js)
  • Out of the box support: V8, SpiderMonkey, JavaScriptCore and Moddable XS

This is blocked by test262-stream (which just needs to be released)

@jugglinmike
Copy link
Contributor

Here you go, version 1.2.0:

@rwaldron rwaldron force-pushed the module-support-complete branch 11 times, most recently from 40bd77f to c3b9352 Compare June 5, 2018 14:58
@rwaldron
Copy link
Contributor Author

rwaldron commented Jun 5, 2018

Fully green with both module and dynamic imports tests. I feel good enough about this to land now. Unfortunately, I'm completely blocked by this feature and need to move forward.

@rwaldron rwaldron force-pushed the module-support-complete branch 4 times, most recently from 5299e1d to c5af48b Compare June 6, 2018 20:28
- Many tests directly from test262 (count of files that are not _FIXTURE.js)
- Out of the box support: V8, SpiderMonkey, JavaScriptCore and Moddable XS
@rwaldron
Copy link
Contributor Author

rwaldron commented Jun 7, 2018

I've opened an issue with ChakraCore requesting a new -module flag that will enable ch -module source.js as a way of executing module code. That issue already has excellent positive momentum!

@rwaldron rwaldron merged commit ca5a8fd into master Jun 7, 2018
@mathiasbynens
Copy link
Member

Is this available through eshost-cli?

Note that both V8 and JSC automatically enable the module goal for any files whose name ends with .mjs in their shells, without the need to set any command-line flags.

@rwaldron
Copy link
Contributor Author

@mathiasbynens I've just assigned your request to myself.

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

Successfully merging this pull request may close these issues.

3 participants