Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts581 const exprParentParent = walkUpParenthesizedExpressions(usage.parent)?.parent; constant
582 …return exprParentParent && isImportEqualsDeclaration(exprParentParent) ? ModuleKind.CommonJS : Mod…
/third_party/typescript/lib/
DtypingsInstaller.js121142 …var exprParentParent = (_b = ts.walkUpParenthesizedExpressions(usage.parent)) === null || _b === v…
121143 …return exprParentParent && ts.isImportEqualsDeclaration(exprParentParent) ? ts.ModuleKind.CommonJS…
Dtsc.js100483 …var exprParentParent = (_b = ts.walkUpParenthesizedExpressions(usage.parent)) === null || _b === v…
100484 …return exprParentParent && ts.isImportEqualsDeclaration(exprParentParent) ? ts.ModuleKind.CommonJS…