swc/crates/swc_visit/scripts/expand.sh

7 lines
109 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu
export DBG_DUMP=1
cargo expand --features path --test fold > tests/expanded.rs