Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: add builtinModules #16386

Closed
wants to merge 3 commits into from
Closed

Commits on Nov 26, 2017

  1. module: add builtinModules

    Provides list of all builtin modules in Node.
    
    Includes modules of all types:
    - prefixed (ex: _tls_common)
    - deprecated (ex: sys)
    - regular (ex: vm)
    maclover7 committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    46f19ef View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. [squash] add tests and docs

    maclover7 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    846dea6 View commit details
    Browse the repository at this point in the history
  2. nit: addaleax comment

    maclover7 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1446041 View commit details
    Browse the repository at this point in the history