UNPKG

views-morph

Version:
8 lines (6 loc) 206 B
export function enter(node, parent, state) { const value = state.getValueForProperty(node, parent, state) if (value) { Object.keys(value).forEach(k => state.render.push(` ${k}=${value[k]}`)) } }