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

[Flight] Wire up async_hooks in Node.js DEV for inspecting Promises #27840

Merged
merged 4 commits into from
Dec 16, 2023

Commits on Dec 15, 2023

  1. Add Node specific async_hooks config

    In the Edge build we currently get this from the global object just like
    AsyncLocalStorage. This is unfortunate and something we'd like to move away
    from.
    sebmarkbage committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7da3127 View commit details
    Browse the repository at this point in the history
  2. Add feature flag

    sebmarkbage committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    72a432c View commit details
    Browse the repository at this point in the history
  3. Enable hooks globally when the flag is on

    This is a DEV only feature.
    sebmarkbage committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2ba9670 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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