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: use NODE_BUILTIN_MODULE_CONTEXT_AWARE() macro #17071

Merged
merged 1 commit into from
Nov 17, 2017

Commits on Nov 17, 2017

  1. src: use NODE_BUILTIN_MODULE_CONTEXT_AWARE() macro

    Commit d217b28 ("async_hooks: add trace events to async_hooks")
    used `NODE_MODULE_CONTEXT_AWARE_BUILTIN()` instead.
    
    After commit 8680bb9 ("src: explicitly register built-in modules")
    it no longer works for static library builds so remove it.
    
    PR-URL: nodejs#17071
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Timothy Gu <[email protected]>
    bnoordhuis committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    d6ac8a4 View commit details
    Browse the repository at this point in the history