mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
feedback from pr #3542
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user