0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00
deno/ext
Yusuke Tanaka 66e6ed65e9
fix(node): add ppid getter for node:process (#22167)
This commit adds `ppid` getter for `node:process` to improve Node
compatibility one step further.

There is one problem though, which is that `Deno.ppid`, which
`process.ppid` internally calls, is actually of type `bigint` although
it's supposed to be `number`. I filed an issue for this (#22166). For
the time being, explciit type conversion from `bigint` to `number` is
applied to match the Node.js behavior.
2024-02-01 09:18:27 +05:30
..
broadcast_channel refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
cache refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
canvas refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196) 2024-01-31 23:17:49 +01:00
console refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
cron refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
crypto refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
fetch refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
ffi refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
fs refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
http refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
io refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
kv refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
napi fix(ext/node): limit OpState borrow in op_napi_open (#22151) 2024-01-27 10:17:15 -07:00
net refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
node fix(node): add ppid getter for node:process (#22167) 2024-02-01 09:18:27 +05:30
tls chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
url refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
web refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
webgpu refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
webidl chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
websocket refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
webstorage refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00