Home
last modified time | relevance | path

Searched defs:PresetDecorators (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dno-duplicate-decorators.ts23 PresetDecorators.COMPONENT_V1, constant
24 PresetDecorators.COMPONENT_V2, constant
25 PresetDecorators.REUSABLE_V1, constant
26 PresetDecorators.PREVIEW, constant
27 PresetDecorators.REUSABLE_V2, constant
28 PresetDecorators.CUSTOM_DIALOG, constant
DcomponentV2-state-usage-validation.ts28 …const builtInDecorators = [PresetDecorators.LOCAL, PresetDecorators.PARAM, PresetDecorators.EVENT]; constant
58 …const builtInDecorators = [PresetDecorators.LOCAL, PresetDecorators.PARAM, PresetDecorators.EVENT]; constant
Dno-prop-link-objectlink-in-entry.ts30 …const invalidDecorators = [PresetDecorators.PROP, PresetDecorators.LINK, PresetDecorators.OBJECT_L… constant
/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/utils/
Dindex.ts20 export const PresetDecorators = { constant