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

[v18.x backport] fs: introduce dirent.parentPath #51021

Closed

Commits on Dec 2, 2023

  1. fs: introduce dirent.parentPath

    The goal is to replace `dirent.path` using a name that's less likely to
    create confusion.
    `dirent.path` value has not been stable, moving it to a different
    property name should avoid breaking some upgrading user expectations.
    
    PR-URL: nodejs#50976
    Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    aduh95 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a990e8f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    b44b3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181eca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. doc: deprecate dirent.path

    PR-URL: nodejs#51020
    Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ec5f84b View commit details
    Browse the repository at this point in the history
  2. doc: add deprecation notice to dirent.path

    Refs: nodejs#51020
    PR-URL: nodejs#51059
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    99ac462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    650888e View commit details
    Browse the repository at this point in the history