mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Auto merge of #26624 - jdm:script-unminify, r=asajeffrey
Use temporary files instead of pipes for JS unminification. This change allows me to use `--unminify-js` when loading a local Hubs server. Previously there would be multiple hung js-beautifier processes and the page would never make any progress.
This commit is contained in:
commit
dde7204756
3 changed files with 29 additions and 18 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4726,6 +4726,7 @@ dependencies = [
|
|||
"style",
|
||||
"style_traits",
|
||||
"swapper",
|
||||
"tempfile",
|
||||
"tendril",
|
||||
"time",
|
||||
"unicode-bidi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue