mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
ac1d4058f2
swc_ecma_utils: - `collect_decls`: Support paramters of arrow expressions. swc_ecma_minifier: - `analyzer`: Fix `has_property_mutation`.
9 lines
151 B
Bash
Executable File
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 |