Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | chore: fix & update node compat config (#19106) | Yoshiya Hinosawa | |
2023-05-11 | feat(node): add `Module.runMain()` (#19080) | Marvin Hagemeister | |
This PR adds the missing `Module.runMain()` function which is required for tools like `ts-node`. Fixes #19033 |