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 8ddd25f commit 57a9b3bCopy full SHA for 57a9b3b
packages/build-tools/src/wasiDepsParser.ts
@@ -5,6 +5,7 @@ import { resolve } from 'node:path';
5
import { platform } from 'node:process';
6
const isWindows = platform === 'win32';
7
8
+// Copied from https://github.com/bytecodealliance/ComponentizeJS/blob/e5bb0da0c1ce1ee87eed45c970121ed5fe8cca3a/src/componentize.js#L26-L39
9
function maybeWindowsPath(path: string): string {
10
if (!path) return path;
11
const resolvedPath = resolve(path);
0 commit comments