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: add missing deprecation code #37147

Merged
merged 2 commits into from
Jan 30, 2021
Merged

doc: add missing deprecation code #37147

merged 2 commits into from
Jan 30, 2021

Commits on Jan 30, 2021

  1. doc: add missing deprecation code

    PR-URL: nodejs#37147
    Refs: nodejs#36918
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    71cb829 View commit details
    Browse the repository at this point in the history
  2. esm: update to correct deprecation code

    nodejs#36918 landed with references
    to DEP0150, which is already used for a different deprecation.
    This commit updates the code to use DEP0151.
    
    PR-URL: nodejs#37147
    Refs: nodejs#36918
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    d0a92e2 View commit details
    Browse the repository at this point in the history