Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a way to auto-impoort all paks #15236

Open
steve02081504 opened this issue Nov 19, 2024 · 1 comment
Open

add a way to auto-impoort all paks #15236

steve02081504 opened this issue Nov 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@steve02081504
Copy link

What is the problem this feature would solve?

I'm trying to migrate my repo from Deno to Bun because Deno core members said they probably won't support clearing the import cache, while Bun has this feature.
However, my repo heavily relies on Deno's auto-install feature. It works perfectly fine in Deno when using "nodeModulesDir": "auto" + --allow-scripts, but after migrating to Bun, my whole project can't run.
Image
Image

What is the feature you are proposing to solve the problem?

I wish Bun could support auto-import for all packages via auto-import!
If there are any security concerns, I hope at least a switch can be added to allow this.

What alternatives have you considered?

no idea.

@steve02081504
Copy link
Author

anyone can help with this :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant