UNPKG
pdfjs-lib
Version:
latest (0.0.149)
0.0.149
Generic build of Mozilla's PDF.js library.
mozilla.github.io/pdf.js/
mozilla/pdfjs-dist
pdfjs-lib
/
lib
/
external
/
builder
/
fixtures_esprima
/
comments-expected.js
18 lines
(17 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function
f1
()
{
"1"
;
"2"
; }
function
f2
()
{
"1"
;
"2"
; }
function
f3
()
{
if
(
"1"
) {
"1"
; }
"2"
;
if
(
"3"
) {
"4"
; } }