Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts1105 export function preprocessExtend(content: string, extendCollection?: Set<string>): string {
1110 if (extendCollection) {
1111 extendCollection.add(item3);
1117 export function preprocessNewExtend(content: string, extendCollection?: Set<string>): string {
1120 if (extendCollection) {
1121 extendCollection.add(item1);
Dets_checker.ts378 extendCollection.clear();
1008 export const extendCollection: Set<string> = new Set(); constant
1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
1201 source = preprocessExtend(source, extendCollection);
1202 source = preprocessNewExtend(source, extendCollection);
1395 extendCollection.clear();