Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1604 const parentIsFile = node.parent.kind === SyntaxKind.SourceFile; constant
1605 …if (!parentIsFile || (isBundledEmit && parentIsFile && isExternalModule(node.parent as SourceFile)…
/third_party/typescript/lib/
Dtsc.js81682 var parentIsFile = node.parent.kind === 300;
81683 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
DtypingsInstaller.js100082 var parentIsFile = node.parent.kind === 300 /* SourceFile */;
100083 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
Dtypescript.js100287 var parentIsFile = node.parent.kind === 300 /* SourceFile */;
100288 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
DtypescriptServices.js100287 var parentIsFile = node.parent.kind === 300 /* SourceFile */;
100288 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
Dtsserverlibrary.js100287 var parentIsFile = node.parent.kind === 300 /* SourceFile */;
100288 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {
Dtsserver.js100093 var parentIsFile = node.parent.kind === 300 /* SourceFile */;
100094 … if (!parentIsFile || (isBundledEmit && parentIsFile && ts.isExternalModule(node.parent))) {