StackOverflowNER icon indicating copy to clipboard operation
StackOverflowNER copied to clipboard

tokenization never stops

Open rayeya opened this issue 3 years ago • 2 comments

The tokenization never stops for some specific instances, for example: "it('should remove the elements domProps'), () => {" It may be caused by the catastrophic backtracking of Func_Name_Recursive regular expression.

rayeya avatar Mar 30 '21 06:03 rayeya

We will look into it and update the code.

jeniyat avatar Mar 30 '21 16:03 jeniyat

I come across the same problem, is there any available solution?

LGDDouble avatar Apr 19 '22 08:04 LGDDouble