Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: Should `runMain()` and `globalPaths` of module add in doc? #32643
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By chance, I find
runMain()method was used in babel-node but it can't be found in API.I also checked issue and code, but nothing.
However the
builtinModulesproperty nearglobalPathscan be found. ShouldrunMain()andglobalPathsof module add to doc? If needed, I would be pleased to write them.