oxc/crates
Boshen 8a9cf9bed1
fix(linter): fix some checks on isolated_declaration
* check return type on AssignmentPattern
* do not check on return type of Constructor and Getter
2023-03-26 22:02:04 +08:00
..
oxc_allocator chore(rust): remove unnecessary missing_const_for_fn 2023-03-22 12:35:52 +08:00
oxc_ast refactor(linter): use the Span::new constructor instead of Span {} 2023-03-23 20:30:02 +08:00
oxc_cli feat(diagnostics): change color displays 2023-03-26 21:20:54 +08:00
oxc_diagnostics feat(diagnostic): change termwidth and with_cause_chain on GraphicalReportHandler 2023-03-26 21:35:42 +08:00
oxc_linter fix(linter): fix some checks on isolated_declaration 2023-03-26 22:02:04 +08:00
oxc_macros feat(cli): add -A all -D isolated-declarations (#211) 2023-03-26 04:34:31 -07:00
oxc_parser feat(linter): implement isolated_declaration (#209) 2023-03-26 04:37:10 -07:00
oxc_printer feat(linter): implement eslint(no-unsafe-negation) (#186) 2023-03-15 11:36:56 +08:00
oxc_semantic feat(linter): implement isolated_declaration (#209) 2023-03-26 04:37:10 -07:00
oxc_wasm refactor(semantic): add source_text and trivias to semantic 2023-03-25 14:19:53 +08:00