Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts377 decoratorParamsCollection.clear();
1007 export const decoratorParamsCollection: Set<string> = new Set(); constant
1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
1050 decoratorParamsCollection.add(decorators[i].expression.arguments[0].getText());
1394 decoratorParamsCollection.clear();