Skip to content

Commit

Permalink
feat: add Intl in es6 globals (#18318)
Browse files Browse the repository at this point in the history
fix: add `Intl` in es6 globals

see the discussion: sindresorhus/globals#213 (comment)
  • Loading branch information
aladdin-add committed Apr 13, 2024
1 parent 200fd4e commit 0db676f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const es2015 = {
Int16Array: false,
Int32Array: false,
Int8Array: false,
Intl: false,
Map: false,
Promise: false,
Proxy: false,
Expand Down

0 comments on commit 0db676f

Please sign in to comment.