feedback from pr #3542

This commit is contained in:
Wesley Wigham 2015-06-17 21:17:09 -07:00
parent 7390fe0eab
commit 9cc97f1fc5
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -12,7 +12,6 @@
"editorServices.ts",
"protocol.d.ts",
"server.ts",
"nodeimpl.ts",
"session.ts"
]
}