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

fix(node): update list of builtin node modules, add missing export to _http_common #27294

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

nathanwhit
Copy link
Member

Fixes #27289

We exported these but forgot to add them to the list of builtins used by the resolver, so we weren't resolving bare imports of some modules (e.g. "_http_common")

Also adds a missing export of HTTPParser from _http_common

@nathanwhit nathanwhit marked this pull request as ready for review December 9, 2024 19:31
@nathanwhit nathanwhit changed the title fix(node): add missing builtin node modules, add missing export fix(node): update list of builtin node modules, add missing export to _http_common Dec 9, 2024
@nathanwhit nathanwhit merged commit 44d7697 into denoland:main Dec 9, 2024
17 checks passed
@nathanwhit nathanwhit deleted the missing-builtin-http-common branch December 9, 2024 21:01
@vladjerca
Copy link

Hey guys, thanks so much for the quick fix! ❤️

Any thoughts when the next version will be published?

@bartlomieju
Copy link
Member

@vladjerca some time later this week. You can try it out now by upgrading to canary version (deno upgrade canary).

@vladjerca

This comment was marked as resolved.

bartlomieju pushed a commit that referenced this pull request Dec 11, 2024
… _http_common (#27294)

Fixes #27289

We exported these but forgot to add them to the list of builtins used by
the resolver, so we weren't resolving bare imports of some modules (e.g.
`"_http_common"`)

Also adds a missing export of `HTTPParser` from `_http_common`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use MSW.js
4 participants