Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rollup/rollup into sync-d…
Browse files Browse the repository at this point in the history
…a0e5f7e
  • Loading branch information
docschina-bot committed Sep 15, 2024
2 parents d3dcb76 + da0e5f7 commit a6e7c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ast/nodes/shared/knownGlobals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const knownGlobals: GlobalDescription = {
isView: PF,
prototype: O
},
AggregateError: PC_WITH_ARRAY,
Atomics: O,
BigInt: C,
BigInt64Array: C,
Expand All @@ -192,6 +193,7 @@ const knownGlobals: GlobalDescription = {
escape: PF,
eval: O,
EvalError: PC,
FinalizationRegistry: C,
Float32Array: ARRAY_TYPE,
Float64Array: ARRAY_TYPE,
Function: C,
Expand Down Expand Up @@ -342,6 +344,7 @@ const knownGlobals: GlobalDescription = {
URIError: PC,
valueOf: O,
WeakMap: PC_WITH_ARRAY,
WeakRef: C,
WeakSet: PC_WITH_ARRAY,

// Additional globals shared by Node and Browser that are not strictly part of the language
Expand Down

0 comments on commit a6e7c02

Please sign in to comment.