oxc/crates/oxc_regular_expression
camchenry 8d026e1dd9 feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056)
To make it easier to get the `Span` for some node in the Regex AST, I've implemented the `GetSpan` trait for all necessary structs.
2024-09-26 05:51:35 +00:00
..
examples feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056) 2024-09-26 05:51:35 +00:00
src feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056) 2024-09-26 05:51:35 +00:00
Cargo.toml release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
CHANGELOG.md release(oxc): crates v0.28.0 (#5696) 2024-09-11 17:57:55 +08:00
README.md chore: use dprint to format js, json and markdown 2024-09-08 13:24:58 +08:00