Closed SoulKa closed 2 months ago
I fixed the tests that were broken due to the new parentPath
property. You can see in the diff that the property is tested now. Is that enough or do we need new tests? I also changed the one occurrence where Dirent#path
was used.
Initially, I wanted to make Dirent#path
a getter and act as redirect to Dirent#parentPath
, however this also changes the behavior on the property detection. So we will have to keep two separate properties instead of making one a getter.
:tada: This PR is included in version 4.11.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Changes
parentPath
property toDirent
which is equal to thepath
propertyThe
parentPath
property will replace thepath
property onDirent
in future node versions (see Docs).References #735