Conversation
🦋 Changeset detectedLatest commit: cc38884 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a308d1d to
7322e38
Compare
Codecov Report
@@ Coverage Diff @@
## main #219 +/- ##
==========================================
+ Coverage 88.51% 90.67% +2.15%
==========================================
Files 14 11 -3
Lines 1280 343 -937
Branches 67 34 -33
==========================================
- Hits 1133 311 -822
+ Misses 143 32 -111
+ Partials 4 0 -4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
nuta
reviewed
Nov 29, 2022
nuta
left a comment
There was a problem hiding this comment.
Nice! Will take a look further so leaving some nitpicks for now
1c7e52a to
3008c78
Compare
5ce56da to
cc38884
Compare
Kikobeats
approved these changes
Dec 19, 2022
Merged
jridgewell
pushed a commit
to jridgewell/edge-runtime
that referenced
this pull request
Jun 23, 2023
…pliant code in Node.js environment (vercel#219) chore(node-utils): introduces edge-related utilities chore(primitives): improves `fetch` type chore: only considers src/ folder when running coverage with jest chore(ponyfill): ignores types for fetch parameters doc(node-utils): adds README and documentation page Co-authored-by: Javi Velasco <javier.velasco86@gmail.com> Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 What's in there?
Utility functions that we need for executing edge-related code on server side.
🧪 How to try?
This will be used in Next.js and @vercel/node-bridge.
They are fully covered with unit tests, have a look a
edge-to-node/handler.test.tsDocumentation is available here