add comment

bind-get-set
Dominic Gannaway 24 hours ago
parent 989ff2facf
commit 285f77e8a8

@ -122,6 +122,7 @@ export function BindDirective(node, context) {
}
}
// When dealing with bind getters/setters skip the specific binding validation
if (Array.isArray(node.expression)) {
return;
}

Loading…
Cancel
Save