@rspack/core 1.3.7 → 1.3.8
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/compiled/graceful-fs/index.js +8 -8
- package/compiled/zod/index.d.ts +2 -1772
- package/compiled/zod/lib/ZodError.d.ts +164 -0
- package/compiled/zod/lib/__tests__/Mocker.d.ts +17 -0
- package/compiled/zod/lib/benchmarks/datetime.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/discriminatedUnion.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/index.d.ts +1 -0
- package/compiled/zod/lib/benchmarks/ipv4.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/object.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/primitives.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/realworld.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/string.d.ts +5 -0
- package/compiled/zod/lib/benchmarks/union.d.ts +5 -0
- package/compiled/zod/lib/errors.d.ts +5 -0
- package/compiled/zod/lib/external.d.ts +6 -0
- package/compiled/zod/lib/helpers/enumUtil.d.ts +8 -0
- package/compiled/zod/lib/helpers/errorUtil.d.ts +9 -0
- package/compiled/zod/lib/helpers/parseUtil.d.ts +78 -0
- package/compiled/zod/lib/helpers/partialUtil.d.ts +8 -0
- package/compiled/zod/lib/helpers/typeAliases.d.ts +2 -0
- package/compiled/zod/lib/helpers/util.d.ts +82 -0
- package/compiled/zod/lib/index.d.ts +4 -0
- package/compiled/zod/lib/locales/en.d.ts +3 -0
- package/compiled/zod/lib/standard-schema.d.ts +102 -0
- package/compiled/zod/lib/types.d.ts +1062 -0
- package/compiled/zod/package.json +1 -1
- package/dist/ChunkGroup.d.ts +10 -0
- package/dist/builtin-loader/swc/pluginImport.d.ts +1 -1
- package/dist/builtin-loader/swc/types.d.ts +632 -631
- package/dist/config/types.d.ts +10 -2
- package/dist/config/utils.d.ts +1 -1
- package/dist/config/zod.d.ts +77 -77
- package/dist/exports.d.ts +5 -0
- package/dist/index.js +572 -552
- package/dist/swc.d.ts +5 -0
- package/package.json +3 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
2
2
|
/******/ var __webpack_modules__ = ({
|
3
3
|
|
4
|
-
/***/
|
4
|
+
/***/ 759:
|
5
5
|
/***/ ((module) => {
|
6
6
|
|
7
7
|
"use strict";
|
@@ -32,13 +32,13 @@ function clone (obj) {
|
|
32
32
|
|
33
33
|
/***/ }),
|
34
34
|
|
35
|
-
/***/
|
35
|
+
/***/ 523:
|
36
36
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
37
37
|
|
38
38
|
var fs = __nccwpck_require__(896)
|
39
|
-
var polyfills = __nccwpck_require__(
|
40
|
-
var legacy = __nccwpck_require__(
|
41
|
-
var clone = __nccwpck_require__(
|
39
|
+
var polyfills = __nccwpck_require__(710)
|
40
|
+
var legacy = __nccwpck_require__(615)
|
41
|
+
var clone = __nccwpck_require__(759)
|
42
42
|
|
43
43
|
var util = __nccwpck_require__(23)
|
44
44
|
|
@@ -487,7 +487,7 @@ function retry () {
|
|
487
487
|
|
488
488
|
/***/ }),
|
489
489
|
|
490
|
-
/***/
|
490
|
+
/***/ 615:
|
491
491
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
492
492
|
|
493
493
|
var Stream = (__nccwpck_require__(203).Stream)
|
@@ -612,7 +612,7 @@ function legacy (fs) {
|
|
612
612
|
|
613
613
|
/***/ }),
|
614
614
|
|
615
|
-
/***/
|
615
|
+
/***/ 710:
|
616
616
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
617
617
|
|
618
618
|
var constants = __nccwpck_require__(140)
|
@@ -1056,7 +1056,7 @@ module.exports = require("util");
|
|
1056
1056
|
/******/ // startup
|
1057
1057
|
/******/ // Load entry module and return exports
|
1058
1058
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
1059
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
1059
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(523);
|
1060
1060
|
/******/ module.exports = __webpack_exports__;
|
1061
1061
|
/******/
|
1062
1062
|
/******/ })()
|