Searched refs:stateInfoReg (Results 1 – 2 of 2) sorted by relevance
355 const stateInfoReg = /Property\s*'(\$?[_a-zA-Z0-9]+)' does not exist on type/;357 if (matchMessage(message, [...propertyVariable, ...props], stateInfoReg) ||
649 const stateInfoReg: RegExp = /Property\s*'(\$?[_a-zA-Z0-9]+)' does not exist on type/; constant651 matchMessage(message, props, stateInfoReg)) {