Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/typescript-estree/src/
Dast-converter.ts13 ): { estree: TSESTree.Program; astMaps: ASTMaps } {
70 const astMaps = instance.getASTMaps(); constant
72 return { estree, astMaps };
Dparser.ts383 const { estree, astMaps } = astConverter(ast, extra, false); constant
387 esTreeNodeToTSNodeMap: astMaps.esTreeNodeToTSNodeMap,
388 tsNodeToESTreeNodeMap: astMaps.tsNodeToESTreeNodeMap,
444 const { estree, astMaps } = astConverter(ast, extra, preserveNodeMaps); constant
465 esTreeNodeToTSNodeMap: astMaps.esTreeNodeToTSNodeMap,
466 tsNodeToESTreeNodeMap: astMaps.tsNodeToESTreeNodeMap,