Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dcomponent_map.ts79 export const COMPONENT_SYSTEMAPI_NAMES: Set<string> = new Set(); constant
149 COMPONENT_SYSTEMAPI_NAMES.add(item);
Dvalidate_ui_syntax.ts77 COMPONENT_SYSTEMAPI_NAMES,
385 if (BUILDIN_STYLE_NAMES.has(componentName) && !COMPONENT_SYSTEMAPI_NAMES.has(componentName)) {