Searched refs:extendCollection (Results 1 – 2 of 2) sorted by relevance
1105 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);
378 extendCollection.clear();1008 export const extendCollection: Set<string> = new Set(); constant1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);1201 source = preprocessExtend(source, extendCollection);1202 source = preprocessNewExtend(source, extendCollection);1395 extendCollection.clear();