#!/usr/bin/env -S npx nodejsscript const files= [ "index.js", "index-with-signals.js" ]; const filesOut= (file, mark= "esm")=> "dist/"+file.replace("index", mark); $.api("", true) .option("--minify", "Level of minification [ full (default), partial ]") .action(function main({ minify= "full" }){ for(const file of files){ const out= filesOut(file); s.run([ "npx esbuild '::file::'", "--platform=neutral", "--bundle", minify==="full" ? "--minify" : "--minify-syntax --minify-identifiers", "--legal-comments=inline", "--packages=external", "--outfile='::out::'" ].join(" "), { file, out }); pipe( f=> f.replace(/^ +/gm, m=> "\t".repeat(m.length/2)), f=> s.echo(f).to(out) )(s.cat(out)); toDDE(out, filesOut(file, "dde")); } $.exit(0); function toDDE(file, out){ const name= "dde"; echo(`\n ${out} (${file} → globalThis.${name})\n`); let content= s.cat(file).toString().split(/export ?{/); content.splice(1, 0, `\nglobalThis.${name}= {`); content[2]= content[2].replace(/,(?!\n)/g, ",\n").replace(/(? {", content.join(""), "})();" ].join("\n")).to(out); echo("⚡ Done\n"); } }) .parse();