mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
test(minifier): port esbuild minification tests (#8497)
This commit is contained in:
parent
a7918e6986
commit
629c41713b
2 changed files with 2412 additions and 0 deletions
2411
crates/oxc_minifier/tests/ast_passes/esbuild.rs
Normal file
2411
crates/oxc_minifier/tests/ast_passes/esbuild.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,5 @@
|
|||
mod dead_code_elimination;
|
||||
mod esbuild;
|
||||
|
||||
use oxc_minifier::CompressOptions;
|
||||
use oxc_span::SourceType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue