There was an error while loading. Please reload this page.
1 parent d844700 commit 565cfffCopy full SHA for 565cfff
1 file changed
packages/babel-core/test/fixtures/babel-load-options-async.mjs
@@ -2,7 +2,7 @@
2
3
// Usage:
4
// babel-load-options-async.js [filename]
5
-import babel from "@babel/core";
+import babel from "../../lib/index.js";
6
7
const [, , filename, cwd] = process.argv;
8
0 commit comments