Searched refs:isVariableDeclarationInVariableStatement (Results 1 – 5 of 5) sorted by relevance
194 …if (!isVariableDeclaration(variableDeclaration) || !isVariableDeclarationInVariableStatement(varia…
1571 export function isVariableDeclarationInVariableStatement(node: VariableDeclaration) { function1588 …(node) ? isVarConst(node) && isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…
46074 if (!isVariableDeclarationInVariableStatement(decl)) {
16023 function isVariableDeclarationInVariableStatement(node) { function16027 ts.isVariableDeclarationInVariableStatement = isVariableDeclarationInVariableStatement;16042 …de) ? isVarConst(node) && ts.isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…92705 if (!ts.isVariableDeclarationInVariableStatement(decl)) {
12409 function isVariableDeclarationInVariableStatement(node) { function12413 ts.isVariableDeclarationInVariableStatement = isVariableDeclarationInVariableStatement;12428 …de) ? isVarConst(node) && ts.isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…78312 if (!ts.isVariableDeclarationInVariableStatement(decl)) {