summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-module-run-main.js
AgeCommit message (Collapse)Author
2023-05-13chore: fix & update node compat config (#19106)Yoshiya Hinosawa
2023-05-11feat(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