oxc/crates/oxc_regular_expression
leaysgur 46b641b75d feat(regular_expression): Validate max quantifier value (#5218)
I've never seen but `/a{9007199254740991}/` is valid and this is the maximum value for quantifier.

\+ left comment about #5210 experiment.
2024-08-26 07:11:04 +00:00
..
examples chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
src feat(regular_expression): Validate max quantifier value (#5218) 2024-08-26 07:11:04 +00:00
Cargo.toml chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
README.md feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00