1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
Divy Srivastava 60403faaf3
fix(ext/node): use node:process in _streams.mjs (#21755)
Fixes https://github.com/denoland/deno/issues/21644

`next build` works:
```
~/gh/deno/target/debug/deno run -A --unstable-byonm ./node_modules/.bin/next build
Warning: Not implemented: process.on("rejectionHandled")
   ▲ Next.js 14.0.4

 ✓ Creating an optimized production build
 ✓ Compiled successfully
 ✓ Linting and checking validity of types
   Collecting page data  ..Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
 ✓ Collecting page data
   Generating static pages (0/5)  [    ]Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
Warning: Not implemented: process.on("rejectionHandled")
 ✓ Generating static pages (5/5)
 ✓ Collecting build traces
 ✓ Finalizing page optimization

Route (app)                              Size     First Load JS
┌ ○ /                                    5.32 kB        87.4 kB
└ ○ /_not-found                          875 B            83 kB
+ First Load JS shared by all            82.1 kB
  ├ chunks/938-5e061ba0d46125b1.js       26.8 kB
  ├ chunks/fd9d1056-735d320b4b8745cb.js  53.5 kB
  ├ chunks/main-app-2945f337109ea73c.js  220 B
  └ chunks/webpack-e3c6517d4ab8d680.js   1.68 kB


○  (Static)  prerendered as static content
```
2024-01-02 19:08:05 +01:00
..
broadcast_channel chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cache chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
console chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cron chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
crypto chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
fetch chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
io chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
kv chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
napi chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
net chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
node fix(ext/node): use node:process in _streams.mjs (#21755) 2024-01-02 19:08:05 +01:00
tls chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
url chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
web chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
webgpu chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
webidl chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
websocket fix(ext/http): use arraybuffer binaryType for server websocket (#21741) 2024-01-02 10:30:09 +05:30
webstorage chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00