oxc/crates/oxc_regular_expression/src
Boshen afe728a73a feat(parser): parse regular expression with regex parser (#4998)
Many false positives and incorrect errors. @leaysgur Enjoy 😁

Run `just conformance` to update the snapshot.
2024-08-22 03:09:55 +00:00
..
body_parser feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
ast.rs refactor(regular_expression): s/RegExpLiteral/RegularExpression 2024-08-20 14:26:32 +08:00
flag_parser.rs
lib.rs
literal_parser.rs feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
options.rs feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
span.rs