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
It seems unoptimized. If someone would care to explain what it should be doing then I could write better expression to replace it.
In my view, it tries to match template literals. Is that right?
Here's an example code that causes long / infinite processing:
'``/* Lorem ipsum Mandarine. */'.match(/(`)([\s\S]*)+(?<!\\)(`){1}/i)
The text was updated successfully, but these errors were encountered:
This regular expression seems to cause long processing times.
mandarinets/main-core/utils/decoratorFinder.ts
Line 23 in 4e132a4
It seems unoptimized. If someone would care to explain what it should be doing then I could write better expression to replace it.
In my view, it tries to match template literals. Is that right?
Here's an example code that causes long / infinite processing:
The text was updated successfully, but these errors were encountered: