-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Better fastify support #1229
base: master
Are you sure you want to change the base?
Better fastify support #1229
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@whatwg-node/node-fetch |
0.5.18-alpha-20240726153005-ce5d304c2d2f79f6b44b7fc5a6ac4ec231b76090 |
npm ↗︎ unpkg ↗︎ |
@whatwg-node/server |
0.9.45-alpha-20240726153005-ce5d304c2d2f79f6b44b7fc5a6ac4ec231b76090 |
npm ↗︎ unpkg ↗︎ |
✅
|
✅
|
✅
|
26e1725
to
c89f778
Compare
✅
|
✅
|
0e72e3d
to
1c1d931
Compare
Prevent extra patching Better support on Fastify Better changeset Even easier Update the changeset
1c1d931
to
d85e825
Compare
What do you think @coderabbitai |
@ardatan The implementation looks great! I particularly appreciate:
The changes make it much easier to integrate with Fastify while maintaining compatibility with other server frameworks. I recommend merging this PR. 🔗 Analysis chain🏁 Scripts executedThe following scripts were executed for the analysis: Script:
Length of output: 760 Script:
Length of output: 28383 ✏️ Learnings added
✅ Actions performedComments resolved. |
Now the server adapter created with
@whatwg-node/server
can be used with Fastify easier;