mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:11:16 -06:00
feedback from pr #3542
This commit is contained in:
parent
7390fe0eab
commit
9cc97f1fc5
@ -1360,7 +1360,7 @@ module ts.server {
|
||||
}
|
||||
}
|
||||
|
||||
static fromString(host: System, script: string) {
|
||||
static fromString(host: ServerHost, script: string) {
|
||||
var svc = new ScriptVersionCache();
|
||||
var snap = new LineIndexSnapshot(0, svc);
|
||||
svc.versions[svc.currentVersion] = snap;
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
"editorServices.ts",
|
||||
"protocol.d.ts",
|
||||
"server.ts",
|
||||
"nodeimpl.ts",
|
||||
"session.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user