1
0
Fork 0
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:
Yury Delendik 2016-05-10 18:05:29 -05:00
parent bc3bcebde2
commit bf52ff156d
15 changed files with 502 additions and 0 deletions

View file

@ -0,0 +1,10 @@
function test() {
"test";
"1";
"2";
"3";
if ("test") {
"5";
}
"4";
}