Home
last modified time | relevance | path

Searched defs:arrowNode (Results 1 – 1 of 1) sorted by relevance

/developtools/ace-ets2bundle/compiler/src/
Dprocess_component_build.ts294 const arrowNode: ts.ArrowFunction = ts.factory.createArrowFunction(undefined, undefined, constant
444 const arrowNode: ts.ArrowFunction = node.arguments[1] as ts.ArrowFunction; constant