Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts906 animatableExtendAttribute: Map<string, Set<string>> = new Map(); property in SpecialArkTSFileInfo
Dprocess_component_build.ts2787 const animatableExtendAttribute: Map<string, Set<string>> = constant
2788 storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute;
2789 if (animatableExtendAttribute.has(componentName) &&
2790 [...animatableExtendAttribute.get(componentName)].includes(propName)) {
Dvalidate_ui_syntax.ts428 collectExtend(storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute,