oxc/crates/oxc_parser
Wei Zhu f9347b55b7
fix(parser): fix parse error on JSXText preceded by JSXFragment (#262)
Current implement was unable to parse `<div><></>foo</div>`, as `foo` was identified as Identifier.
2023-04-06 17:17:46 +08:00
..
examples lint 2023-03-01 20:47:52 -08:00
fuzz chore(oxc_parser): setup fuzzer 2023-03-12 00:44:42 +08:00
src fix(parser): fix parse error on JSXText preceded by JSXFragment (#262) 2023-04-06 17:17:46 +08:00
Cargo.toml Release oxc_ast@0.0.4 oxc_parser@0.0.4 oxc_semantic@0.0.3 2023-04-05 20:59:50 +08:00