chore: use change double quote to single quote

pull/9197/head
Sina Salahshour 3 years ago
parent 8cb5ab9309
commit 53918bbd0a

@ -50,7 +50,7 @@ export function invalidate(renderer, scope, node, names, main_execution_context
if ( if (
node.type === 'AssignmentExpression' && node.type === 'AssignmentExpression' &&
node.operator === '=' && node.operator === '=' &&
nodes_match(node.left, node.right, ["trailingComments","leadingComments"]) && nodes_match(node.left, node.right, ['trailingComments','leadingComments']) &&
tail.length === 0 tail.length === 0
) { ) {
return get_invalidated(head, node); return get_invalidated(head, node);

Loading…
Cancel
Save