swc/crates/swc_ecma_minifier/scripts/test.sh
Donny/강동윤 ac1d4058f2
fix(es/minifier): Fix analyzer (#3557)
swc_ecma_utils:
 - `collect_decls`: Support paramters of arrow expressions.

swc_ecma_minifier:
 - `analyzer`: Fix `has_property_mutation`.
2022-02-14 15:47:16 +09:00

9 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
export DIFF=0
export UPDATE=1
cargo test -p swc_ecma_minifier -p swc --no-fail-fast
# find ../swc/tests/ -type f -empty -delete