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: streamline process.binding() handling #50773

Closed
wants to merge 2 commits into from

Commits on Nov 17, 2023

  1. lib: streamline process.binding() handling

    - Make processBindingAllowList a separate list from
      runtimeDeprecatedList and legacyWrapperList instead of being
      an umbrella one, so it's easier to see the stages the bindings
      are in.
    - Cache process.binding() results so we don't need to mutate
      runtimeDeprecatedList.
    joyeecheung committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ec8ec00 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fixup! lib: streamline process.binding() handling

    Co-authored-by: Vinicius Lourenço <[email protected]>
    joyeecheung and H4ad authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    86c25b1 View commit details
    Browse the repository at this point in the history