includes-with-ext-js.input.json
1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"type": "Block",
"nodes": [
{
"type": "Tag",
"name": "pre",
"selfClosing": false,
"block": {
"type": "Block",
"nodes": [
{
"type": "Tag",
"name": "code",
"selfClosing": false,
"block": {
"type": "Block",
"nodes": [
{
"type": "RawInclude",
"file": {
"type": "FileReference",
"line": 3,
"filename": "includes-with-ext-js.pug",
"path": "javascript-new-lines.js",
"fullPath": "javascript-new-lines.js",
"str": "var x = \"\\n here is some \\n new lined text\";\n"
},
"line": 3,
"filename": "includes-with-ext-js.pug",
"filters": []
}
],
"line": 2,
"filename": "includes-with-ext-js.pug"
},
"attrs": [],
"attributeBlocks": [],
"isInline": true,
"line": 2,
"filename": "includes-with-ext-js.pug"
}
],
"line": 1,
"filename": "includes-with-ext-js.pug"
},
"attrs": [],
"attributeBlocks": [],
"isInline": false,
"line": 1,
"filename": "includes-with-ext-js.pug"
}
],
"line": 0,
"filename": "includes-with-ext-js.pug"
}