Skip to content

Commit b8c21d6

Browse files
committed
Update internal version of terser to 4.8.0
I was hoping this version would make optional chaining work but sadly it looks like we will need to update v5 for that to work. See #15827
1 parent 7205fae commit b8c21d6

File tree

3 files changed

+10124
-7817
lines changed

3 files changed

+10124
-7817
lines changed

third_party/terser/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bundled version of terser 4.1.0 with emscripten patches
1+
Bundled version of terser 4.8.0 with emscripten patches
22
=======================================================
33

44
We maintain a few downstream patches to terser which means we can't use the
@@ -13,5 +13,5 @@ To make changes to this code please submit patches to
1313
https://github.com/emscripten-core/terser/ and then re-create this bundle
1414
using the following steps:
1515

16-
$ npx rollup -c
17-
$ cp dist/bundle.js $EMSCRIPTEN_ROOT/third_party/terser/terser.js
16+
$ CI=1 npx rollup -c
17+
$ cp dist/bundle.min.js $EMSCRIPTEN_ROOT/third_party/terser/terser.js

0 commit comments

Comments
 (0)