Commit Graph

335 Commits

Author SHA1 Message Date
filipenevola
1d217fc00e Updates meteorJsMinify to async 2022-12-22 10:24:30 -04:00
denihs
42ee60461e Creating function callAsync 2022-09-20 16:41:21 -04:00
Frederico Maia Arantes
437b6dc344 Update terser from 5.12.1 to 5.14.2 2022-08-14 21:08:05 +02:00
Frederico Maia Arantes
dee85e3486 Bump packages for release 2022-03-24 18:23:53 -03:00
denihs
384b9a6e9a - Updating terser package on minifier-js
- updating history.md
2022-03-21 15:56:35 -04:00
filipenevola
ca259c5c73 Reverting terser evaluate false
Fixes #11775
2021-11-23 14:39:41 -03:00
filipenevola
29caf41861 Published minifier-js@2.7.2. 2021-11-12 17:10:09 -04:00
Brian Lukoff
a185aabf86 Work around terser bug. (#11758) 2021-11-12 17:04:47 -04:00
Jan Dvorak
3bc1512116 Improve async return in minifier-js 2021-09-16 15:59:47 +02:00
Jan Dvorak
c926777e85 Remove outdated comment 2021-09-16 15:53:27 +02:00
Jan Dvorak
981f1584cd Update standard-minifier-js as well 2021-09-16 11:14:43 +02:00
Jan Dvorak
67c806f12f Update terser to 5.8
Minification has been lagging behind for a while and creating some strange errors with some packages. This update should fix that.
2021-09-16 09:53:44 +02:00
Jan Dvorak
a6d65cddb7 Release 2.4 2021-09-14 09:30:22 +02:00
Jan Dvorak
2dbadcbd5f 2.4-rc.6 2021-09-09 16:19:41 +02:00
filipenevola
5cc351bdab Bump version to 2.4.0-rc.5 2021-09-05 21:47:29 -07:00
Jan Dvorak
621a851094 2.4-rc.4 2021-09-02 10:22:22 +02:00
filipenevola
f0063af6c5 Bump version to 2.4.0-rc.3 2021-08-29 11:14:51 -10:00
Jan Dvorak
ae142366b9 2.4-rc.2 2021-08-24 10:36:52 +02:00
Jan Dvorak
744300da25 2.4-rc.1 2021-08-23 11:42:09 +02:00
Jan Dvorak
7e31112905 2.4-rc.0 2021-08-16 13:35:15 +02:00
Jan Dvorak
9469783614 Update history for js minification packages 2021-08-16 12:04:46 +02:00
Jan Dvorak
04ac279f57 Fix missing Babel dependency
This reverts commit a1c9e136b5.
2021-08-13 09:48:39 +02:00
Jan Dvorak
a1c9e136b5 Revert "Revert "Remove babel-compiler dependency in minifier-js""
This reverts commit 1bc5beeeac.
2021-08-13 09:23:22 +02:00
Jan Dvorak
1bc5beeeac Revert "Remove babel-compiler dependency in minifier-js"
This reverts commit 7aa447ff9a.
2021-08-13 09:06:44 +02:00
Jan Dvorak
7aa447ff9a Remove babel-compiler dependency in minifier-js 2021-08-05 17:01:19 +02:00
Jan Dvorak
84d98a6db9 Revert change in minifier in the way terser is imported 2021-08-04 14:42:58 +02:00
Jan Dvorak
ab61bd3a28 Merge branch 'devel' into minifier_js_update 2021-07-13 10:58:23 +02:00
Jan Dvorak
7b0d8a58e1 Published minifier-js@2.6.1 2021-07-10 00:41:11 +02:00
Jan Dvorak
9ac03d1e1d Update JS minifiers dependencies 2021-06-23 16:11:39 +02:00
Jan Dvorak
e41ee4f1c1 Remove numeric separator test as planned 2021-05-29 09:14:54 +02:00
Jan Dvorak
45e9837e08 Update terser to 4.8.0 2021-05-27 16:35:45 +02:00
Brian Mulhall
4fb978d245 updating the syntax to use the ES module syntax that is now supported 2020-04-13 18:51:34 -05:00
Brian Mulhall
4a06396593 updated the test cases to handle the empty string, valid JS, invalid JS cases and then a case to check the error object has the fields we need and one to keep tabs on the numeric separator support I requested (I'll remove it when it fails) 2020-04-13 18:46:03 -05:00
Brian Mulhall
1931f9e353 last minute clean up of comments and formatting 2020-04-04 15:41:09 -05:00
Brian Mulhall
33904b7f46 update to add back this atmosphere package I removed because it is used in the stats.js file 2020-04-04 14:52:13 -05:00
Brian Mulhall
7696d8a401 update to maintain backwards compatibility 2020-04-04 14:46:16 -05:00
Brian Mulhall
6adaeaeadc update the comment on this one test and its purpose 2020-04-04 13:59:31 -05:00
Brian Mulhall
b52fa165ff update the npm and atmosphere package dependencies 2020-04-04 13:59:10 -05:00
Brian Mulhall
c53844b3d4 bug fixes that came up during testing 2020-04-04 13:42:42 -05:00
Brian Mulhall
602f809665 bug fix to remove some diagnostic code that was left in by mistake 2020-04-04 13:08:11 -05:00
Brian Mulhall
f2edacc991 update the minifier to use only terser without falling back to babel-minify 2020-04-04 10:07:50 -05:00
BrianMulhall
7a2b0c34cd moving the test file back to conform to the way all meteor packages are laid out 2020-03-31 18:51:31 -05:00
BrianMulhall
f366fc2b36 removed a print lining statement and added a comment 2020-03-26 22:33:20 -05:00
BrianMulhall
3f331f002b cleaning up the error handling and the variable naming 2020-03-26 21:56:32 -05:00
BrianMulhall
a67e25a834 pared down the number of test cases that we need to maintain moving forward 2020-03-20 17:24:03 -05:00
Brian Mulhall
065e3c0b47 update the test cases to verify that terser is in fact handling the test cases we are assuming they can handle 2020-03-18 18:21:16 -05:00
Brian Mulhall
e56102c8f7 cleaning up the code a bit more 2020-03-16 16:20:57 -05:00
Brian Mulhall
2987fc932b updating the error handling code 2020-03-16 13:11:32 -05:00
Brian Mulhall
6f92161a36 added a test case that exercises when terser fails and babel-minify is used as a fail safe 2020-03-16 13:10:07 -05:00
Brian Mulhall
d4b189f80b cleaning up the code a bit before i submit the pull request 2020-03-16 11:38:37 -05:00