Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dsession.ts23 function isDeclarationFileInJSOnlyNonConfiguredProject(project: Project, file: NormalizedPath) { function
1002 const diags = isDeclarationFileInJSOnlyNonConfiguredProject(project, file)
1201 if (isSemantic && isDeclarationFileInJSOnlyNonConfiguredProject(project, file)) {
/third_party/typescript/lib/
Dtsserverlibrary.js159222 function isDeclarationFileInJSOnlyNonConfiguredProject(project, file) { function
160355 var diags = isDeclarationFileInJSOnlyNonConfiguredProject(project, file)
160521 if (isSemantic && isDeclarationFileInJSOnlyNonConfiguredProject(project, file)) {
Dtsserver.js159028 function isDeclarationFileInJSOnlyNonConfiguredProject(project, file) { function
160161 var diags = isDeclarationFileInJSOnlyNonConfiguredProject(project, file)
160327 if (isSemantic && isDeclarationFileInJSOnlyNonConfiguredProject(project, file)) {