You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -708,7 +708,6 @@ Watch for changes to a given file or directory.
708
708
```ts
709
709
interfaceOptions {
710
710
encoding?:BufferEncoding|null;
711
-
recursive?:boolean;
712
711
}
713
712
```
714
713
@@ -718,10 +717,6 @@ interface Options {
718
717
719
718
Specifies the character encoding to be used for the filename passed to the listener. Default: `'utf8'`.
720
719
721
-
#### `recursive?: boolean`
722
-
723
-
Indicates whether all subdirectories should be watched, or only the current directory. This applies when a directory is specified, and only on supported platforms. Default: `false`.
0 commit comments