Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts166 newStatements.push(createComponentCreationStatement(componentAttributes(COMPONENT_COMMON),
186 newStatements.push(componentAttributes(COMPONENT_RECYCLE));
200 return createComponentCreationStatement(componentAttributes(COMPONENT_RECYCLE),
207 function componentAttributes(componentName: string): ts.Statement { function