UNPKG

estree-to-babel

Version:
10 lines (7 loc) 154 B
const {assign} = Object; export default (path) => { const {attributes = []} = path.node; assign(path.node, { attributes, }); };