Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts50 export const COMPONENT_REQUIRE_DECORATOR: string = '@Require'; constant
65 COMPONENT_REQUIRE_DECORATOR]);
Dprocess_component_member.ts79 COMPONENT_REQUIRE_DECORATOR,
378 if (decoratorName !== COMPONENT_REQUIRE_DECORATOR) {
389 if (propertyDecorators.length === 1 && propertyDecorators[0] === COMPONENT_REQUIRE_DECORATOR) {
406 propertyDecorators.includes(COMPONENT_REQUIRE_DECORATOR) &&
Dvalidate_ui_syntax.ts60 COMPONENT_REQUIRE_DECORATOR,
1069 case COMPONENT_REQUIRE_DECORATOR: