summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/child-process-fork
AgeCommit message (Collapse)Author
2023-01-24refactor: remove Deno.core (#16881)Bartek IwaƄczuk
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-09-28feat(npm): functionality to support child_process.fork (#15891)David Sherret