Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1642 const parentIsFile = node.parent.kind === SyntaxKind.SourceFile; constant
1643 …if (!parentIsFile || (isBundledEmit && parentIsFile && isExternalModule(node.parent as SourceFile)…
/third_party/typescript/lib/
Dtsc.js94339 var parentIsFile = node.parent.kind === 312;
94340 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
DtypingsInstaller.js114324 var parentIsFile = node.parent.kind === 312 /* SyntaxKind.SourceFile */;
114325 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {