Skip to content

Commit 956f318

Browse files
committed
while we're here, update parser output files
1 parent 4a88c9c commit 956f318

File tree

48 files changed

+8
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+8
-56
lines changed

test/parser/samples/action-with-call/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1937205193,
32
"html": {
43
"start": 0,
54
"end": 38,

test/parser/samples/action-with-identifier/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1937205193,
32
"html": {
43
"start": 0,
54
"end": 29,

test/parser/samples/action-with-literal/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1937205193,
32
"html": {
43
"start": 0,
54
"end": 35,

test/parser/samples/action/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1937205193,
32
"html": {
43
"start": 0,
54
"end": 21,

test/parser/samples/attribute-dynamic-boolean/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "7xolfv",
32
"html": {
43
"start": 0,
54
"end": 41,

test/parser/samples/attribute-dynamic-reserved/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "l0cddf",
32
"html": {
43
"start": 0,
54
"end": 25,

test/parser/samples/attribute-dynamic/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "ehtsx6",
32
"html": {
43
"start": 0,
54
"end": 42,

test/parser/samples/attribute-escaped/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1563956934,
32
"html": {
43
"start": 0,
54
"end": 41,

test/parser/samples/attribute-multiple/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 507039402,
32
"html": {
43
"start": 0,
54
"end": 28,

test/parser/samples/attribute-shorthand/output.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1705925892,
32
"html": {
43
"start": 0,
54
"end": 11,
@@ -18,13 +17,13 @@
1817
"name": "id",
1918
"value": [
2019
{
21-
"type": "AttributeShorthand",
2220
"start": 6,
2321
"end": 8,
22+
"type": "AttributeShorthand",
2423
"expression": {
25-
"type": "Identifier",
2624
"start": 6,
2725
"end": 8,
26+
"type": "Identifier",
2827
"name": "id"
2928
}
3029
}

test/parser/samples/attribute-static-boolean/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 606864228,
32
"html": {
43
"start": 0,
54
"end": 30,

test/parser/samples/attribute-static/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1493227373,
32
"html": {
43
"start": 0,
54
"end": 23,

test/parser/samples/attribute-unquoted/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 3488539025,
32
"html": {
43
"start": 0,
54
"end": 21,

test/parser/samples/await-then-catch/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1b28gs9",
32
"html": {
43
"start": 0,
54
"end": 148,

test/parser/samples/binding-shorthand/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 3088875001,
32
"html": {
43
"start": 0,
54
"end": 18,

test/parser/samples/binding/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1937205193,
32
"html": {
43
"start": 0,
54
"end": 25,

test/parser/samples/comment/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 3294612990,
32
"html": {
43
"start": 0,
54
"end": 18,

test/parser/samples/component-dynamic/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "2u5ec3",
32
"html": {
43
"start": 0,
54
"end": 62,

test/parser/samples/convert-entities-in-element/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 2365862121,
32
"html": {
43
"start": 0,
54
"end": 24,

test/parser/samples/convert-entities/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 156753432,
32
"html": {
43
"start": 0,
54
"end": 17,

test/parser/samples/css-ref-selector/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1104014177,
32
"html": {
43
"start": 0,
54
"end": 14,

test/parser/samples/css/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1147407419,
32
"html": {
43
"start": 0,
54
"end": 14,

test/parser/samples/dynamic-import/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1867472549,
32
"html": {
43
"start": null,
54
"end": null,

test/parser/samples/element-with-mustache/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 1265376132,
32
"html": {
43
"start": 0,
54
"end": 22,

test/parser/samples/element-with-text/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 611274658,
32
"html": {
43
"start": 0,
54
"end": 17,

test/parser/samples/elements/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 825536165,
32
"html": {
43
"start": 0,
54
"end": 15,

test/parser/samples/event-handler/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "qi54it",
32
"html": {
43
"start": 0,
54
"end": 97,

test/parser/samples/if-block-else/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "dbh411",
32
"html": {
43
"start": 0,
54
"end": 51,

test/parser/samples/if-block-elseif/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "tzpuwu",
32
"html": {
43
"start": 0,
54
"end": 88,

test/parser/samples/if-block/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "w7ju0y",
32
"html": {
43
"start": 0,
54
"end": 17,

test/parser/samples/implicitly-closed-li/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 126082492,
32
"html": {
43
"start": 0,
54
"end": 31,

test/parser/samples/nbsp/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 4049070444,
32
"html": {
43
"start": 0,
54
"end": 19,

test/parser/samples/raw-mustaches/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "9m9gjd",
32
"html": {
43
"start": 0,
54
"end": 34,

test/parser/samples/refs/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 850398275,
32
"html": {
43
"start": 0,
54
"end": 25,

test/parser/samples/script-comment-only/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 3451341610,
32
"html": {
43
"start": 0,
54
"end": 11,

test/parser/samples/script-comment-trailing-multiline/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "lvjec0",
32
"html": {
43
"start": 0,
54
"end": 22,

test/parser/samples/script-comment-trailing/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "19sno7e",
32
"html": {
43
"start": 0,
54
"end": 22,

test/parser/samples/script/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "6jy7zq",
32
"html": {
43
"start": 0,
54
"end": 22,

test/parser/samples/self-closing-element/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 4200201687,
32
"html": {
43
"start": 0,
54
"end": 6,

test/parser/samples/self-reference/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1wh7lqr",
32
"html": {
43
"start": 0,
54
"end": 57,

test/parser/samples/space-between-mustaches/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1n7rpsi",
32
"html": {
43
"start": 0,
54
"end": 24,

test/parser/samples/spread/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "z82kse",
32
"html": {
43
"start": 0,
54
"end": 22,

test/parser/samples/textarea-children/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1uyqul7",
32
"html": {
43
"start": 0,
54
"end": 61,

test/parser/samples/transition-intro-no-params/output.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 503236647,
32
"html": {
43
"start": 0,
54
"end": 27,
@@ -16,9 +15,9 @@
1615
"end": 12,
1716
"type": "Transition",
1817
"name": "fade",
18+
"expression": null,
1919
"intro": true,
20-
"outro": false,
21-
"expression": null
20+
"outro": false
2221
}
2322
],
2423
"children": [

test/parser/samples/transition-intro/output.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 3731674194,
32
"html": {
43
"start": 0,
54
"end": 43,
@@ -16,8 +15,6 @@
1615
"end": 28,
1716
"type": "Transition",
1817
"name": "style",
19-
"intro": true,
20-
"outro": false,
2118
"expression": {
2219
"type": "ObjectExpression",
2320
"start": 15,
@@ -46,7 +43,9 @@
4643
"kind": "init"
4744
}
4845
]
49-
}
46+
},
47+
"intro": true,
48+
"outro": false
5049
}
5150
],
5251
"children": [

test/parser/samples/whitespace-leading-trailing/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": 424837432,
32
"html": {
43
"start": 6,
54
"end": 36,

test/parser/samples/whitespace-normal/output.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1827l8g",
32
"html": {
43
"start": 0,
54
"end": 65,

test/parser/samples/yield/output.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hash": "1na2f8c",
32
"html": {
43
"start": 0,
54
"end": 7,
@@ -10,9 +9,9 @@
109
"end": 7,
1110
"type": "MustacheTag",
1211
"expression": {
12+
"type": "Identifier",
1313
"start": 1,
1414
"end": 6,
15-
"type": "Identifier",
1615
"name": "yield"
1716
}
1817
}

0 commit comments

Comments
 (0)