mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
- Add features option to Bun.build() JavaScript API - Update JSBundler.zig to parse features array from JS config - Wire up features in bundle_v2.zig to pass StringSet directly - Change bundler_feature_flags type from StringHashMapUnmanaged to StringSet - Add initComptime() to StringSet for static empty constant - Update bun.d.ts with features option documentation - Update expectBundled.ts to propagate features for tests - Convert tests to use itBundled with both cli and api backends 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>