@unpackjs/core 1.5.3 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/bin/openChrome.applescript +94 -0
  2. package/compiled/chokidar/index.d.ts +327 -0
  3. package/compiled/chokidar/index.js +1773 -0
  4. package/compiled/chokidar/license +21 -0
  5. package/compiled/chokidar/package.json +1 -0
  6. package/compiled/commander/index.d.ts +971 -0
  7. package/compiled/commander/index.js +2190 -0
  8. package/compiled/commander/license +22 -0
  9. package/compiled/commander/package.json +1 -0
  10. package/compiled/css-loader/api.js +85 -0
  11. package/compiled/css-loader/getUrl.js +26 -0
  12. package/compiled/css-loader/index.d.ts +1 -0
  13. package/compiled/css-loader/index.js +8004 -0
  14. package/compiled/css-loader/license +20 -0
  15. package/compiled/css-loader/noSourceMaps.js +5 -0
  16. package/compiled/css-loader/package.json +1 -0
  17. package/compiled/css-loader/sourceMaps.js +16 -0
  18. package/compiled/fast-glob/index.d.ts +237 -0
  19. package/compiled/fast-glob/index.js +5726 -0
  20. package/compiled/fast-glob/license +21 -0
  21. package/compiled/fast-glob/package.json +1 -0
  22. package/compiled/less-loader/index.d.ts +1 -0
  23. package/compiled/less-loader/index.js +340 -0
  24. package/compiled/less-loader/license +20 -0
  25. package/compiled/less-loader/package.json +1 -0
  26. package/compiled/line-diff/index.d.ts +1 -0
  27. package/compiled/line-diff/index.js +160 -0
  28. package/compiled/line-diff/license +21 -0
  29. package/compiled/line-diff/package.json +1 -0
  30. package/compiled/log-update/index.d.ts +1 -0
  31. package/compiled/log-update/index.js +1970 -0
  32. package/compiled/log-update/package.json +1 -0
  33. package/compiled/portfinder/index.d.ts +64 -0
  34. package/compiled/portfinder/index.js +3401 -0
  35. package/compiled/portfinder/license +22 -0
  36. package/compiled/portfinder/package.json +1 -0
  37. package/compiled/postcss-loader/index.d.ts +1 -0
  38. package/compiled/postcss-loader/index.js +94945 -0
  39. package/compiled/postcss-loader/license +20 -0
  40. package/compiled/postcss-loader/package.json +1 -0
  41. package/compiled/sass-loader/index.d.ts +961 -0
  42. package/compiled/sass-loader/index.js +5610 -0
  43. package/compiled/sass-loader/index1.js +65 -0
  44. package/compiled/sass-loader/license +20 -0
  45. package/compiled/sass-loader/package.json +1 -0
  46. package/compiled/sass-loader/sass.node.js +12 -0
  47. package/compiled/semver/index.d.ts +1 -0
  48. package/compiled/semver/index.js +1940 -0
  49. package/compiled/semver/license +15 -0
  50. package/compiled/semver/package.json +1 -0
  51. package/compiled/style-loader/index.d.ts +1 -0
  52. package/compiled/style-loader/index.js +370 -0
  53. package/compiled/style-loader/license +20 -0
  54. package/compiled/style-loader/package.json +1 -0
  55. package/compiled/style-loader/runtime/injectStylesIntoLinkTag.js +29 -0
  56. package/compiled/style-loader/runtime/injectStylesIntoStyleTag.js +84 -0
  57. package/compiled/style-loader/runtime/insertBySelector.js +34 -0
  58. package/compiled/style-loader/runtime/insertStyleElement.js +10 -0
  59. package/compiled/style-loader/runtime/isEqualLocals.js +28 -0
  60. package/compiled/style-loader/runtime/isOldIE.js +17 -0
  61. package/compiled/style-loader/runtime/setAttributesWithAttributes.js +13 -0
  62. package/compiled/style-loader/runtime/setAttributesWithAttributesAndNonce.js +9 -0
  63. package/compiled/style-loader/runtime/setAttributesWithoutAttributes.js +10 -0
  64. package/compiled/style-loader/runtime/singletonStyleDomAPI.js +86 -0
  65. package/compiled/style-loader/runtime/styleDomAPI.js +61 -0
  66. package/compiled/style-loader/runtime/styleTagTransform.js +14 -0
  67. package/compiled/webpack-bundle-analyzer/index.d.ts +1 -0
  68. package/compiled/webpack-bundle-analyzer/index.js +13276 -0
  69. package/compiled/webpack-bundle-analyzer/license +20 -0
  70. package/compiled/webpack-bundle-analyzer/package.json +1 -0
  71. package/compiled/webpack-bundle-analyzer/public/viewer.js +16 -0
  72. package/compiled/webpack-bundle-analyzer/public/viewer.js.LICENSE.txt +10 -0
  73. package/compiled/webpack-merge/index.d.ts +31 -0
  74. package/compiled/webpack-merge/index.js +1200 -0
  75. package/compiled/webpack-merge/license +20 -0
  76. package/compiled/webpack-merge/package.json +1 -0
  77. package/dist/bundleRequire.cjs +200 -0
  78. package/dist/bundleRequire.d.ts +5 -0
  79. package/dist/bundleRequire.d.ts.map +1 -0
  80. package/dist/bundleRequire.js +173 -0
  81. package/dist/bundler-config/chunkSplit.cjs +151 -0
  82. package/dist/bundler-config/chunkSplit.d.ts +6 -0
  83. package/dist/bundler-config/chunkSplit.d.ts.map +1 -0
  84. package/dist/bundler-config/chunkSplit.js +127 -0
  85. package/dist/bundler-config/css.cjs +168 -0
  86. package/dist/bundler-config/css.d.ts +6 -0
  87. package/dist/bundler-config/css.d.ts.map +1 -0
  88. package/dist/bundler-config/css.js +158 -0
  89. package/dist/bundler-config/experimentCss.cjs +167 -0
  90. package/dist/bundler-config/experimentCss.d.ts +6 -0
  91. package/dist/bundler-config/experimentCss.d.ts.map +1 -0
  92. package/dist/bundler-config/experimentCss.js +157 -0
  93. package/dist/bundler-config/helper.cjs +81 -0
  94. package/dist/bundler-config/helper.d.ts +8 -0
  95. package/dist/bundler-config/helper.d.ts.map +1 -0
  96. package/dist/bundler-config/helper.js +56 -0
  97. package/dist/bundler-config/index.cjs +206 -0
  98. package/dist/bundler-config/index.d.ts +3 -0
  99. package/dist/bundler-config/index.d.ts.map +1 -0
  100. package/dist/bundler-config/index.js +190 -0
  101. package/dist/colors.cjs +60 -0
  102. package/dist/colors.d.ts +6 -0
  103. package/dist/colors.d.ts.map +1 -0
  104. package/dist/colors.js +40 -0
  105. package/dist/{config/index.cjs → config.cjs} +28 -21
  106. package/dist/{config/index.d.ts → config.d.ts} +4 -3
  107. package/dist/config.d.ts.map +1 -0
  108. package/dist/{config/index.js → config.js} +22 -23
  109. package/dist/constants.cjs +86 -0
  110. package/dist/constants.d.ts +25 -0
  111. package/dist/constants.d.ts.map +1 -0
  112. package/dist/constants.js +61 -0
  113. package/dist/createService.cjs +65 -0
  114. package/dist/createService.d.ts +8 -0
  115. package/dist/createService.d.ts.map +1 -0
  116. package/dist/createService.js +41 -0
  117. package/dist/index.cjs +27 -48
  118. package/dist/index.d.ts +7 -7
  119. package/dist/index.d.ts.map +1 -1
  120. package/dist/index.js +8 -51
  121. package/dist/lightningcss/cache.cjs +36 -0
  122. package/dist/lightningcss/cache.d.ts +2 -0
  123. package/dist/lightningcss/cache.d.ts.map +1 -0
  124. package/dist/lightningcss/cache.js +22 -0
  125. package/dist/lightningcss/index.cjs +21 -0
  126. package/dist/lightningcss/index.d.ts +2 -0
  127. package/dist/lightningcss/index.d.ts.map +1 -0
  128. package/dist/lightningcss/index.js +10 -0
  129. package/dist/lightningcss/loader.cjs +56 -0
  130. package/dist/lightningcss/loader.d.ts +5 -0
  131. package/dist/lightningcss/loader.d.ts.map +1 -0
  132. package/dist/lightningcss/loader.js +36 -0
  133. package/dist/lightningcss/minimizer.cjs +114 -0
  134. package/dist/lightningcss/minimizer.d.ts +11 -0
  135. package/dist/lightningcss/minimizer.d.ts.map +1 -0
  136. package/dist/lightningcss/minimizer.js +90 -0
  137. package/dist/logger.cjs +103 -0
  138. package/dist/logger.d.ts +3 -0
  139. package/dist/logger.d.ts.map +1 -0
  140. package/dist/logger.js +79 -0
  141. package/dist/openBrowser.cjs +85 -0
  142. package/dist/openBrowser.d.ts +2 -0
  143. package/dist/openBrowser.d.ts.map +1 -0
  144. package/dist/openBrowser.js +61 -0
  145. package/dist/plugin-progress/rspack.cjs +74 -0
  146. package/dist/plugin-progress/rspack.d.ts +9 -0
  147. package/dist/plugin-progress/rspack.d.ts.map +1 -0
  148. package/dist/plugin-progress/rspack.js +50 -0
  149. package/dist/plugin-progress/webpack.cjs +84 -0
  150. package/dist/plugin-progress/webpack.d.ts +9 -0
  151. package/dist/plugin-progress/webpack.d.ts.map +1 -0
  152. package/dist/plugin-progress/webpack.js +60 -0
  153. package/dist/plugin.cjs +33 -0
  154. package/dist/plugin.d.ts +3 -0
  155. package/dist/plugin.d.ts.map +1 -0
  156. package/dist/plugin.js +19 -0
  157. package/dist/progressBar.cjs +70 -0
  158. package/dist/progressBar.d.ts +14 -0
  159. package/dist/progressBar.d.ts.map +1 -0
  160. package/dist/progressBar.js +46 -0
  161. package/dist/reporter.cjs +133 -0
  162. package/dist/reporter.d.ts +8 -0
  163. package/dist/reporter.d.ts.map +1 -0
  164. package/dist/reporter.js +109 -0
  165. package/dist/run/build.cjs +77 -0
  166. package/dist/run/build.d.ts +3 -0
  167. package/dist/run/build.d.ts.map +1 -0
  168. package/dist/run/build.js +53 -0
  169. package/dist/run/dev.cjs +107 -0
  170. package/dist/run/dev.d.ts +3 -0
  171. package/dist/run/dev.d.ts.map +1 -0
  172. package/dist/run/dev.js +83 -0
  173. package/dist/run/index.cjs +23 -0
  174. package/dist/run/index.d.ts +3 -0
  175. package/dist/run/index.d.ts.map +1 -0
  176. package/dist/run/index.js +11 -0
  177. package/dist/thread-loader/WorkerError.cjs +41 -0
  178. package/dist/thread-loader/WorkerError.js +31 -0
  179. package/dist/thread-loader/WorkerPool.cjs +407 -0
  180. package/dist/thread-loader/WorkerPool.js +387 -0
  181. package/dist/thread-loader/index.cjs +100 -0
  182. package/dist/thread-loader/index.js +85 -0
  183. package/dist/thread-loader/readBuffer.cjs +55 -0
  184. package/dist/thread-loader/readBuffer.js +45 -0
  185. package/dist/thread-loader/serializer.cjs +46 -0
  186. package/dist/thread-loader/serializer.js +31 -0
  187. package/dist/thread-loader/utils.cjs +84 -0
  188. package/dist/thread-loader/utils.js +60 -0
  189. package/dist/thread-loader/worker.cjs +377 -0
  190. package/dist/thread-loader/worker.js +382 -0
  191. package/dist/thread-loader/workerPools.cjs +57 -0
  192. package/dist/thread-loader/workerPools.js +33 -0
  193. package/dist/typed-css-modules/index.cjs +21 -0
  194. package/dist/typed-css-modules/index.d.ts +2 -0
  195. package/dist/typed-css-modules/index.d.ts.map +1 -0
  196. package/dist/typed-css-modules/index.js +10 -0
  197. package/dist/typed-css-modules/loader.cjs +195 -0
  198. package/dist/typed-css-modules/loader.d.ts +10 -0
  199. package/dist/typed-css-modules/loader.d.ts.map +1 -0
  200. package/dist/typed-css-modules/loader.js +170 -0
  201. package/dist/typed-css-modules/plugin.cjs +96 -0
  202. package/dist/typed-css-modules/plugin.d.ts +16 -0
  203. package/dist/typed-css-modules/plugin.d.ts.map +1 -0
  204. package/dist/typed-css-modules/plugin.js +72 -0
  205. package/dist/typed-css-modules/utils.cjs +45 -0
  206. package/dist/typed-css-modules/utils.d.ts +6 -0
  207. package/dist/typed-css-modules/utils.d.ts.map +1 -0
  208. package/dist/typed-css-modules/utils.js +31 -0
  209. package/dist/types/chunkSplit.cjs +15 -0
  210. package/dist/types/chunkSplit.d.ts +35 -0
  211. package/dist/types/chunkSplit.d.ts.map +1 -0
  212. package/dist/types/chunkSplit.js +9 -0
  213. package/dist/types/config.cjs +15 -0
  214. package/dist/types/config.d.ts +176 -0
  215. package/dist/types/config.d.ts.map +1 -0
  216. package/dist/types/config.js +9 -0
  217. package/dist/types/index.cjs +29 -0
  218. package/dist/types/index.d.ts +16 -0
  219. package/dist/types/index.d.ts.map +1 -0
  220. package/dist/types/index.js +14 -0
  221. package/dist/types/lightningcss.cjs +15 -0
  222. package/dist/types/lightningcss.d.ts +11 -0
  223. package/dist/types/lightningcss.d.ts.map +1 -0
  224. package/dist/types/lightningcss.js +9 -0
  225. package/dist/types/logger.cjs +35 -0
  226. package/dist/types/logger.d.ts +16 -0
  227. package/dist/types/logger.d.ts.map +1 -0
  228. package/dist/types/logger.js +21 -0
  229. package/dist/types/plugin.cjs +15 -0
  230. package/dist/types/plugin.d.ts +18 -0
  231. package/dist/types/plugin.d.ts.map +1 -0
  232. package/dist/types/plugin.js +9 -0
  233. package/dist/utils.cjs +293 -0
  234. package/dist/utils.d.ts +39 -0
  235. package/dist/utils.d.ts.map +1 -0
  236. package/dist/utils.js +242 -0
  237. package/package.json +95 -6
  238. package/dist/config/index.d.ts.map +0 -1
