Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts721 export const decoratorParamsCollection: Set<string> = new Set(); constant
733 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
763 decoratorParamsCollection.add(item.decorators[i].expression.arguments[0].getText());