UNPKG

estree-to-babel

Version:
12 lines (8 loc) 171 B
'use strict'; const {assign} = Object; module.exports = (path) => { const {attributes = []} = path.node; assign(path.node, { attributes, }); };