Skip to content

Commit 0e1bbaf

Browse files
committed
feat: deprecate a method and recommend using toDir instead.
1 parent efadb84 commit 0e1bbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fs/src/dir.lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class FsDir extends Pipeable<FsDir> {
164164
/**
165165
* Create a new directory instance with a path relative to this directory.
166166
*
167-
* @alias {@link toDir}
167+
* @deprecated Use {@link toDir} instead
168168
* @param relativePath - The relative path to append to the current directory
169169
* @returns A new FsDir instance representing the combined path
170170
*

0 commit comments

Comments
 (0)