Skip to content

Commit 9575c76

Browse files
authoredAug 22, 2021
rename tsserver.ts to .js
1 parent 597b73e commit 9575c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎public/js/workers/tsserver.ts ‎public/js/workers/tsserver.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import {
1010
// @ts-ignore
1111
// import ts from "https://cdn.esm.sh/typescript";
1212

13-
import ts from "./typescript";
13+
import ts from "./typescript.js";
1414
console.log(ts)
1515

16-
const fsMap = new Map<string, string>();
16+
const fsMap = new Map();
1717
fsMap.set("index.ts", 'const a = "Hello World"');
1818

1919
const system = createSystem(fsMap);

0 commit comments

Comments
 (0)
Please sign in to comment.