Fix broken JS Doc tag in gulp (#65909)

This commit is contained in:
Ryan Cavanaugh
2023-06-28 11:57:40 -07:00
committed by GitHub
parent 0cbd113e3f
commit bc3f108144

View File

@@ -69,7 +69,7 @@ declare namespace GulpClient {
queue?: boolean | undefined;
/**
* An event name or array of event names to listen for. Useful if you only need to watch specific events.
* @src
* @example
* gulp.watch is imported from glob-watcher (see https://github.com/gulpjs/gulp/blob/v4.0.2/index.js lines 6, 28 and 48)
* gulp use glob-watcher@^5.0.3 (see https://github.com/gulpjs/gulp/blob/v4.0.2/package.json#L33)
* glob-watcher declare publicly options.events (see https://github.com/gulpjs/glob-watcher/blob/v5.0.3/README.md?plain=1#L101)