Home
last modified time | relevance | path

Searched refs:optionsForFile (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts3338 …const optionsForFile = (useSourceOfProjectReferenceRedirect ? getRedirectReferenceForResolution(fi… constant
3365 && !getResolutionDiagnostic(optionsForFile, resolution)
3366 && !optionsForFile.noResolve
3369 && !(isJsFile && !getAllowJSCompilerOption(optionsForFile))
/third_party/typescript/lib/
DtypingsInstaller.js123552 …var optionsForFile = (useSourceOfProjectReferenceRedirect ? (_a = getRedirectReferenceForResolutio…
123575 && !getResolutionDiagnostic(optionsForFile, resolution)
123576 && !optionsForFile.noResolve
123579 && !(isJsFile && !ts.getAllowJSCompilerOption(optionsForFile))
Dtsc.js102559 …var optionsForFile = (useSourceOfProjectReferenceRedirect ? (_a = getRedirectReferenceForResolutio…
102575 && !getResolutionDiagnostic(optionsForFile, resolution)
102576 && !optionsForFile.noResolve
102579 && !(isJsFile && !ts.getAllowJSCompilerOption(optionsForFile))