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.ts376 dollarCollection.clear();
1006 export const dollarCollection: Set<string> = new Set(); constant
1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
1047 dollarCollection.add('$' + propertyName);
1173 dollarCollection.add(item.getText());
1393 dollarCollection.clear();
Dvalidate_ui_syntax.ts138 export const dollarCollection: Set<string> = new Set(); constant
990 dollarCollection.add('$' + propertyName);
1332 dollarCollection.clear();