pull/10320/head
S. Elliott Johnson 8 months ago
parent 7158321369
commit e6ddbba9ef

@ -2486,7 +2486,6 @@ export const template_visitors = {
node.context.elements.forEach((argument, i) => {
if (!argument) return;
console.log(argument);
const call = argument.type === 'AssignmentPattern' ? b.maybe_call : b.call;
if (argument.type === 'Identifier') {

Loading…
Cancel
Save