mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user