You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data:js 📟Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScriptidle 🐌Issues and pull requests with no recent activity
What information was incorrect, unhelpful, or incomplete?
The compatibility table says that only node versions >= 13.2.0 have support for the dynamic import statement, but the feature was backported to the 12.x release line to ease transition to ESM. So versions >=12.20.0 fully support the dynamic import statement. Release data taken from https://nodejs.org/en/download/releases/ .
data:js 📟Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScriptidle 🐌Issues and pull requests with no recent activity
MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
What information was incorrect, unhelpful, or incomplete?
The compatibility table says that only node versions
>= 13.2.0
have support for the dynamic import statement, but the feature was backported to the12.x
release line to ease transition to ESM. So versions>=12.20.0
fully support the dynamic import statement. Release data taken from https://nodejs.org/en/download/releases/ .12.16.3
12.17.0
>=12.20.0
13.0.0
>=13.2.0
Specific section or headline?
"Browser compatibility" section
What did you expect to see?
Correct compatibility data.
Did you test this? If so, how?
Tested locally with this test case by going through all node versions with nvm.
MDN Content page report details
en-us/web/javascript/reference/statements/import
The text was updated successfully, but these errors were encountered: