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 7390fe0 commit 9cc97f1Copy full SHA for 9cc97f1
src/server/editorServices.ts
@@ -1360,7 +1360,7 @@ module ts.server {
1360
}
1361
1362
1363
- static fromString(host: System, script: string) {
+ static fromString(host: ServerHost, script: string) {
1364
var svc = new ScriptVersionCache();
1365
var snap = new LineIndexSnapshot(0, svc);
1366
svc.versions[svc.currentVersion] = snap;
src/server/tsconfig.json
@@ -12,7 +12,6 @@
12
"editorServices.ts",
13
"protocol.d.ts",
14
"server.ts",
15
- "nodeimpl.ts",
16
"session.ts"
17
]
18
0 commit comments