Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts272 const childParam: ts.PropertyAssignment[] = []; constant
282 childParam.push(item);
286 return childParam;
Dprocess_component_build.ts561 const childParam: string = [...builderParamObjectCollection.get(name)].slice(-1)[0]; constant
566 ts.factory.createIdentifier(childParam), arrowNode);