Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts43 observedClassCollection,
160 asExportCollection, observedClassCollection);
162 observedClassCollection.add(node.name.getText());
830 observedClassCollection.add(name);
Dprocess_component_member.ts85 observedClassCollection,
944 …if (judgmentTypedeclaration(type) && observedClassCollection.has(type.typeName.escapedText.toStrin…
949 …if (judgmentTypedeclaration(types[i]) && !observedClassCollection.has(types[i].typeName.escapedTex…
Dvalidate_ui_syntax.ts139 export const observedClassCollection: Set<string> = new Set(); constant
198 observedClassCollection.add(item.name.getText());