Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: util.parseArgs() missing node:process import
fix parseArgs() not working due to missing import of node:process this commit fixes issue denoland#22363
- Loading branch information
76cf06e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, but can you try enabling the test:
By removing the ignored test in
tests/node_compat/config.jsonc
?