1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Marvin Hagemeister 75efc74931
fix(node): instantiating process class without new (#23865)
Popular test runners like Jest instantiate a new `Process` object
themselves and expect the class constructor to be callable without the
`new` keyword. This PR refactors our `Process` class implementation from
a proper ES2015 class to an ES5-style class which can be invoked both
with and without the `new` keyword like in Node.

Fixes https://github.com/denoland/deno/issues/23863
2024-05-17 16:24:07 +02:00
..
broadcast_channel chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cache chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
canvas chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
console chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cron chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
crypto chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fetch chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
ffi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fs chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
http fix: serve handler error with 0 arguments (#23652) 2024-05-17 18:05:19 +05:30
io chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
kv chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
napi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
net chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
node fix(node): instantiating process class without new (#23865) 2024-05-17 16:24:07 +02:00
tls chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
url chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
web chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webgpu chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webidl chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
websocket chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webstorage chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00