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

lib: expose primordials object #36872

Merged
merged 1 commit into from Jan 18, 2021
Merged

Commits on Jan 18, 2021

  1. lib: expose primordials object

    Expose the internal `primordials` object to help with Node.js core
    development.
    
    ```console
    $ node --expose-internals -r internal/test/binding lib/fs.js
    (node:5299) internal/test/binding: These APIs are for internal testing
    only. Do not use them.
    (Use `node --trace-warnings ...` to show where the warning was created)
    ```
    
    PR-URL: nodejs#36872
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 committed Jan 18, 2021
    Copy the full SHA
    983e922 View commit details
    Browse the repository at this point in the history