| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Lgtm but the test could use a comment that explains the expectations a bit as most folks aren't familiar with jspi yet and won't have much context.
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #59941 +/- ##
==========================================
+ Coverage 88.25% 88.44% +0.19%
==========================================
Files 703 703
Lines 207412 207402 -10
Branches 39893 39991 +98
==========================================
+ Hits 183052 183445 +393
+ Misses 16313 15930 -383
+ Partials 8047 8027 -20
... and 41 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Sure, I've added some more documentation to the test. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #59941 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#59941 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#59941 Backport-PR-URL: nodejs#65123 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Notable changes: async_hooks: * (SEMVER-MINOR) add using scopes to AsyncLocalStorage (Stephen Belanger) #61674 benchmark: * (SEMVER-MINOR) add benchmarks for experimental stream/iter (James M Snell) #62066 buffer: * (SEMVER-MINOR) add end parameter (Robert Nagy) #62390 crypto: * update root certificates to NSS 3.125 (Node.js GitHub Bot) #64746 doc: * add MikeMcC399 as collaborator (Mike McCready) #64656 lib,permission: * (SEMVER-MINOR) add permission.drop (Rafael Gonzaga) #62672 loader: * (SEMVER-MINOR) implement package maps (Maël Nison) #62239 src,permission: * (SEMVER-MINOR) add --permission-audit (RafaelGSS) #61869 stream: * (SEMVER-MINOR) add stream/iter Implementation (James M Snell) #62066 test: * (SEMVER-MINOR) add tests for experimental stream/iter implementation (James M Snell) #62066 test_runner: * (SEMVER-MINOR) add context.log() and test:log event (Moshe Atlow) #64389 * (SEMVER-MINOR) report `entryFile` in `TestStream` events (Moshe Atlow) #64309 wasm: * (SEMVER-MINOR) enable JSPI (Guy Bedford) #59941 PR-URL: #65461
Notable changes: async_hooks: * (SEMVER-MINOR) add `using` scopes to `AsyncLocalStorage` (Stephen Belanger) #61674 benchmark: buffer: * (SEMVER-MINOR) add `end` parameter (Robert Nagy) #62390 crypto: * update root certificates to NSS 3.125 (Node.js GitHub Bot) #64746 doc: * add MikeMcC399 as collaborator (Mike McCready) #64656 lib,permission: * (SEMVER-MINOR) add `permission.drop` (Rafael Gonzaga) #62672 loader: * (SEMVER-MINOR) implement package maps (Maël Nison) #62239 src,permission: * (SEMVER-MINOR) add `--permission-audit` (RafaelGSS) #61869 stream: * (SEMVER-MINOR) implement `node:stream/iter` (James M Snell) #62066 test_runner: * (SEMVER-MINOR) add `context.log()` and `test:log` event (Moshe Atlow) #64389 * (SEMVER-MINOR) report `entryFile` in `TestStream` events (Moshe Atlow) #64309 wasm: * (SEMVER-MINOR) enable JSPI (Guy Bedford) #59941 PR-URL: #65461
| Back | FazBrowse Home | New Git URL |
This enables the WebAssembly JS Promise Integration Stage 4 WebAssembly proposal which is currently shipped in Chrome.
A new Wasm test is also included to verify that it works correctly.