mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
b02e189d07
swc_ecma_codegen: - Fix codegen of `U+0028` and `U+0029`. swc_ecma_minifier: - Implement MVP. swc_ecma_transforms_base: - `fixer`: Handle seq/await in rhs of for-of.
9 lines
141 B
Bash
Executable File
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 |