Skip to content

Commit 9cc97f1

Browse files
committed
feedback from pr microsoft#3542
1 parent 7390fe0 commit 9cc97f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ module ts.server {
13601360
}
13611361
}
13621362

1363-
static fromString(host: System, script: string) {
1363+
static fromString(host: ServerHost, script: string) {
13641364
var svc = new ScriptVersionCache();
13651365
var snap = new LineIndexSnapshot(0, svc);
13661366
svc.versions[svc.currentVersion] = snap;

src/server/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"editorServices.ts",
1313
"protocol.d.ts",
1414
"server.ts",
15-
"nodeimpl.ts",
1615
"session.ts"
1716
]
1817
}

0 commit comments

Comments
 (0)