mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
6be1f7075d
**Description:** - Repro: https://github.com/avitorio/swcminify-debug **Related issue:** - https://github.com/vercel/next.js/discussions/30237#discussioncomment-6288339
13 lines
299 B
Bash
Executable File
13 lines
299 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
export DIFF=0
|
|
# export UPDATE=1
|
|
export SWC_CHECK=0
|
|
export SWC_RUN=0
|
|
|
|
touch tests/compress.rs
|
|
|
|
cargo test -q -p swc_ecma_minifier -p swc --no-fail-fast --test projects --test tsc --test compress --test mangle --features concurrent $@
|
|
|
|
# find ../swc/tests/ -type f -empty -delete |