swc/crates/swc_ecma_minifier/scripts/ideal.sh
2021-11-10 19:00:54 +09:00

9 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
#
# This scripts print the ideal output of lab.js
#
set -eux
terser --compress --format beautify -- lab.js
node lab.js