mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Add type annotations
This commit is contained in:
parent
54f3250cdd
commit
0963644089
@ -35,8 +35,8 @@ module ts.server {
|
||||
|
||||
getCurrentDirectory: () => host.getCurrentDirectory(),
|
||||
readDirectory: (path: string, extension?: string) => [],
|
||||
getModififedTime: (fileName) => new Date(),
|
||||
stat: (path, callback) => { throw new Error("Not implemented Yet."); },
|
||||
getModififedTime: (fileName: string) => new Date(),
|
||||
stat: (path: string, callback?: (err: any, stats: any) => any) => { throw new Error("Not implemented Yet."); },
|
||||
}, {
|
||||
close: () => { },
|
||||
info: (m) => this.host.log(m),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user