compat-table
compat-table copied to clipboard
Add Dynamic Import Tests
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 https://github.com/kangax/compat-table/pull/1051, which contains more information, additional resource links, and some example tests with review feedback.
The dynamic import standard is in stage 3 It is now supported by chrome
@AMorgaut dynamic imports are supported in all major browsers (except based on EdgeHTML Edge) https://caniuse.com/#feat=es6-module-dynamic-import
@chicoxyzzy yes :-) I limited my mention to Chrome which shares v8 with node
few related resources:
- https://techsparx.com/nodejs/esnext/dynamic-import.html
- https://github.com/nodejs/node/issues/24894
The OP describes what must be done to close this issue.