-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bun.jsSomething to do with a Bun-specific APISomething to do with a Bun-specific APIenhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
I'd like to reduce setup friction for my module's dependents, who need a Bun plugin configured before using the module. Currently, they'd need to add to preload
in bunfig.toml
.
What is the feature you are proposing to solve the problem?
Ideally, Bun would automatically preload TypeScript files that I could declare in my module's package.json, allowing me to contribute an array of module-relative files to the preload
key that would be properly resolved.
What alternatives have you considered?
Providing a README.md of instructions and hoping the end user notices the extra setup steps.
Metadata
Metadata
Assignees
Labels
bun.jsSomething to do with a Bun-specific APISomething to do with a Bun-specific APIenhancementNew feature or requestNew feature or request