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 a137a16 commit f0a2fa5Copy full SHA for f0a2fa5
packages/eslint-solid-standalone/test.mjs
@@ -18,7 +18,7 @@ const context = vm.createContext({
18
});
19
20
// create a module with the standalone build
21
-const code = fs.readFileSync(path.resolve(import.meta.dirname, "dist.js"), "utf-8");
+const code = fs.readFileSync(path.resolve("dist.js"), "utf-8");
22
const dist = new vm.SourceTextModule(code, { identifier: "dist.js", context });
23
24
// create a module reexporting typescript, a peer dependency of the standalone build
0 commit comments