1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-12 00:54:02 -05:00
denoland-deno/cli/tests
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
..
integration refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
node_compat chore: disable test-fs-watchfile.js on Mac ARM (#22209) 2024-01-31 17:01:14 +00:00
testdata refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
unit refactor: remove imported ops from Deno.core.ops (#22194) 2024-01-31 22:39:56 +01:00
unit_node fix(node): add ppid getter for node:process (#22167) 2024-02-01 09:18:27 +05:30
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00