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
-5
Original file line number
Diff line number
Diff line change
@@ -521,7 +521,6 @@ Watch for changes to a given file or directory.
521
521
```ts
522
522
interfaceOptions {
523
523
encoding?:BufferEncoding|null;
524
-
recursive?:boolean;
525
524
}
526
525
```
527
526
@@ -531,10 +530,6 @@ interface Options {
531
530
532
531
Specifies the character encoding to be used for the filename passed to the listener. Default: `'utf8'`.
533
532
534
-
#### `recursive?: boolean`
535
-
536
-
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