mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Adds esprima-based preprocessor.
This commit is contained in:
parent
bc3bcebde2
commit
bf52ff156d
15 changed files with 502 additions and 0 deletions
10
external/builder/fixtures_esprima/blocks-expected.js
vendored
Normal file
10
external/builder/fixtures_esprima/blocks-expected.js
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
function test() {
|
||||
"test";
|
||||
"1";
|
||||
"2";
|
||||
"3";
|
||||
if ("test") {
|
||||
"5";
|
||||
}
|
||||
"4";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue