oxc/crates
Xuan ee569ae684
feat(oxc_linter): implement rule fixing logic (#114)
* refactor(oxc_linter): add FixResult

* refactor(oxc_linter): pass closure instead of an struct

* test(oxc_linter): uncomment tests
2023-03-04 18:57:50 -08:00
..
oxc_allocator feat(parser): add lexer 2023-02-11 02:29:54 -08:00
oxc_ast feat(linter): implement uninvoked-array-callback (#112) 2023-03-04 00:04:04 -08:00
oxc_cli feat(oxc_linter): implement rule fixing logic (#114) 2023-03-04 18:57:50 -08:00
oxc_diagnostics feat(cli): parallelize diagnostics (#93) 2023-03-02 07:28:45 -08:00
oxc_linter feat(oxc_linter): implement rule fixing logic (#114) 2023-03-04 18:57:50 -08:00
oxc_macros refactor(linter) Generate rule name with declare_oxc_lint 2023-03-01 06:50:36 -08:00
oxc_parser refactor(lexer): avoid copying of self in SIMD functions (#104) 2023-03-03 21:46:55 -08:00
oxc_printer printer: support JSXElement/JSXFragment 2023-03-01 02:34:23 -08:00
oxc_semantic feat(ast,lexer,linter): save and check comments 2023-02-27 12:31:57 +08:00