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
TypeError: Cannot read property 'regex' of undefined
at C:\..\Project\node_modules\redos\redos.js:35:13
at traverse (C:\..\Project\node_modules\redos\redos.js:12:3)
at child.forEach.node (C:\..\Project\node_modules\redos\redos.js:18:35)
at Array.forEach (native)
at traverse (C:\..\Project\node_modules\redos\redos.js:18:19)
at child.forEach.node (C:\..\Project\node_modules\redos\redos.js:18:35)
at Array.forEach (native)
at traverse (C:\..\Project\node_modules\redos\redos.js:18:19)
at parse (C:\..\Project\node_modules\redos\redos.js:34:3)
at Object. (C:\..\Project\node_modules\redos\redos.js:126:3)
Looks like it stems from here:
traverse( ast, function(node) {
if (node.regex && node.regex.pattern)
regexNodes.add( new Node(node) );
});
The text was updated successfully, but these errors were encountered:
I get a crash for some files when running this:
Looks like it stems from here:
The text was updated successfully, but these errors were encountered: