mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
3522fc71e4
swc_ecma_codegen: - Fix codegen of `-0.0`. swc_ecma_transforms_base: - `fixer`: Handle tag of tagged template literals. swc_ecma_minifier: - Implement more rules for strings. - Implement more rules for teplate literals. - Implement more rules for comparisons. - Implement more rules for destructuring bindings. - Implement more rules for switch statements. - Implement more rules for expressions.
15 lines
250 B
Bash
Executable File
15 lines
250 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# This script updates golden.txt and ignored.txt
|
|
#
|
|
#
|
|
# Note that even if a test is ignored, this script will invoke it.
|
|
#
|
|
set -eu
|
|
|
|
|
|
# Clean the ignore list
|
|
echo '' > tests/ignored.txt
|
|
|
|
scripts/add-golden.sh
|
|
scripts/ignore.sh '' |