UNPKG

estree-to-babel

Version:
7 lines (5 loc) 127 B
'use strict'; module.exports = (path) => { const {attributes = []} = path.node; path.node.attributes = attributes; };