export default function (node) { // convert `\\` to `/` node.value = node.value.replace(/\\/g, '/'); }