-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update #70
Conversation
@evilebottnawi unsure why the windows CI is failing. Just checked out the PR locally on my windows machine with node 10.10 and it is passing:
|
@filipesilva yep, wip on this, I really do not like when this happens, i need to figure out why it happened |
For the record, also tried with the same node version as used in that Appveyor test and it also passed. Puzzling :/
|
exports[`when applied with \`minify\` option matches snapshot for \`terser\` minifier and \`parallel\` is \`true\`: errors 1`] = ` | ||
Array [ | ||
"Error: main.js from Terser | ||
SyntaxError: Unexpected string", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@filipesilva Problem here 😕
- No problem before
- No problem on windows
- Problem on linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't reproduce :/
Tried running it multiple times as well to see if it was a race condition or something.
If I can help let me know. Otherwise I worry that I'm just bothering you while you work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@filipesilva thanks for helping, do not worry, i will ping you if can't solve problem (but it is unlikely) 😄
f27e3f1
to
0d78c28
Compare
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 5 5
Lines 280 280
Branches 109 109
=======================================
Hits 276 276
Misses 4 4 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 5 5
Lines 280 280
Branches 109 109
=======================================
Hits 276 276
Misses 4 4 Continue to review full report at Codecov.
|
@evilebottnawi a fix was merged in terser that conflics with #69. Details in terser/terser#254 (comment). Edit: tests here are still green with terser 3.16.1 so I guess my interpretation was wrong. |
0d78c28
to
01109a5
Compare
@filipesilva yep, problem with Input:
Serilizer output:
See on minify.
|
Rewrite test for CI, but need investigate what the hell is going on 😕 |
01109a5
to
7d07b88
Compare
This PR contains a:
Motivation / Use-Case
Update deps
Breaking Changes
No
Additional Info
No