Skip to content

Commit

Permalink
Add AggregateError to builtin and es2021 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 16, 2021
1 parent c68458b commit 7bdd60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.json
@@ -1,5 +1,6 @@
{
"builtin": {
"AggregateError": false,
"Array": false,
"ArrayBuffer": false,
"Atomics": false,
Expand Down Expand Up @@ -292,6 +293,7 @@
"WeakSet": false
},
"es2021": {
"AggregateError": false,
"Array": false,
"ArrayBuffer": false,
"Atomics": false,
Expand Down

0 comments on commit 7bdd60e

Please sign in to comment.