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

doc: require() tries first core not native modules #10324

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2016

  1. doc: require() tries first core not native modules

    Change a single word in documentation with a more precise one.
    
    Native is a module compiled in machine "native" code.
    A module normally written in a compiled language, not in JavaScript.
    
    Core modules form Node's built-in "core" functionalities.
    You don't need to install them. They are included in every Node installation
    and documented in https://nodejs.org/api/ .
    vice committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    53a91fa View commit details
    Browse the repository at this point in the history