Skip to content

Commit 285f77e

Browse files
committed
add comment
1 parent 989ff2f commit 285f77e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/BindDirective.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export function BindDirective(node, context) {
122122
}
123123
}
124124

125+
// When dealing with bind getters/setters skip the specific binding validation
125126
if (Array.isArray(node.expression)) {
126127
return;
127128
}

0 commit comments

Comments
 (0)