File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ namespace ts {
51
51
args : string [ ] ;
52
52
currentDirectory : string ;
53
53
executingFile : string ;
54
- newLine ?: string ;
55
- useCaseSensitiveFileNames ?: boolean ;
54
+ newLine ?: string ;
55
+ useCaseSensitiveFileNames ?: boolean ;
56
56
echo ( s : string ) : void ;
57
57
quit ( exitCode ?: number ) : void ;
58
58
fileExists ( path : string ) : boolean ;
@@ -62,8 +62,8 @@ namespace ts {
62
62
readFile ( path : string ) : string ;
63
63
writeFile ( path : string , contents : string ) : void ;
64
64
readDirectory ( path : string , extension ?: string , exclude ?: string [ ] ) : string [ ] ;
65
- watchFile ?( path : string , callback : ( path : string , removed ?: boolean ) => void ) : FileWatcher ;
66
- watchDirectory ?( path : string , callback : ( path : string ) => void , recursive ?: boolean ) : FileWatcher ;
65
+ watchFile ?( path : string , callback : ( path : string , removed ?: boolean ) => void ) : FileWatcher ;
66
+ watchDirectory ?( path : string , callback : ( path : string ) => void , recursive ?: boolean ) : FileWatcher ;
67
67
} ;
68
68
69
69
export var sys : System = ( function ( ) {
You can’t perform that action at this time.
0 commit comments