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

node-api: introduce experimental feature flags #50991

Closed

Commits on Dec 1, 2023

  1. node-api: introduce experimental feature flags

    Add a flag for each experimental feature to indicate its presence.
    That way, if we compile with `NAPI_EXPERIMENTAL` turned on, we'll be
    able to distinguish between what `NAPI_EXPERIMENTAL` used to mean on an
    old version of the headers when compiling against such an old version,
    and what it means on a new version of Node.js.
    gabrielschulhof committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f20e169 View commit details
    Browse the repository at this point in the history