Skip to content

Commit

Permalink
Add BigInt64Array and BigUint64Array to builtin (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored and sindresorhus committed Jun 20, 2018
1 parent feb15f3 commit 69916b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"ArrayBuffer": false,
"Atomics": false,
"BigInt": false,
"BigInt64Array": false,
"BigUint64Array": false,
"Boolean": false,
"constructor": false,
"DataView": false,
Expand Down

0 comments on commit 69916b9

Please sign in to comment.