Skip to content

Commit 06b584e

Browse files
committed
Fix last 4 javascript standard-track exceptions
1 parent 86a03c1 commit 06b584e

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

javascript/operators/import.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"worker_support": {
5757
"__compat": {
5858
"description": "Available in workers",
59+
"spec_url": [
60+
"https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls",
61+
"https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-module-system"
62+
],
5963
"tags": [
6064
"web-features:js-modules-workers"
6165
],

javascript/statements.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,10 @@
14551455
"worker_support": {
14561456
"__compat": {
14571457
"description": "Available in workers",
1458+
"spec_url": [
1459+
"https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports",
1460+
"https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-module-worker-script-tree"
1461+
],
14581462
"tags": [
14591463
"web-features:js-modules-workers"
14601464
],
@@ -1841,6 +1845,10 @@
18411845
"service_worker_support": {
18421846
"__compat": {
18431847
"description": "Available in service workers",
1848+
"spec_url": [
1849+
"https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports",
1850+
"https://w3c.github.io/ServiceWorker/#dom-registrationoptions-type"
1851+
],
18441852
"tags": [
18451853
"web-features:js-modules-service-workers"
18461854
],
@@ -1884,6 +1892,10 @@
18841892
"worklet_support": {
18851893
"__compat": {
18861894
"description": "Available in worklets",
1895+
"spec_url": [
1896+
"https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports",
1897+
"https://html.spec.whatwg.org/multipage/worklets.html#dom-worklet-addmodule"
1898+
],
18871899
"tags": [
18881900
"web-features:js-modules"
18891901
],

lint/common/standard-track-exceptions.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ http.data-url.css_files
1515
http.data-url.html_files
1616
http.data-url.js_files
1717
http.data-url.top_level_navigation_blocked
18-
javascript.operators.import.worker_support
19-
javascript.statements.import.service_worker_support
20-
javascript.statements.import.worker_support
21-
javascript.statements.import.worklet_support
2218
svg.elements.a.referrerpolicy.no-referrer-when-downgrade
2319
svg.elements.a.referrerpolicy.origin-when-cross-origin
2420
svg.elements.a.referrerpolicy.unsafe-url

0 commit comments

Comments
 (0)