oxc/tasks/coverage/src/tools
Boshen b2ff2df5af refactor(parser)!: remove builder pattern from Parser struct (#5000)
part of #4455

use `with_options(ParseOptions { ..ParseOptions::default() })` API instead.
2024-08-20 07:40:25 +00:00
..
codegen.rs refactor(coverage): use the oxc crate 2024-08-17 22:40:08 +08:00
minifier.rs refactor(coverage): use the oxc crate 2024-08-17 22:40:08 +08:00
mod.rs feat(coverage): check symbols and scopes after transformation (#4917) 2024-08-16 07:05:11 +00:00
prettier.rs refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
semantic.rs refactor(coverage): use the oxc crate 2024-08-17 22:40:08 +08:00
sourcemap.rs refactor(coverage): use the oxc crate 2024-08-17 22:40:08 +08:00
transformer.rs refactor(coverage): use the oxc crate 2024-08-17 22:40:08 +08:00