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 2a97ac6 commit 8ccec23Copy full SHA for 8ccec23
bin/cloudcmd.mjs
@@ -316,7 +316,11 @@ async function readConfig(name) {
316
}
317
318
async function help() {
319
- const bin = require('../json/help.json');
+ const {default: bin} = await import('../json/help.json', {
320
+ with: {
321
+ type: 'json'
322
+ }
323
+ });
324
const forEachKey = await simport('for-each-key');
325
const currify = await simport('currify');
326
0 commit comments