oxc/crates/oxc_js_regex/src
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
..
lexer Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
ast.rs Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
lib.rs Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
parser.rs Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
validator.rs Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
visitor.rs Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00