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: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ Default: `false`
123
123
##### other
124
124
125
125
Any glob-related options are documented in [glob-stream] and [node-glob].
126
-
Any through2-related options are documented in [through2].
127
126
Those options are forwarded verbatim.
128
127
129
128
### `dest(folder[, options])`
@@ -212,11 +211,6 @@ Type: `Boolean`, `String` or `Object`
212
211
213
212
Default: `undefined` (do not write sourcemaps)
214
213
215
-
##### other
216
-
217
-
Any through2-related options are documented in [through2].
218
-
Those options are forwarded verbatim.
219
-
220
214
### `symlink(folder[, options])`
221
215
222
216
Takes a folder path string or a function as the first argument and an options object as the second. If given a function, it will be called with each [vinyl]`File` object and must return a folder path.
@@ -264,18 +258,12 @@ Type: `Boolean`
264
258
265
259
Default: `true` on Windows, `false` on all other platforms
266
260
267
-
##### other
268
-
269
-
Any through2-related options are documented in [through2].
0 commit comments