Searched refs:astMaps (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | ast-converter.ts | 13 ): { estree: TSESTree.Program; astMaps: ASTMaps } { 70 const astMaps = instance.getASTMaps(); constant 72 return { estree, astMaps };
|
D | parser.ts | 383 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,
|