mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
Fixing lint issues caught by Travis CI build
(Rules appear to be more strict - this was not caught on a local lint run)
This commit is contained in:
@@ -55,8 +55,8 @@ namespace ts.JsTyping {
|
||||
globalCachePath: Path,
|
||||
projectRootPath: Path,
|
||||
typingOptions: TypingOptions,
|
||||
compilerOptions: CompilerOptions)
|
||||
: { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
|
||||
compilerOptions: CompilerOptions):
|
||||
{ cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
|
||||
|
||||
// A typing name to typing file path mapping
|
||||
const inferredTypings: Map<string> = {};
|
||||
|
||||
Reference in New Issue
Block a user