Skip to content

Commit

Permalink
Update webidl2js
Browse files Browse the repository at this point in the history
Also bumps domexception and various indirect dev-dependency versions.
  • Loading branch information
domenic committed Oct 6, 2021
1 parent c05afc2 commit b20c0d0
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 103 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { URL, URLSearchParams } = require("./webidl2js-wrapper");
const urlStateMachine = require("./lib/url-state-machine");
const percentEncoding = require("./lib/percent-encoding");

const sharedGlobalObject = {};
const sharedGlobalObject = { Array, Object, Promise, String, TypeError };
URL.install(sharedGlobalObject, ["Window"]);
URLSearchParams.install(sharedGlobalObject, ["Window"]);

Expand Down
183 changes: 83 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@domenic/eslint-config": "^1.4.0",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"domexception": "^3.0.0",
"domexception": "^4.0.0",
"eslint": "^7.32.0",
"got": "^11.8.2",
"jest": "^27.2.4",
"webidl2js": "^16.2.0"
"webidl2js": "^17.0.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit b20c0d0

Please sign in to comment.