File tree Expand file tree Collapse file tree 4 files changed +37
-0
lines changed Expand file tree Collapse file tree 4 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ compat_features:
16
16
- html.elements.script.nomodule
17
17
- html.elements.script.type.module
18
18
- javascript.statements.export
19
+ - javascript.statements.export.arbitrary_module_namespace_identifier_names
19
20
- javascript.statements.export.default
20
21
- javascript.statements.export.namespace
22
+ - javascript.statements.import.arbitrary_module_namespace_identifier_names
23
+ # TODO: move next key to json-modules and css-modules when https://github.com/web-platform-dx/web-features/issues/1173 is resolved
21
24
- javascript.statements.import.import_attributes
22
25
- javascript.statements.import.worklet_support
23
26
- javascript.statements.import
Original file line number Diff line number Diff line change @@ -83,6 +83,20 @@ compat_features:
83
83
# safari_ios: "14.5"
84
84
- javascript.statements.export.namespace
85
85
86
+ # baseline: high
87
+ # baseline_low_date: 2021-04-26
88
+ # baseline_high_date: 2023-10-26
89
+ # support:
90
+ # chrome: "88"
91
+ # chrome_android: "88"
92
+ # edge: "88"
93
+ # firefox: "87"
94
+ # firefox_android: "87"
95
+ # safari: "14.1"
96
+ # safari_ios: "14.5"
97
+ - javascript.statements.export.arbitrary_module_namespace_identifier_names
98
+ - javascript.statements.import.arbitrary_module_namespace_identifier_names
99
+
86
100
# baseline: low
87
101
# baseline_low_date: 2023-03-27
88
102
# support:
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ name: JSON import attributes
2
2
description : ' Module `import … with { type: "json" }` statements load JSON data. Also known as JSON module scripts.'
3
3
spec : https://html.spec.whatwg.org/multipage/webappapis.html#json-module-script
4
4
group : json
5
+ compat_features :
6
+ - javascript.statements.import.import_attributes.type_json
7
+ - javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import
5
8
# TODO: Tag javascript.statements.import when https://github.com/web-platform-dx/web-features/issues/1173 is resolved.
Original file line number Diff line number Diff line change @@ -10,4 +10,21 @@ status:
10
10
safari: "17.2"
11
11
safari_ios: "17.2"
12
12
compat_features:
13
+ # baseline: false
14
+ # support:
15
+ # chrome: "91"
16
+ # chrome_android: "91"
17
+ # edge: "91"
18
+ # safari: "15"
19
+ # safari_ios: "15"
20
+ - javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import
21
+
22
+ # ⬇️ Same status as overall feature ⬇️
23
+ # baseline: false
24
+ # support:
25
+ # chrome: "123"
26
+ # chrome_android: "123"
27
+ # edge: "123"
28
+ # safari: "17.2"
29
+ # safari_ios: "17.2"
13
30
- javascript.statements.import.import_attributes.type_json
You can’t perform that action at this time.
0 commit comments