no usingnamespace, organize jsc namespace, enable -fincremental (#19122)

Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
chloe caruso
2025-04-22 16:34:15 -07:00
committed by GitHub
parent 842fe8664e
commit 3349c995b5
271 changed files with 30131 additions and 30868 deletions

View File

@@ -5,8 +5,10 @@ if ! test -d build/debug/codegen; then
fi
out="codegen-for-zig-team.tar.gz"
tar -zcf "$out" \
tar --no-xattrs \
--exclude=".DS_Store" \
-zcf "$out" \
build/debug/codegen \
src/bun.js/bindings/GeneratedBindings.zig \
src/bun.js/bindings/GeneratedJS2Native.zig
src/bun.js/bindings/GeneratedJS2Native.zig
echo "-> $out"