@rstest/core 0.6.5 → 0.6.6
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.
- package/dist/{0~814.js → 0~122.js} +12 -7
- package/dist/{0~607.js → 0~130.js} +1 -1
- package/dist/{0~764.js → 0~151.js} +44 -6
- package/dist/{0~470.js → 0~173.js} +5 -5
- package/dist/{0~836.js → 0~255.js} +2 -2
- package/dist/{0~204.js → 0~403.js} +2 -2
- package/dist/{0~691.js → 0~426.js} +1 -1
- package/dist/{0~830.js → 0~454.js} +1 -1
- package/dist/{0~263.js → 0~583.js} +4 -4
- package/dist/{0~365.js → 0~588.js} +4 -4
- package/dist/{0~711.js → 0~62.js} +2 -2
- package/dist/{0~971.js → 0~634.js} +4 -4
- package/dist/{0~350.js → 0~809.js} +2 -2
- package/dist/{0~171.js → 0~919.js} +1 -1
- package/dist/155.js +2561 -0
- package/dist/362.js +7262 -0
- package/dist/{603.js → 734.js} +2 -2
- package/dist/{857.js → 946.js} +2 -2
- package/dist/index.js +1 -2516
- package/dist/worker.js +3 -7240
- package/dist-types/index.d.ts +22 -0
- package/dist-types/worker.d.ts +20 -5
- package/package.json +1 -1
- /package/dist/{0~764.js.LICENSE.txt → 0~151.js.LICENSE.txt} +0 -0
- /package/dist/{0~263.js.LICENSE.txt → 0~583.js.LICENSE.txt} +0 -0
- /package/dist/{0~463.js → 0~681.js} +0 -0
- /package/dist/{worker.js.LICENSE.txt → 362.js.LICENSE.txt} +0 -0
- /package/dist/{597.js → 397.js} +0 -0
- /package/dist/{808.js → 770.js} +0 -0
package/dist/{603.js → 734.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'module';
|
|
2
2
|
/*#__PURE__*/ import.meta.url;
|
|
3
3
|
import { __webpack_require__ } from "./rslib-runtime.js";
|
|
4
|
-
import { external_node_module_createRequire } from "./
|
|
5
|
-
import { pathToFileURL } from "./
|
|
4
|
+
import { external_node_module_createRequire } from "./946.js";
|
|
5
|
+
import { pathToFileURL } from "./770.js";
|
|
6
6
|
const picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
|
|
7
7
|
var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
|
|
8
8
|
const CoverageProviderMap = {
|
package/dist/{857.js → 946.js}
RENAMED
|
@@ -1484,7 +1484,7 @@ __webpack_require__.add({
|
|
|
1484
1484
|
return last;
|
|
1485
1485
|
};
|
|
1486
1486
|
},
|
|
1487
|
-
|
|
1487
|
+
fs: function(module) {
|
|
1488
1488
|
module.exports = __WEBPACK_EXTERNAL_MODULE_node_fs_5ea92f0c__;
|
|
1489
1489
|
},
|
|
1490
1490
|
"node:os": function(module) {
|
|
@@ -2338,7 +2338,7 @@ const ADDITIONAL_NODE_BUILTINS = [
|
|
|
2338
2338
|
];
|
|
2339
2339
|
const isTTY = (type = 'stdout')=>('stdin' === type ? process.stdin.isTTY : process.stdout.isTTY) && !process.env.CI;
|
|
2340
2340
|
const external_node_path_ = __webpack_require__("node:path");
|
|
2341
|
-
const external_node_fs_ = __webpack_require__("
|
|
2341
|
+
const external_node_fs_ = __webpack_require__("fs");
|
|
2342
2342
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
2343
2343
|
function cleanPath(path) {
|
|
2344
2344
|
let normalized = (0, external_node_path_.normalize)(path);
|