Files
bun.sh/test_entry.js
Claude Bot eecb9fb68d bundler: implement globalName support for IIFE format
Fixes bundler test by implementing globalName option for IIFE format.
When globalName is specified with IIFE format, the bundled output is
wrapped in a variable assignment that exposes exports as a global.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 05:38:02 +00:00

2 lines
51 B
JavaScript

export const foo = 123;
export const bar = "hello";