mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
9 lines
141 B
Bash
9 lines
141 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
#
|
||
|
# This scripts print the ideal output of lab.js
|
||
|
#
|
||
|
|
||
|
set -eux
|
||
|
terser --compress --format beautify -- lab.js
|
||
|
node lab.js
|