Home
last modified time | relevance | path

Searched refs:getVariableDeclarationTypeNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1123 const typeNode = this.tsUtils.getVariableDeclarationTypeNode(tsLhsExpr);
1301 …const initalizerTypeNode = node.initializer && this.tsUtils.getVariableDeclarationTypeNode(node.in…
1317 const initalizerTypeNode = this.tsUtils.getVariableDeclarationTypeNode(initializer);
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1562 getVariableDeclarationTypeNode(node: ts.Node): ts.TypeNode | undefined { method in TsUtils
1579 const typeNode = this.getVariableDeclarationTypeNode(node);