Skip to content

Commit

Permalink
Add arbitrary module namespace identfier names
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 21, 2025
1 parent cd0d77d commit de857fc
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions javascript/statements.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,49 @@
"deprecated": false
}
},
"arbitrary_module_namespace_identifier_names": {
"__compat": {
"description": "Arbitrary module namespace identifier names",
"tags": [
"web-features:js-modules"
],
"support": {
"chrome": {
"version_added": "88"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.6"
},
"edge": "mirror",
"firefox": {
"version_added": "87"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "16.0.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"default": {
"__compat": {
"description": "`default` keyword with `export`",
Expand Down Expand Up @@ -1365,6 +1408,49 @@
}
}
},
"arbitrary_module_namespace_identifier_names": {
"__compat": {
"description": "Arbitrary module namespace identifier names",
"tags": [
"web-features:js-modules"
],
"support": {
"chrome": {
"version_added": "88"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.6"
},
"edge": "mirror",
"firefox": {
"version_added": "87"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "16.0.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"import_assertions": {
"__compat": {
"description": "Import attributes with `assert` syntax (formerly import assertions)",
Expand Down

0 comments on commit de857fc

Please sign in to comment.