Skip to content

Commit

Permalink
feat(node): add basic support for child_process.spawn (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Apr 21, 2021
1 parent 12e9b2e commit 2a0bf03
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deno standard library as it's a compatibility module.

- [x] assert _partly_
- [x] buffer
- [ ] child_process
- [x] child_process _partly_
- [ ] cluster
- [ ] console
- [x] constants _partly_
Expand Down
Loading

0 comments on commit 2a0bf03

Please sign in to comment.