Skip to content

Commit 6fc75a2

Browse files
committed
ditto - annotation is redundant
1 parent 410c7e3 commit 6fc75a2

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/server/visitors

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/server/visitors/SlotElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export function SlotElement(node, context) {
1515
/** @type {Expression[]} */
1616
const spreads = [];
1717

18-
/** @type {Literal} */
1918
let name = b.literal('default');
2019

2120
for (const attribute of node.attributes) {

0 commit comments

Comments
 (0)