oxc/crates/oxc_js_regex
ubugeeei 8e923f1372
Initialize JS Regex crates and def AST. (#1500)
ref: https://github.com/oxc-project/oxc/issues/1164

I have initialized a crate for handling JavaScript Regexp and defined
the AST.
I implemented the AST while referring to
[eslint-community/regexpp](2e8f1af992/src/ast.ts).
2023-11-23 00:22:17 +08:00
..
src Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
Cargo.toml Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
README.md Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00

oxc_js_regex

⚠️ Work in progress. Do not use yet.

see: https://github.com/oxc-project/oxc/issues/1164