We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSON modules are a way to import JSON in JavaScript using the import attributes Syntax.
Import attributes and JSON modules are at stage 4 at TC39. The old syntax has been removed from Chrome.
https://tc39.es/proposal-import-attributes/ https://github.com/tc39/proposal-json-modules
Implemented in Chrome/Edge and Safari.
This Tweet has almost 900 likes https://x.com/mattpocockuk/status/1694679999117246640?s=20
Tests: https://wpt.fyi/results/html/semantics/scripting-1/the-script-element?label=master&label=experimental&aligned&q=%28import-attributes%20or%20json%29%20and%20not%20assertions
The text was updated successfully, but these errors were encountered:
but is looking closer to becoming stage 4
I will propose it for stage 4 at the TC39 meeting in early October.
Sorry, something went wrong.
@nicolo-ribaudo That would be great! In particular since this would also help prop up #703 as well 🙌
Import Attributes and JSON Modules are now stage 4! - #733 (comment)
No branches or pull requests
Description
JSON modules are a way to import JSON in JavaScript using the import attributes Syntax.
Import attributes and JSON modules are at stage 4 at TC39.
The old syntax has been removed from Chrome.
Specification
https://tc39.es/proposal-import-attributes/ https://github.com/tc39/proposal-json-modules
Additional Signals
Implemented in Chrome/Edge and Safari.
This Tweet has almost 900 likes https://x.com/mattpocockuk/status/1694679999117246640?s=20
Tests: https://wpt.fyi/results/html/semantics/scripting-1/the-script-element?label=master&label=experimental&aligned&q=%28import-attributes%20or%20json%29%20and%20not%20assertions
The text was updated successfully, but these errors were encountered: