mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Fixes preprocessor testing and adds deadcode removal.
This commit is contained in:
parent
f828f07ccd
commit
6265bb6038
7 changed files with 100 additions and 46 deletions
|
@ -1,10 +1,10 @@
|
|||
function test() {
|
||||
"test";
|
||||
"1";
|
||||
"2";
|
||||
"3";
|
||||
if ("test") {
|
||||
"5";
|
||||
}
|
||||
"4";
|
||||
"test";
|
||||
"1";
|
||||
"2";
|
||||
"3";
|
||||
if ("test") {
|
||||
"5";
|
||||
}
|
||||
"4";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue