mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
9d1974248d
**Description:** This PR implements `is_skippable_for_seq` fully. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5935.
11 lines
279 B
Bash
Executable File
11 lines
279 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
export DIFF=0
|
|
export UPDATE=1
|
|
export SWC_CHECK=0
|
|
export SWC_RUN=0
|
|
|
|
cargo test -p swc_ecma_minifier --release -p swc --no-fail-fast --test projects --test tsc --test compress --test mangle --features concurrent $@
|
|
|
|
# find ../swc/tests/ -type f -empty -delete |