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

Add Dynamic Import Tests #1052

Open
ghost opened this issue Mar 19, 2017 · 4 comments
Open

Add Dynamic Import Tests #1052

ghost opened this issue Mar 19, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 19, 2017

https://tc39.github.io/proposal-dynamic-import/

import() is proposed to work in both scripts and modules. This gives script code an easy asynchronous entry point into the module world, allowing it to start running module code.

Prior to adding accepting a PR to add the tests a "Modules Tab" should be created as discussed in #316 and as exemplified in #1051, which contains more information, additional resource links, and some example tests with review feedback.

@AMorgaut
Copy link

AMorgaut commented Mar 20, 2019

The dynamic import standard is in stage 3
It is now supported by chrome

@chicoxyzzy
Copy link
Member

chicoxyzzy commented Mar 20, 2019

@AMorgaut dynamic imports are supported in all major browsers (except based on EdgeHTML Edge) https://caniuse.com/#feat=es6-module-dynamic-import

@AMorgaut
Copy link

@chicoxyzzy yes :-)
I limited my mention to Chrome which shares v8 with node

few related resources:

@ljharb
Copy link
Member

ljharb commented Mar 20, 2019

The OP describes what must be done to close this issue.

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

No branches or pull requests

3 participants