ESM import issue on Windows came back again

Not sure if I just missed this in the previous change, or whether
the patch_resolver change broke things again.

Previous issue:
e60eb27184
This commit is contained in:
Damien Elmes 2021-03-21 14:30:01 +10:00
parent e857aa2ea9
commit 5403f704d0

View file

@ -3,7 +3,7 @@ const worker = require("@bazel/worker");
const svelte2tsx = require("svelte2tsx");
const preprocess = require("svelte-preprocess");
import * as ts from "typescript";
import * as svelte from "svelte/compiler";
import * as svelte from "svelte/compiler.js";
let parsedCommandLine: ts.ParsedCommandLine = {
fileNames: [],