oxc/crates/oxc_linter
Boshen aedaa1a110
refactor(linter,semantic): move syntax check from linter to semantic (#272)
Syntax checker is part of semantic analyzer,
it doesn't make sense for the user to add a linter just for semantic errors
2023-04-10 12:23:53 +08:00
..
examples refactor(parser): return Rc<Trivias> from TriviaBuilder (#231) 2023-03-31 09:02:48 -07:00
src refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00
tests fix(rust): fix clippy warnings 2023-03-17 15:47:03 +08:00
Cargo.toml refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00