oxc/crates/oxc_linter
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
fixtures feat(linter): remove all commonjs logic for import plugin (#2537) 2024-02-28 18:13:44 +08:00
src fix(semantic): jsx reference with an incorrect node id (#2546) 2024-03-01 21:07:57 +08:00
tests
Cargo.toml chore(deps): update rust crates (#2503) 2024-02-26 10:38:11 +08:00