Skip to content

Commit 0030e6e

Browse files
authored
🆙 terser@4.3.1 (microsoft#80627)
1 parent b836b67 commit 0030e6e

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

build/lib/optimize.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ function uglifyWithCopyrights() {
244244
const output = input
245245
.pipe(flatmap((stream, f) => {
246246
return stream.pipe(minify({
247-
compress: {
248-
hoist_funs: true // required due to https://github.com/microsoft/vscode/issues/80202
249-
},
250247
output: {
251248
comments: preserveComments(f),
252249
max_line_len: 1024

build/lib/optimize.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,6 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
327327
const output = input
328328
.pipe(flatmap((stream, f) => {
329329
return stream.pipe(minify({
330-
compress: {
331-
hoist_funs: true // required due to https://github.com/microsoft/vscode/issues/80202
332-
},
333330
output: {
334331
comments: preserveComments(<FileWithCopyright>f),
335332
max_line_len: 1024

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"mime": "^1.3.4",
4141
"minimist": "^1.2.0",
4242
"request": "^2.85.0",
43-
"terser": "^4.2.1",
43+
"terser": "4.3.1",
4444
"tslint": "^5.9.1",
4545
"typescript": "3.6.2",
4646
"vsce": "1.48.0",

build/yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ supports-color@^5.3.0:
21692169
dependencies:
21702170
has-flag "^3.0.0"
21712171

2172-
terser@*, terser@^4.2.1:
2172+
terser@*:
21732173
version "4.2.1"
21742174
resolved "https://registry.yarnpkg.com/terser/-/terser-4.2.1.tgz#1052cfe17576c66e7bc70fcc7119f22b155bdac1"
21752175
integrity sha512-cGbc5utAcX4a9+2GGVX4DsenG6v0x3glnDi5hx8816X1McEAwPlPgRtXPJzSBsbpILxZ8MQMT0KvArLuE0HP5A==
@@ -2178,6 +2178,15 @@ terser@*, terser@^4.2.1:
21782178
source-map "~0.6.1"
21792179
source-map-support "~0.5.12"
21802180

2181+
terser@4.3.1:
2182+
version "4.3.1"
2183+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.1.tgz#09820bcb3398299c4b48d9a86aefc65127d0ed65"
2184+
integrity sha512-pnzH6dnFEsR2aa2SJaKb1uSCl3QmIsJ8dEkj0Fky+2AwMMcC9doMqLOQIH6wVTEKaVfKVvLSk5qxPBEZT9mywg==
2185+
dependencies:
2186+
commander "^2.20.0"
2187+
source-map "~0.6.1"
2188+
source-map-support "~0.5.12"
2189+
21812190
through2@2.X, through2@^2.0.0, through2@^2.0.3:
21822191
version "2.0.3"
21832192
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"

0 commit comments

Comments
 (0)