erase arts in lifted where functions

This commit is contained in:
2025-10-24 11:09:57 -07:00
parent 11ffd96a91
commit 8aee58c23b
4 changed files with 35 additions and 17 deletions

7
scripts/pack Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
(
echo '(function(){'
cat newt3.js
echo '})()'
) > iife.js
esbuild --minify iife.js > min.js