Skip to content

Commit e46e859

Browse files
committed
Update WebIDL2JS to v16.0
1 parent 76c55ec commit e46e859

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const webidlWrapper = require('./webidl2js-wrapper.js');
33

44
const sharedGlobalObject = {};
5-
webidlWrapper.install(sharedGlobalObject);
5+
webidlWrapper.install(sharedGlobalObject, ['Window']);
66

77
const origCSSStyleDeclaration = sharedGlobalObject.CSSStyleDeclaration;
88

package-lock.json

Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier": "~1.18.0",
5656
"request": "^2.88.0",
5757
"resolve": "~1.11.1",
58-
"webidl2js": "^15.1.0"
58+
"webidl2js": "^16.0.0"
5959
},
6060
"scripts": {
6161
"prepare": "npm run generate",

0 commit comments

Comments
 (0)