Skip to content

Commit

Permalink
Remove IDL checking for isGlobal (#47)
Browse files Browse the repository at this point in the history
Addresses some of the concerns in #38, but does not close the issue.
  • Loading branch information
Jack Steinberg authored Aug 21, 2019
1 parent 93cdc7b commit 654f1ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 520 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,3 @@ For `console` method statements it removes the line entirely,
and for `console` method expressions it replaces it with `undefined`.

*TODO: add more code mods*

## Updating Globals

To maintain a up-to-date set of globals, run:

```bash
npm run update-globals
```

This will refresh the pool of observed JavaScript and Web global properties,
so all will be replaced by the Get-Originals versions.
Loading

0 comments on commit 654f1ea

Please sign in to comment.