Skip to content

Commit

Permalink
Update internal version of terser to 4.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sbc100 committed Jul 6, 2023
1 parent 7205fae commit 60ceab3
Show file tree
Hide file tree
Showing 3 changed files with 10,123 additions and 7,817 deletions.
6 changes: 3 additions & 3 deletions third_party/terser/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bundled version of terser 4.1.0 with emscripten patches
Bundled version of terser 4.8.0 with emscripten patches
=======================================================

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

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

0 comments on commit 60ceab3

Please sign in to comment.