Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/import-assertions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Import assertions
description: 'Module `import … assert { type: "json" }` and `import … assert { type: "css" }` JavaScript statements load JSON and CSS data.'
spec: https://github.com/tc39/proposal-import-attributes/tree/abca60286360b47f9a6be25a28f489c2cb157beb
group: javascript
group: js-modules
discouraged:
reason: Import assertions are superseded by import attributes.
removal_date: 2024-06-13
Expand Down
1 change: 1 addition & 0 deletions groups/js-modules.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
name: JavaScript modules
parent: javascript