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

iojs: introduce internal modules #848

Closed
wants to merge 4 commits into from

Commits on Mar 25, 2015

  1. iojs: introduce internal modules

    Internal modules can be used to share private code between
    public modules without risk to expose private APIs to the
    user.
    vkurchatkin committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0be3596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d0df5 View commit details
    Browse the repository at this point in the history
  3. use cli arg instead

    vkurchatkin committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    b293da9 View commit details
    Browse the repository at this point in the history
  4. fixes for bnoordhuis

    vkurchatkin committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    461d77e View commit details
    Browse the repository at this point in the history