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 d33209b commit 61beafaCopy full SHA for 61beafa
src/generators/ast-js/index.mjs
@@ -30,7 +30,7 @@ export default {
30
const { loadFiles } = createJsLoader();
31
32
// Load all of the Javascript sources into memory
33
- const sourceFiles = loadFiles(options.input ?? []);
+ const sourceFiles = await loadFiles(options.input ?? []);
34
35
const { parseJsSources } = createJsParser();
36
0 commit comments