@@ -0,0 +1,20 @@
1
+ Copyright JS Foundation and other contributors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ 'Software'), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ module.exports = function (i) {
4
+ return i[1];
5
+ };
@@ -0,0 +1 @@
1
+ {"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.1.2","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ module.exports = function (item) {
4
+ var content = item[1];
5
+ var cssMapping = item[3];
6
+ if (!cssMapping) {
7
+ return content;
8
+ }
9
+ if (typeof btoa === "function") {
10
+ var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));
11
+ var data = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64);
12
+ var sourceMapping = "/*# ".concat(data, " */");
13
+ return [content].concat([sourceMapping]).join("\n");
14
+ }
15
+ return [content].join("\n");
16
+ };
@@ -0,0 +1,237 @@
1
+ /// <reference types="node" />
2
+ import * as fs from 'fs';
3
+
4
+ declare type ErrnoException$1 = NodeJS.ErrnoException;
5
+
6
+ declare type StatAsynchronousMethod = (path: string, callback: (error: ErrnoException$1 | null, stats: fs.Stats) => void) => void;
7
+ declare type StatSynchronousMethod = (path: string) => fs.Stats;
8
+ interface FileSystemAdapter$2 {
9
+ lstat: StatAsynchronousMethod;
10
+ stat: StatAsynchronousMethod;
11
+ lstatSync: StatSynchronousMethod;
12
+ statSync: StatSynchronousMethod;
13
+ }
14
+
15
+ interface Entry$2 {
16
+ dirent: Dirent;
17
+ name: string;
18
+ path: string;
19
+ stats?: Stats;
20
+ }
21
+ declare type Stats = fs.Stats;
22
+ declare type ErrnoException = NodeJS.ErrnoException;
23
+ interface Dirent {
24
+ isBlockDevice: () => boolean;
25
+ isCharacterDevice: () => boolean;
26
+ isDirectory: () => boolean;
27
+ isFIFO: () => boolean;
28
+ isFile: () => boolean;
29
+ isSocket: () => boolean;
30
+ isSymbolicLink: () => boolean;
31
+ name: string;
32
+ }
33
+
34
+ interface ReaddirAsynchronousMethod {
35
+ (filepath: string, options: {
36
+ withFileTypes: true;
37
+ }, callback: (error: ErrnoException | null, files: Dirent[]) => void): void;
38
+ (filepath: string, callback: (error: ErrnoException | null, files: string[]) => void): void;
39
+ }
40
+ interface ReaddirSynchronousMethod {
41
+ (filepath: string, options: {
42
+ withFileTypes: true;
43
+ }): Dirent[];
44
+ (filepath: string): string[];
45
+ }
46
+ declare type FileSystemAdapter$1 = FileSystemAdapter$2 & {
47
+ readdir: ReaddirAsynchronousMethod;
48
+ readdirSync: ReaddirSynchronousMethod;
49
+ };
50
+
51
+ declare type Entry$1 = Entry$2;
52
+
53
+ type Entry = Entry$1;
54
+ type Pattern = string;
55
+ type FileSystemAdapter = FileSystemAdapter$1;
56
+
57
+ type Options = {
58
+ /**
59
+ * Return the absolute path for entries.
60
+ *
61
+ * @default false
62
+ */
63
+ absolute?: boolean;
64
+ /**
65
+ * If set to `true`, then patterns without slashes will be matched against
66
+ * the basename of the path if it contains slashes.
67
+ *
68
+ * @default false
69
+ */
70
+ baseNameMatch?: boolean;
71
+ /**
72
+ * Enables Bash-like brace expansion.
73
+ *
74
+ * @default true
75
+ */
76
+ braceExpansion?: boolean;
77
+ /**
78
+ * Enables a case-sensitive mode for matching files.
79
+ *
80
+ * @default true
81
+ */
82
+ caseSensitiveMatch?: boolean;
83
+ /**
84
+ * Specifies the maximum number of concurrent requests from a reader to read
85
+ * directories.
86
+ *
87
+ * @default os.cpus().length
88
+ */
89
+ concurrency?: number;
90
+ /**
91
+ * The current working directory in which to search.
92
+ *
93
+ * @default process.cwd()
94
+ */
95
+ cwd?: string;
96
+ /**
97
+ * Specifies the maximum depth of a read directory relative to the start
98
+ * directory.
99
+ *
100
+ * @default Infinity
101
+ */
102
+ deep?: number;
103
+ /**
104
+ * Allow patterns to match entries that begin with a period (`.`).
105
+ *
106
+ * @default false
107
+ */
108
+ dot?: boolean;
109
+ /**
110
+ * Enables Bash-like `extglob` functionality.
111
+ *
112
+ * @default true
113
+ */
114
+ extglob?: boolean;
115
+ /**
116
+ * Indicates whether to traverse descendants of symbolic link directories.
117
+ *
118
+ * @default true
119
+ */
120
+ followSymbolicLinks?: boolean;
121
+ /**
122
+ * Custom implementation of methods for working with the file system.
123
+ *
124
+ * @default fs.*
125
+ */
126
+ fs?: Partial<FileSystemAdapter>;
127
+ /**
128
+ * Enables recursively repeats a pattern containing `**`.
129
+ * If `false`, `**` behaves exactly like `*`.
130
+ *
131
+ * @default true
132
+ */
133
+ globstar?: boolean;
134
+ /**
135
+ * An array of glob patterns to exclude matches.
136
+ * This is an alternative way to use negative patterns.
137
+ *
138
+ * @default []
139
+ */
140
+ ignore?: Pattern[];
141
+ /**
142
+ * Mark the directory path with the final slash.
143
+ *
144
+ * @default false
145
+ */
146
+ markDirectories?: boolean;
147
+ /**
148
+ * Returns objects (instead of strings) describing entries.
149
+ *
150
+ * @default false
151
+ */
152
+ objectMode?: boolean;
153
+ /**
154
+ * Return only directories.
155
+ *
156
+ * @default false
157
+ */
158
+ onlyDirectories?: boolean;
159
+ /**
160
+ * Return only files.
161
+ *
162
+ * @default true
163
+ */
164
+ onlyFiles?: boolean;
165
+ /**
166
+ * Enables an object mode (`objectMode`) with an additional `stats` field.
167
+ *
168
+ * @default false
169
+ */
170
+ stats?: boolean;
171
+ /**
172
+ * By default this package suppress only `ENOENT` errors.
173
+ * Set to `true` to suppress any error.
174
+ *
175
+ * @default false
176
+ */
177
+ suppressErrors?: boolean;
178
+ /**
179
+ * Throw an error when symbolic link is broken if `true` or safely
180
+ * return `lstat` call if `false`.
181
+ *
182
+ * @default false
183
+ */
184
+ throwErrorOnBrokenSymbolicLink?: boolean;
185
+ /**
186
+ * Ensures that the returned entries are unique.
187
+ *
188
+ * @default true
189
+ */
190
+ unique?: boolean;
191
+ };
192
+
193
+ type Task = {
194
+ base: string;
195
+ dynamic: boolean;
196
+ patterns: Pattern[];
197
+ positive: Pattern[];
198
+ negative: Pattern[];
199
+ };
200
+
201
+ type EntryObjectModePredicate = {
202
+ [TKey in keyof Pick<Options, 'objectMode'>]-?: true;
203
+ };
204
+ type EntryStatsPredicate = {
205
+ [TKey in keyof Pick<Options, 'stats'>]-?: true;
206
+ };
207
+ type EntryObjectPredicate = EntryObjectModePredicate | EntryStatsPredicate;
208
+ declare function FastGlob(source: Pattern | Pattern[], options: Options & EntryObjectPredicate): Promise<Entry[]>;
209
+ declare function FastGlob(source: Pattern | Pattern[], options?: Options): Promise<string[]>;
210
+ declare namespace FastGlob {
211
+ type Options = Options;
212
+ type Entry = Entry;
213
+ type Task = Task;
214
+ type Pattern = Pattern;
215
+ type FileSystemAdapter = FileSystemAdapter;
216
+ const glob: typeof FastGlob;
217
+ const globSync: typeof sync;
218
+ const globStream: typeof stream;
219
+ const async: typeof FastGlob;
220
+ function sync(source: Pattern | Pattern[], options: Options & EntryObjectPredicate): Entry[];
221
+ function sync(source: Pattern | Pattern[], options?: Options): string[];
222
+ function stream(source: Pattern | Pattern[], options?: Options): NodeJS.ReadableStream;
223
+ function generateTasks(source: Pattern | Pattern[], options?: Options): Task[];
224
+ function isDynamicPattern(source: Pattern, options?: Options): boolean;
225
+ function escapePath(source: string): Pattern;
226
+ function convertPathToPattern(source: string): Pattern;
227
+ namespace posix {
228
+ function escapePath(source: string): Pattern;
229
+ function convertPathToPattern(source: string): Pattern;
230
+ }
231
+ namespace win32 {
232
+ function escapePath(source: string): Pattern;
233
+ function convertPathToPattern(source: string): Pattern;
234
+ }
235
+ }
236
+
237
+ export { FastGlob as default };