oxc/crates/oxc_semantic
Dunqing 37de80d9c9
fix(semantic): jsx reference with an incorrect node id (#2546)
The get kind from the node id should be `JSXIdentifier`, but now it's `JSXOpeningElement`.
2024-03-01 21:07:57 +08:00
..
examples refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
src fix(semantic): jsx reference with an incorrect node id (#2546) 2024-03-01 21:07:57 +08:00
tests fix(semantic): incorrect scope for switch statement (#2513) 2024-02-26 22:54:19 +08:00
Cargo.toml Publish crates v0.8.0 2024-02-26 19:01:51 +08:00