File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,6 @@ function uglifyWithCopyrights() {
244
244
const output = input
245
245
. pipe ( flatmap ( ( stream , f ) => {
246
246
return stream . pipe ( minify ( {
247
- compress : {
248
- hoist_funs : true // required due to https://github.com/microsoft/vscode/issues/80202
249
- } ,
250
247
output : {
251
248
comments : preserveComments ( f ) ,
252
249
max_line_len : 1024
Original file line number Diff line number Diff line change @@ -327,9 +327,6 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
327
327
const output = input
328
328
. pipe ( flatmap ( ( stream , f ) => {
329
329
return stream . pipe ( minify ( {
330
- compress : {
331
- hoist_funs : true // required due to https://github.com/microsoft/vscode/issues/80202
332
- } ,
333
330
output : {
334
331
comments : preserveComments ( < FileWithCopyright > f ) ,
335
332
max_line_len : 1024
Original file line number Diff line number Diff line change 40
40
"mime" : " ^1.3.4" ,
41
41
"minimist" : " ^1.2.0" ,
42
42
"request" : " ^2.85.0" ,
43
- "terser" : " ^4.2 .1" ,
43
+ "terser" : " 4.3 .1" ,
44
44
"tslint" : " ^5.9.1" ,
45
45
"typescript" : " 3.6.2" ,
46
46
"vsce" : " 1.48.0" ,
Original file line number Diff line number Diff line change @@ -2169,7 +2169,7 @@ supports-color@^5.3.0:
2169
2169
dependencies :
2170
2170
has-flag "^3.0.0"
2171
2171
2172
- terser@*, terser@^4.2.1 :
2172
+ terser@* :
2173
2173
version "4.2.1"
2174
2174
resolved "https://registry.yarnpkg.com/terser/-/terser-4.2.1.tgz#1052cfe17576c66e7bc70fcc7119f22b155bdac1"
2175
2175
integrity sha512-cGbc5utAcX4a9+2GGVX4DsenG6v0x3glnDi5hx8816X1McEAwPlPgRtXPJzSBsbpILxZ8MQMT0KvArLuE0HP5A==
@@ -2178,6 +2178,15 @@ terser@*, terser@^4.2.1:
2178
2178
source-map "~0.6.1"
2179
2179
source-map-support "~0.5.12"
2180
2180
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
+
2181
2190
through2@2.X, through2@^2.0.0, through2@^2.0.3 :
2182
2191
version "2.0.3"
2183
2192
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
You can’t perform that action at this time.
0 commit comments