Files
bun.sh/packages
Claude Bot daaa6a1c31 feat(bundler): Add features support to Bun.build API and use StringSet
- 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>
2025-12-11 02:26:06 +00:00
..