mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
f724ae98a1
changed the build
script to use Babel, so this commit updates the file names accordingly
19 lines
169 B
JavaScript
19 lines
169 B
JavaScript
function test() {
|
|
{;}
|
|
;
|
|
"test";
|
|
{
|
|
"1";
|
|
if (true) {
|
|
"2";
|
|
}
|
|
;
|
|
{
|
|
"3";
|
|
if ("test") {
|
|
"5";
|
|
}
|
|
}
|
|
"4";
|
|
}
|
|
}
|