UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

11 lines (9 loc) 282 B
// clean the raws of the node module.exports = (node) => { node.raws = Object.assign( node.raws.between ? { between: node.raws.between } : {}, node.raws.semicolon ? { semicolon: true } : {}, node.raws.important ? { important: node.raws.important } : {} ); return node; };