@rstest/core 0.7.8 → 0.7.9

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 (56) hide show
  1. package/LICENSE.md +294 -0
  2. package/dist/0~130.js +2 -2
  3. package/dist/0~1472.js +48 -0
  4. package/dist/0~1981.js +3 -0
  5. package/dist/0~2173.js +25 -10
  6. package/dist/0~2255.js +2 -2
  7. package/dist/0~3062.js +0 -5
  8. package/dist/0~3919.js +1 -1
  9. package/dist/0~4403.js +6 -5
  10. package/dist/0~4809.js +1 -1
  11. package/dist/0~5835.js +2 -2
  12. package/dist/0~62.js +1 -1
  13. package/dist/0~6588.js +3 -3
  14. package/dist/0~6923.js +2 -2
  15. package/dist/0~7583.js +9 -8
  16. package/dist/0~7882.js +1144 -0
  17. package/dist/0~8426.js +1 -2
  18. package/dist/0~89.js +24 -21
  19. package/dist/0~9348.js +953 -0
  20. package/dist/0~9634.js +58 -10
  21. package/dist/1157.js +12 -117
  22. package/dist/{7913.js → 1294.js} +51 -1745
  23. package/dist/2672.js +647 -0
  24. package/dist/3278.js +3 -450
  25. package/dist/4484.js +38 -0
  26. package/dist/487.js +1739 -0
  27. package/dist/4899.js +11 -0
  28. package/dist/5734.js +1 -1
  29. package/dist/{0~6151.js → 6151.js} +169 -13
  30. package/dist/{0~6973.js → 6973.js} +5 -5
  31. package/dist/721.js +9 -0
  32. package/dist/9131.js +554 -502
  33. package/dist/browser-runtime/2~907.js +1211 -0
  34. package/dist/browser-runtime/2~907.js.map +1 -0
  35. package/dist/browser-runtime/389.js +22071 -0
  36. package/dist/browser-runtime/389.js.LICENSE.txt +329 -0
  37. package/dist/browser-runtime/389.js.map +1 -0
  38. package/dist/browser-runtime/index.d.ts +2806 -0
  39. package/dist/browser-runtime/index.js +1 -0
  40. package/dist/browser-runtime/rslib-runtime.js +50 -0
  41. package/dist/browser-runtime/rslib-runtime.js.map +1 -0
  42. package/dist/browser.d.ts +3329 -0
  43. package/dist/browser.js +14 -0
  44. package/dist/globalSetupWorker.js +3 -2
  45. package/dist/index.d.ts +58 -1
  46. package/dist/index.js +2 -1
  47. package/dist/rslib-runtime.js +27 -0
  48. package/dist/rstestSuppressWarnings.cjs +9 -0
  49. package/dist/worker.d.ts +57 -1
  50. package/dist/worker.js +415 -1
  51. package/package.json +28 -13
  52. package/dist/0~8957.js +0 -149
  53. package/dist/554.js +0 -417
  54. package/dist/5693.js +0 -91
  55. /package/dist/{7913.js.LICENSE.txt → 1294.js.LICENSE.txt} +0 -0
  56. /package/dist/{0~6151.js.LICENSE.txt → 6151.js.LICENSE.txt} +0 -0
