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

doc: clarify use of NAPI_EXPERIMENTAL #35195

Closed
wants to merge 9 commits into from

Commits on Sep 14, 2020

  1. doc: clarify use of NAPI_EXPERIMENTAL

    We've had a few questions about APIs not being available which
    were related to not having specified `NAPI_EXPERIMENTAL`.
    
    Add some additional documentation to explain this common
    issue:
    
    Refs: nodejs/node-addon-api#810
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    74c6564 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e1e0178 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    36d8e94 View commit details
    Browse the repository at this point in the history
  3. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9a976c2 View commit details
    Browse the repository at this point in the history
  4. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5c5e4f6 View commit details
    Browse the repository at this point in the history
  5. Update doc/api/n-api.md

    mhdawson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    34510f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    d8d8c90 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/n-api.md

    Co-authored-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    mhdawson and gabrielschulhof committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    4ed6bcc View commit details
    Browse the repository at this point in the history
  3. fix linter issues

    mhdawson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    0162f80 View commit details
    Browse the repository at this point in the history