swc/crates/swc_ecma_minifier/scripts/exec.sh
2022-08-26 08:45:49 +00:00

10 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
export RUST_LOG=trace
export SWC_CHECK=1
cargo test --test terser_exec --features debug $@