Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_constructor.ts25 BASE_COMPONENT_NAME,
138 …!partialUpdateConfig.partialUpdateMode ? BASE_COMPONENT_NAME : BASE_COMPONENT_NAME_PU), undefined),
Dpre_define.ts134 export const BASE_COMPONENT_NAME: string = 'View'; constant
Dprocess_component_member.ts51 BASE_COMPONENT_NAME,
808 return createFunction(ts.factory.createIdentifier(BASE_COMPONENT_NAME),
Dprocess_custom_component.ts28 BASE_COMPONENT_NAME,
865 ts.factory.createPropertyAccessExpression(ts.factory.createIdentifier(`${BASE_COMPONENT_NAME}`),
Dprocess_component_class.ts33 BASE_COMPONENT_NAME,
926 …[ts.factory.createExpressionWithTypeArguments(ts.factory.createIdentifier(BASE_COMPONENT_NAME), []…