Home
last modified time | relevance | path

Searched refs:isModuleWithStringLiteralName (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
DbuilderState.ts523 if (!isModuleWithStringLiteralName(statement)) {
Dutilities.ts786 export function isModuleWithStringLiteralName(node: Node): node is ModuleDeclaration { function
Dchecker.ts4848 …return isModuleWithStringLiteralName(declaration) || (declaration.kind === SyntaxKind.SourceFile &…
/third_party/typescript/src/services/
DsymbolDisplay.ts438 isModuleWithStringLiteralName(resolvedNode) &&
/third_party/typescript/lib/
DtypingsInstaller.js15261 function isModuleWithStringLiteralName(node) { function
15264 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;
54886 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 311 /* SyntaxKind.So…
124921 if (!ts.isModuleWithStringLiteralName(statement)) {
Dtsc.js11709 function isModuleWithStringLiteralName(node) { function
11712 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;
45376 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 311 && ts.isExternal…
103787 if (!ts.isModuleWithStringLiteralName(statement)) {