oxc/tasks/coverage/src
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
..
babel.rs feat(coverage): read typescript dts option in babel 2023-04-02 16:41:53 +08:00
lib.rs fix(coverage): babel plugin option can be an array 2023-04-02 16:41:53 +08:00
main.rs feat(coverage): use test262 to test printer 2023-02-20 18:23:36 +08:00
printer.rs refactor(oxc_ast): remove unnecessary SourceTypeBuilder 2023-03-11 16:21:14 +08:00
suite.rs refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00
test262.rs refactor(rust): add more clippy restriction rules 2023-03-17 14:51:25 +08:00
typescript.rs feat(coverage): read jsx attribute from typescript files 2023-04-02 16:41:53 +08:00