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

errors originating from within builtin modules show export default "node:stream" which is unhelpful #9384

Open
paperdave opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@paperdave
Copy link
Collaborator

every usage where builtins are actually at fault is a bug in bun, but the printing:
image

is bad. this should point at the first user stack trace.

imo the transpile thing should not even be possible to run in this mode. it is an internal api footgun to allow transpiling non-existing files.

this might be a duplicate of another issue and if so i apologize

@paperdave paperdave added the bug Something isn't working label Mar 12, 2024
@paperdave paperdave self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant