Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 43f2678

Browse files
Add ES Module Attributes
Fix #674 Add nearly-minimal entry * includes 'spec' and 'standardStatus' values
1 parent 6f35007 commit 43f2678

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

status.json

+11
Original file line numberDiff line numberDiff line change
@@ -5676,5 +5676,16 @@
56765676
},
56775677
"id": 5745285984681984,
56785678
"statusid": 333
5679+
},
5680+
{
5681+
"category": "JavaScript",
5682+
"ieStatus": {
5683+
"text": "Under Consideration"
5684+
},
5685+
"name": "ES Module Attributes",
5686+
"summary": "An inline syntax for module import statements to pass on more information alongside the module specifier.",
5687+
"spec": "https://github.com/tc39/proposal-module-attributes",
5688+
"standardStatus": "Public discussion",
5689+
"statusid": 334
56795690
}
56805691
]

0 commit comments

Comments
 (0)