UNPKG

estree-to-babel

Version:
5 lines (4 loc) 110 B
export default (path) => { const {attributes = []} = path.node; path.node.attributes = attributes; };