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
3 changes: 2 additions & 1 deletion javascript/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@
"trailing_commas_in_dynamic_import": {
"__compat": {
"description": "Trailing comma in dynamic import",
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation",
"support": {
"chrome": {
"version_added": "91"
Expand Down Expand Up @@ -954,7 +955,7 @@
},
"status": {
"experimental": false,
"standard_track": false,
"standard_track": true,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set this as well, since it appears to be reflecting the same underlying fact.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with 8ba99d2.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess there's no reason not to do it for both features. I've added it with 52ed946.

"deprecated": false
}
}
Expand Down
3 changes: 2 additions & 1 deletion javascript/operators/import.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"options_parameter": {
"__compat": {
"description": "The `options` parameter",
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls",
"support": {
"chrome": {
"version_added": "91"
Expand Down Expand Up @@ -154,7 +155,7 @@
},
"status": {
"experimental": false,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down