File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ declare namespace ts.server.protocol {
469469 placeOpenBraceOnNewLineForControlBlocks ?: boolean ;
470470
471471 /** Index operator */
472- [ key : string ] : string | number | boolean ;
472+ [ key : string ] : string | number | boolean ;
473473 }
474474
475475 /**
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ namespace ts.JsTyping {
5555 globalCachePath : Path ,
5656 projectRootPath : Path ,
5757 typingOptions : TypingOptions ,
58- compilerOptions : CompilerOptions )
59- : { cachedTypingPaths : string [ ] , newTypingNames : string [ ] , filesToWatch : string [ ] } {
58+ compilerOptions : CompilerOptions ) :
59+ { cachedTypingPaths : string [ ] , newTypingNames : string [ ] , filesToWatch : string [ ] } {
6060
6161 // A typing name to typing file path mapping
6262 const inferredTypings : Map < string > = { } ;
You can’t perform that action at this time.
0 commit comments