Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js34 const { dollarCollection } = require('../lib/ets_checker');
358 matchMessage(message, [...dollarCollection], $$InfoReg)) {
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts720 export const dollarCollection: Set<string> = new Set(); constant
733 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
760 dollarCollection.add('$' + propertyName);
885 dollarCollection.add(item.getText());
Dvalidate_ui_syntax.ts142 export const dollarCollection: Set<string> = new Set(); constant
863 dollarCollection.add('$' + propertyName);