UNPKG

@yokgs/dyescript-light

Version:

Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript

9 lines 199 B
module.exports = ($) => { $ = $ || '' let r = $; let m = [...($.match(/\-\-[\w\-]+/g) || [])]; m.map(x => { r = r.replace(x, 'var(' + x + ')'); }); return r; }