Skip to content

Commit

Permalink
Remove deprecated node globals
Browse files Browse the repository at this point in the history
Also removes `arguments` as it should not be depended upon as it's just a side-effect of the script being wrapped in an IIFE internally and will not work with ES2015 modules.

Fixes #117
  • Loading branch information
sindresorhus committed Nov 17, 2017
1 parent c4982d1 commit 0e23a5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,20 +913,17 @@
"node": {
"__dirname": false,
"__filename": false,
"arguments": false,
"Buffer": false,
"clearImmediate": false,
"clearInterval": false,
"clearTimeout": false,
"console": false,
"exports": true,
"GLOBAL": false,
"global": false,
"Intl": false,
"module": false,
"process": false,
"require": false,
"root": false,
"setImmediate": false,
"setInterval": false,
"setTimeout": false
Expand Down

0 comments on commit 0e23a5c

Please sign in to comment.