@@ -0,0 +1,329 @@
1
+ /*
2
+ * @version 1.4.0
3
+ * @date 2015-10-26
4
+ * @stability 3 - Stable
5
+ * @author Lauri Rooden (https://github.com/litejs/natural-compare-lite)
6
+ * @license MIT License
7
+ */
8
+
9
+ /*!
10
+ * /**
11
+ * * Copyright (c) Meta Platforms, Inc. and affiliates.
12
+ * *
13
+ * * This source code is licensed under the MIT license found in the
14
+ * * LICENSE file in the root directory of this source tree.
15
+ * * /
16
+ */
17
+
18
+ /*!
19
+ * Chai - addChainingMethod utility
20
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
21
+ * MIT Licensed
22
+ */
23
+
24
+ /*!
25
+ * Chai - addLengthGuard utility
26
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
27
+ * MIT Licensed
28
+ */
29
+
30
+ /*!
31
+ * Chai - addMethod utility
32
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
33
+ * MIT Licensed
34
+ */
35
+
36
+ /*!
37
+ * Chai - addProperty utility
38
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
39
+ * MIT Licensed
40
+ */
41
+
42
+ /*!
43
+ * Chai - compareByInspect utility
44
+ * Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
45
+ * MIT Licensed
46
+ */
47
+
48
+ /*!
49
+ * Chai - expectTypes utility
50
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
51
+ * MIT Licensed
52
+ */
53
+
54
+ /*!
55
+ * Chai - flag utility
56
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
57
+ * MIT Licensed
58
+ */
59
+
60
+ /*!
61
+ * Chai - getActual utility
62
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
63
+ * MIT Licensed
64
+ */
65
+
66
+ /*!
67
+ * Chai - getOwnEnumerableProperties utility
68
+ * Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
69
+ * MIT Licensed
70
+ */
71
+
72
+ /*!
73
+ * Chai - getOwnEnumerablePropertySymbols utility
74
+ * Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
75
+ * MIT Licensed
76
+ */
77
+
78
+ /*!
79
+ * Chai - getProperties utility
80
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
81
+ * MIT Licensed
82
+ */
83
+
84
+ /*!
85
+ * Chai - isNaN utility
86
+ * Copyright(c) 2012-2015 Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
87
+ * MIT Licensed
88
+ */
89
+
90
+ /*!
91
+ * Chai - isProxyEnabled helper
92
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
93
+ * MIT Licensed
94
+ */
95
+
96
+ /*!
97
+ * Chai - message composition utility
98
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
99
+ * MIT Licensed
100
+ */
101
+
102
+ /*!
103
+ * Chai - overwriteChainableMethod utility
104
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
105
+ * MIT Licensed
106
+ */
107
+
108
+ /*!
109
+ * Chai - overwriteMethod utility
110
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
111
+ * MIT Licensed
112
+ */
113
+
114
+ /*!
115
+ * Chai - overwriteProperty utility
116
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
117
+ * MIT Licensed
118
+ */
119
+
120
+ /*!
121
+ * Chai - proxify utility
122
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
123
+ * MIT Licensed
124
+ */
125
+
126
+ /*!
127
+ * Chai - test utility
128
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
129
+ * MIT Licensed
130
+ */
131
+
132
+ /*!
133
+ * Chai - transferFlags utility
134
+ * Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
135
+ * MIT Licensed
136
+ */
137
+
138
+ /*!
139
+ * The buffer module from node.js, for the browser.
140
+ *
141
+ * @author Feross Aboukhadijeh <https://feross.org>
142
+ * @license MIT
143
+ */
144
+
145
+ /*!
146
+ * chai
147
+ * Copyright(c) 2011 Jake Luer <jake@alogicalparadox.com>
148
+ * MIT Licensed
149
+ */
150
+
151
+ /*!
152
+ * chai
153
+ * Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
154
+ * MIT Licensed
155
+ */
156
+
157
+ /*!
158
+ * chai
159
+ * http://chaijs.com
160
+ * Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
161
+ * MIT Licensed
162
+ */
163
+
164
+ /*! Bundled license information:
165
+
166
+ deep-eql/index.js:
167
+ (*!
168
+ * deep-eql
169
+ * Copyright(c) 2013 Jake Luer <jake@alogicalparadox.com>
170
+ * MIT Licensed
171
+ *)
172
+ (*!
173
+ * Check to see if the MemoizeMap has recorded a result of the two operands
174
+ *
175
+ * @param {Mixed} leftHandOperand
176
+ * @param {Mixed} rightHandOperand
177
+ * @param {MemoizeMap} memoizeMap
178
+ * @returns {Boolean|null} result
179
+ *)
180
+ (*!
181
+ * Set the result of the equality into the MemoizeMap
182
+ *
183
+ * @param {Mixed} leftHandOperand
184
+ * @param {Mixed} rightHandOperand
185
+ * @param {MemoizeMap} memoizeMap
186
+ * @param {Boolean} result
187
+ *)
188
+ (*!
189
+ * Primary Export
190
+ *)
191
+ (*!
192
+ * The main logic of the `deepEqual` function.
193
+ *
194
+ * @param {Mixed} leftHandOperand
195
+ * @param {Mixed} rightHandOperand
196
+ * @param {Object} [options] (optional) Additional options
197
+ * @param {Array} [options.comparator] (optional) Override default algorithm, determining custom equality.
198
+ * @param {Array} [options.memoize] (optional) Provide a custom memoization object which will cache the results of
199
+ complex objects for a speed boost. By passing `false` you can disable memoization, but this will cause circular
200
+ references to blow the stack.
201
+ * @return {Boolean} equal match
202
+ *)
203
+ (*!
204
+ * Compare two Regular Expressions for equality.
205
+ *
206
+ * @param {RegExp} leftHandOperand
207
+ * @param {RegExp} rightHandOperand
208
+ * @return {Boolean} result
209
+ *)
210
+ (*!
211
+ * Compare two Sets/Maps for equality. Faster than other equality functions.
212
+ *
213
+ * @param {Set} leftHandOperand
214
+ * @param {Set} rightHandOperand
215
+ * @param {Object} [options] (Optional)
216
+ * @return {Boolean} result
217
+ *)
218
+ (*!
219
+ * Simple equality for flat iterable objects such as Arrays, TypedArrays or Node.js buffers.
220
+ *
221
+ * @param {Iterable} leftHandOperand
222
+ * @param {Iterable} rightHandOperand
223
+ * @param {Object} [options] (Optional)
224
+ * @return {Boolean} result
225
+ *)
226
+ (*!
227
+ * Simple equality for generator objects such as those returned by generator functions.
228
+ *
229
+ * @param {Iterable} leftHandOperand
230
+ * @param {Iterable} rightHandOperand
231
+ * @param {Object} [options] (Optional)
232
+ * @return {Boolean} result
233
+ *)
234
+ (*!
235
+ * Determine if the given object has an @@iterator function.
236
+ *
237
+ * @param {Object} target
238
+ * @return {Boolean} `true` if the object has an @@iterator function.
239
+ *)
240
+ (*!
241
+ * Gets all iterator entries from the given Object. If the Object has no @@iterator function, returns an empty array.
242
+ * This will consume the iterator - which could have side effects depending on the @@iterator implementation.
243
+ *
244
+ * @param {Object} target
245
+ * @returns {Array} an array of entries from the @@iterator function
246
+ *)
247
+ (*!
248
+ * Gets all entries from a Generator. This will consume the generator - which could have side effects.
249
+ *
250
+ * @param {Generator} target
251
+ * @returns {Array} an array of entries from the Generator.
252
+ *)
253
+ (*!
254
+ * Gets all own and inherited enumerable keys from a target.
255
+ *
256
+ * @param {Object} target
257
+ * @returns {Array} an array of own and inherited enumerable keys from the target.
258
+ *)
259
+ (*!
260
+ * Determines if two objects have matching values, given a set of keys. Defers to deepEqual for the equality check of
261
+ * each key. If any value of the given key is not equal, the function will return false (early).
262
+ *
263
+ * @param {Mixed} leftHandOperand
264
+ * @param {Mixed} rightHandOperand
265
+ * @param {Array} keys An array of keys to compare the values of leftHandOperand and rightHandOperand against
266
+ * @param {Object} [options] (Optional)
267
+ * @return {Boolean} result
268
+ *)
269
+ (*!
270
+ * Recursively check the equality of two Objects. Once basic sameness has been established it will defer to `deepEqual`
271
+ * for each enumerable key in the object.
272
+ *
273
+ * @param {Mixed} leftHandOperand
274
+ * @param {Mixed} rightHandOperand
275
+ * @param {Object} [options] (Optional)
276
+ * @return {Boolean} result
277
+ *)
278
+ (*!
279
+ * Returns true if the argument is a primitive.
280
+ *
281
+ * This intentionally returns true for all objects that can be compared by reference,
282
+ * including functions and symbols.
283
+ *
284
+ * @param {Mixed} value
285
+ * @return {Boolean} result
286
+ *)
287
+ */
288
+
289
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
290
+
291
+ /**
292
+ * @license React
293
+ * react-is.development.js
294
+ *
295
+ * Copyright (c) Facebook, Inc. and its affiliates.
296
+ *
297
+ * This source code is licensed under the MIT license found in the
298
+ * LICENSE file in the root directory of this source tree.
299
+ */
300
+
301
+ /**
302
+ * @license React
303
+ * react-is.development.js
304
+ *
305
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
306
+ *
307
+ * This source code is licensed under the MIT license found in the
308
+ * LICENSE file in the root directory of this source tree.
309
+ */
310
+
311
+ /**
312
+ * @license React
313
+ * react-is.production.js
314
+ *
315
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
316
+ *
317
+ * This source code is licensed under the MIT license found in the
318
+ * LICENSE file in the root directory of this source tree.
319
+ */
320
+
321
+ /**
322
+ * @license React
323
+ * react-is.production.min.js
324
+ *
325
+ * Copyright (c) Facebook, Inc. and its affiliates.
326
+ *
327
+ * This source code is licensed under the MIT license found in the
328
+ * LICENSE file in the root directory of this source tree.
329
+ */