You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which will use the latest XRegExp, currently 3.1.0. As of 3.1.0,
require('xregexp').XRegExp
is no longer supported and Bridjs fails:
C:\Users\thomas.kern\work\webstorm\demonstrator\node_modules\gazejs\node_modules\bridjs\lib\abstract_struct.js:43
arrayExp = XRegExp("(?<type>\\w+)\\[(?<count>\\d)\\]");
^
TypeError: XRegExp is not a function
at Object.<anonymous>
XRegExp 3.0.0 still works.
The text was updated successfully, but these errors were encountered:
Bridjs specifies version of XRegExp as
which will use the latest XRegExp, currently 3.1.0. As of 3.1.0,
is no longer supported and Bridjs fails:
XRegExp 3.0.0 still works.
The text was updated successfully, but these errors were encountered: