Skip to content

Commit 6bd9cb6

Browse files
committed
Remove dublication from WorkerType
1 parent 390a7ac commit 6bd9cb6

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16657,5 +16657,5 @@ type VRDisplayEventReason = "mounted" | "navigation" | "requested" | "unmounted"
1665716657
type VREye = "left" | "right";
1665816658
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
1665916659
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
16660-
type WorkerType = "classic" | "module" | "classic" | "module";
16660+
type WorkerType = "classic" | "module";
1666116661
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,5 +2184,5 @@ type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaquer
21842184
type ServiceWorkerState = "installing" | "installed" | "activating" | "activated" | "redundant";
21852185
type ServiceWorkerUpdateViaCache = "imports" | "all" | "none";
21862186
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
2187-
type WorkerType = "classic" | "module" | "classic" | "module";
2187+
type WorkerType = "classic" | "module";
21882188
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";

inputfiles/addedTypes.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
"sharedworker",
6262
"all"
6363
]
64-
},
65-
"WorkerType": {
66-
"name": "WorkerType",
67-
"value": [
68-
"classic",
69-
"module"
70-
]
7164
}
7265
}
7366
},

0 commit comments

Comments
 (0)