oxc/crates/oxc_regular_expression
ottomated ce5b609514 feat(ast): remove explicit untagged marker on enums (#6915)
This assumes that any enums with exactly one field in each variant are untagged, and they're tagged otherwise.
2024-10-26 08:21:40 +00:00
..
examples feat(regular_expression): Intro ConstructorParser(and LiteralParser) to handle escape sequence in RegExp('pat') (#6635) 2024-10-21 07:07:27 +00:00
src feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
Cargo.toml release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
CHANGELOG.md release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
README.md feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00