Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts563 const arrowNode: ts.ArrowFunction = ts.factory.createArrowFunction(undefined, undefined, constant
566 ts.factory.createIdentifier(childParam), arrowNode);
1342 const arrowNode: ts.ArrowFunction = node.arguments[1] as ts.ArrowFunction; constant
1343 const body: ts.ConciseBody = arrowNode.body;
1357 arrowNode, arrowNode.modifiers, arrowNode.typeParameters, arrowNode.parameters,
1358 arrowNode.type, arrowNode.equalsGreaterThanToken,
1360 arrowNode.parameters, isGlobalBuilder));
1362 …return processComponentBlock(blockNode, isLazy, log, false, false, undefined, arrowNode.parameters…
1367 arrowNode, arrowNode.modifiers, arrowNode.typeParameters, arrowNode.parameters,
1368 arrowNode.type, arrowNode.equalsGreaterThanToken,
[all …]