-
Notifications
You must be signed in to change notification settings - Fork 76
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
Baseline "limited availability" for ESM? #1164
Comments
I think the problem is that This fix should be to remove javascript.statements.import from CSS modules in web-features. |
I didn't know how yari mapped MDN pages to web-features, but this way sounds prone to bugs.
Ensuring that we use BCD keys just once in the repo feels like an arbitrary limitation that will be a problem for us in the future. MDN optionally associates articles with web-features (probably by adding a |
This prevents a problem like in web-platform-dx#1164 from happening before we have a way to handle it.
This is to release the fix for web-platform-dx#1164.
This prevents a problem like in #1164 from happening before we have a way to handle it.
Originally reported in mdn/browser-compat-data.
I had a look in js-modules.yml in the current repo, but all the features cited there are widely supported — even
nomodule
looks to be supported in Safari 11 (Sep 2017), according to MDN.The text was updated successfully, but these errors were encountered: