Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js355 const stateInfoReg = /Property\s*'(\$?[_a-zA-Z0-9]+)' does not exist on type/;
357 if (matchMessage(message, [...propertyVariable, ...props], stateInfoReg) ||
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts649 const stateInfoReg: RegExp = /Property\s*'(\$?[_a-zA-Z0-9]+)' does not exist on type/; constant
651 matchMessage(message, props, stateInfoReg)) {