Skip to content

Commit ab4d0ab

Browse files
committed
format
1 parent ec57acd commit ab4d0ab

File tree

83 files changed

+85
-90
lines changed

Some content is hidden

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

83 files changed

+85
-90
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ export const template_visitors = {
26062606
context,
26072607
() => /** @type {import('estree').Expression} */ (context.visit(assignment)),
26082608
{
2609-
skip_proxy_and_freeze: true,
2609+
skip_proxy_and_freeze: true
26102610
}
26112611
)
26122612
);

packages/svelte/tests/parser-legacy/samples/action-duplicate/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
}
3232
]
3333
}
34-
}
34+
}

packages/svelte/tests/parser-legacy/samples/action-with-call/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@
7373
}
7474
]
7575
}
76-
}
76+
}

packages/svelte/tests/parser-legacy/samples/action-with-identifier/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
}
3939
]
4040
}
41-
}
41+
}

packages/svelte/tests/parser-legacy/samples/action-with-literal/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
}
4040
]
4141
}
42-
}
42+
}

packages/svelte/tests/parser-legacy/samples/action/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
}
2424
]
2525
}
26-
}
26+
}

packages/svelte/tests/parser-legacy/samples/animation/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
}
7777
]
7878
}
79-
}
79+
}

packages/svelte/tests/parser-legacy/samples/attribute-class-directive/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
}
3939
]
4040
}
41-
}
41+
}

packages/svelte/tests/parser-legacy/samples/attribute-containing-solidus/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
}
3939
]
4040
}
41-
}
41+
}

packages/svelte/tests/parser-legacy/samples/attribute-curly-bracket/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
}
5353
]
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)