diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-21 04:11:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 04:11:14 +0800 |
commit | 5bd0cf8633d32a4b71be5654a04e353d3f86324e (patch) | |
tree | aca30200c02bc1525abbdfeeb090fbb909695ac5 /test/ufuzz/options.json | |
parent | 9199ab584667357122637df49eb96919b0a04eb8 (diff) | |
download | tracifyjs-5bd0cf8633d32a4b71be5654a04e353d3f86324e.tar.gz tracifyjs-5bd0cf8633d32a4b71be5654a04e353d3f86324e.zip |
enable GitHub Actions (#3503)
Diffstat (limited to 'test/ufuzz/options.json')
-rw-r--r-- | test/ufuzz/options.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/ufuzz/options.json b/test/ufuzz/options.json new file mode 100644 index 00000000..d20741a8 --- /dev/null +++ b/test/ufuzz/options.json @@ -0,0 +1,41 @@ +[ + { + "compress": false, + "mangle": false, + "output": { + "beautify": true, + "braces": true + }, + "rename": true + }, + { + "compress": false + }, + { + "mangle": false + }, + {}, + { + "ie8": true, + "toplevel": true + }, + { + "compress": { + "passes": 1e6, + "unsafe": true + }, + "toplevel": true + }, + { + "compress": { + "keep_fargs": false, + "passes": 1e6, + "sequences": 1e6, + "unsafe": true, + "unsafe_Function": true, + "unsafe_math": true, + "unsafe_proto": true, + "unsafe_regexp": true + } + } +] |