import deindent from '../../utils/deindent.js'; export default function addComponentAttributes ( generator, node, local ) { const variables = []; local.data = []; node.attributes.forEach( attribute => { if ( attribute.type === 'Attribute' ) { if ( attribute.value === true ) { // attributes without values, e.g.