We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c7329 commit ea744c4Copy full SHA for ea744c4
bridge/polyfill/package.json
@@ -13,7 +13,7 @@
13
"es6-promise": "^4.2.8",
14
"event-emitter": "^0.3.5",
15
"expect": "^25.1.0",
16
- "qjsc": "workspace:*",
+ "@openwebf/wbc": "workspace:*",
17
"ts-jest": "^24.3.0",
18
"tslib": "^1.11.2"
19
},
bridge/polyfill/scripts/js_to_c.js
@@ -1,5 +1,5 @@
1
const minimist = require('minimist');
2
-const Qjsc = require('qjsc');
+const Qjsc = require('@openwebf/wbc/qjsc');
3
const argv = minimist(process.argv.slice(2));
4
const path = require('path');
5
const fs = require('fs');
0 commit comments