Skip to content

Commit

Permalink
Update globals (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: sindresorhus <170270+sindresorhus@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sindresorhus authored Nov 1, 2024
1 parent 0d906b8 commit dd0a502
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export default {
CSSMatrixComponent: false,
CSSMediaRule: false,
CSSNamespaceRule: false,
CSSNestedDeclarations: false,
CSSNumericArray: false,
CSSNumericValue: false,
CSSPageDescriptors: false,
Expand Down
1 change: 1 addition & 0 deletions data/builtin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
Intl: false,
isFinite: false,
isNaN: false,
Iterator: false,
JSON: false,
Map: false,
Math: false,
Expand Down
1 change: 1 addition & 0 deletions data/nodeBuiltin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
clearImmediate: false,
clearInterval: false,
clearTimeout: false,
CloseEvent: false,
CompressionStream: false,
console: false,
CountQueuingStrategy: false,
Expand Down
1 change: 1 addition & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default {
Request: false,
requestAnimationFrame: false,
Response: false,
RTCDataChannel: false,
RTCEncodedAudioFrame: false,
RTCEncodedVideoFrame: false,
scheduler: false,
Expand Down
6 changes: 6 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -1183,6 +1184,7 @@
"Intl": false,
"isFinite": false,
"isNaN": false,
"Iterator": false,
"JSON": false,
"Map": false,
"Math": false,
Expand Down Expand Up @@ -2193,6 +2195,7 @@
"clearImmediate": false,
"clearInterval": false,
"clearTimeout": false,
"CloseEvent": false,
"CompressionStream": false,
"console": false,
"CountQueuingStrategy": false,
Expand Down Expand Up @@ -2267,6 +2270,7 @@
"clearImmediate": false,
"clearInterval": false,
"clearTimeout": false,
"CloseEvent": false,
"CompressionStream": false,
"console": false,
"CountQueuingStrategy": false,
Expand Down Expand Up @@ -2560,6 +2564,7 @@
"ByteLengthQueuingStrategy": false,
"clearInterval": false,
"clearTimeout": false,
"CloseEvent": false,
"CompressionStream": false,
"console": false,
"CountQueuingStrategy": false,
Expand Down Expand Up @@ -2847,6 +2852,7 @@
"Request": false,
"requestAnimationFrame": false,
"Response": false,
"RTCDataChannel": false,
"RTCEncodedAudioFrame": false,
"RTCEncodedVideoFrame": false,
"scheduler": false,
Expand Down

0 comments on commit dd0a502

Please sign in to comment.