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

src: move C++ binding/addon related code into node_binding{.h, .cc} #24701

Closed
wants to merge 2 commits into from

Commits on Nov 28, 2018

  1. src: move C++ binding/addon related code into node_binding{.h, .cc}

    This patch:
    
    - Moves the C++ binding/addon related code out of
      node_internals.h/node.cc and into dedicated files
      node_binding.h/node_binding.cc, and only puts the code resued
      by other files into the header.
    - Introduce a node::binding namespace so that code exposed to
      other files can be easily recognized.
    joyeecheung committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    69d6121 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    7d77140 View commit details
    Browse the repository at this point in the history