oxc/crates/oxc_minifier/src
Boshen b06052501a refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553)
Realized we can get the source type from the AST.

The next PR will introduce `unambiguous` to `SourceType` and directly set `Program::source_type` to either `script` or `module`.
2024-09-06 16:40:10 +00:00
..
ast_passes chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
node_util chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
plugins chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
compressor.rs refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
keep_var.rs refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00
lib.rs refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
options.rs feat(minifier): remove parenthesized expression for dce (#5439) 2024-09-04 12:58:39 +00:00
tri.rs refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00
ty.rs refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00