@rstest/core 0.7.3 → 0.7.4

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/198.js ADDED
@@ -0,0 +1,4 @@
1
+ import 'module';
2
+ /*#__PURE__*/ import.meta.url;
3
+ import { fileURLToPath, pathToFileURL } from "node:url";
4
+ export { fileURLToPath, pathToFileURL };
@@ -1,6 +1,5 @@
1
1
  import 'module';
2
2
  /*#__PURE__*/ import.meta.url;
3
- import { fileURLToPath, pathToFileURL } from "node:url";
4
3
  import node_v8 from "node:v8";
5
4
  const TYPE_REQUEST = "q";
6
5
  const TYPE_RESPONSE = "s";
@@ -207,4 +206,4 @@ function nanoid(size = 21) {
207
206
  while(i--)id += urlAlphabet[64 * random() | 0];
208
207
  return id;
209
208
  }
210
- export { createBirpc, fileURLToPath, node_v8, pathToFileURL };
209
+ export { createBirpc, node_v8 };