We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c44d72 commit 2c10a80Copy full SHA for 2c10a80
packages/svelte/src/compiler/phases/3-transform/client/utils.js
@@ -68,7 +68,7 @@ export function serialize_get_binding(node, state) {
68
if (binding.kind === 'prop') {
69
if (binding.node.name === '$$props') {
70
// Special case for $$props which only exists in the old world
71
- // TODO this probably should have a 'prop' binding kind
+ // TODO this probably shouldn't have a 'prop' binding kind
72
return node;
73
}
74
0 commit comments