@lee-zg/melange 1.0.0 → 1.2.2

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 (40) hide show
  1. package/README.md +14 -14
  2. package/dist/chunk-3RM45M64.js +1637 -0
  3. package/dist/chunk-3RM45M64.js.map +1 -0
  4. package/dist/{chunk-Q7XG6YN6.cjs → chunk-BEY4UAYF.cjs} +3 -5
  5. package/dist/chunk-BEY4UAYF.cjs.map +1 -0
  6. package/dist/{chunk-ALBD5XC5.js → chunk-GXFWPL5M.js} +4 -8
  7. package/dist/chunk-GXFWPL5M.js.map +1 -0
  8. package/dist/{chunk-352XNR3C.js → chunk-GZBY4BUP.js} +7 -24
  9. package/dist/chunk-GZBY4BUP.js.map +1 -0
  10. package/dist/{chunk-2PXWQDZC.js → chunk-ILNGTDQ4.js} +3 -5
  11. package/dist/chunk-ILNGTDQ4.js.map +1 -0
  12. package/dist/{chunk-Q73NOVWX.cjs → chunk-JLBTZPBY.cjs} +7 -24
  13. package/dist/chunk-JLBTZPBY.cjs.map +1 -0
  14. package/dist/{chunk-ZT6HVG4G.cjs → chunk-UYJUSNDI.cjs} +4 -8
  15. package/dist/chunk-UYJUSNDI.cjs.map +1 -0
  16. package/dist/chunk-YZVCK6VZ.cjs +1646 -0
  17. package/dist/chunk-YZVCK6VZ.cjs.map +1 -0
  18. package/dist/core/index.cjs +23 -23
  19. package/dist/core/index.js +1 -1
  20. package/dist/fp/index.cjs +45 -45
  21. package/dist/fp/index.js +1 -1
  22. package/dist/index.cjs +147 -147
  23. package/dist/index.js +4 -4
  24. package/dist/plugins/index.cjs +9 -9
  25. package/dist/plugins/index.d.cts +287 -133
  26. package/dist/plugins/index.d.ts +287 -133
  27. package/dist/plugins/index.js +1 -1
  28. package/dist/utils/index.cjs +73 -73
  29. package/dist/utils/index.js +1 -1
  30. package/package.json +5 -2
  31. package/dist/chunk-2PXWQDZC.js.map +0 -1
  32. package/dist/chunk-352XNR3C.js.map +0 -1
  33. package/dist/chunk-ALBD5XC5.js.map +0 -1
  34. package/dist/chunk-O7K662J5.cjs +0 -842
  35. package/dist/chunk-O7K662J5.cjs.map +0 -1
  36. package/dist/chunk-Q73NOVWX.cjs.map +0 -1
  37. package/dist/chunk-Q7XG6YN6.cjs.map +0 -1
  38. package/dist/chunk-YGMBCZJQ.js +0 -833
  39. package/dist/chunk-YGMBCZJQ.js.map +0 -1
  40. package/dist/chunk-ZT6HVG4G.cjs.map +0 -1
package/dist/fp/index.cjs CHANGED
@@ -1,185 +1,185 @@
1
1
  'use strict';
2
2
 
3
- var chunkZT6HVG4G_cjs = require('../chunk-ZT6HVG4G.cjs');
3
+ var chunkUYJUSNDI_cjs = require('../chunk-UYJUSNDI.cjs');
4
4
  require('../chunk-PK6SKIKE.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "allPass", {
9
9
  enumerable: true,
10
- get: function () { return chunkZT6HVG4G_cjs.allPass; }
10
+ get: function () { return chunkUYJUSNDI_cjs.allPass; }
11
11
  });
12
12
  Object.defineProperty(exports, "alt", {
13
13
  enumerable: true,
14
- get: function () { return chunkZT6HVG4G_cjs.alt; }
14
+ get: function () { return chunkUYJUSNDI_cjs.alt; }
15
15
  });
16
16
  Object.defineProperty(exports, "anyPass", {
17
17
  enumerable: true,
18
- get: function () { return chunkZT6HVG4G_cjs.anyPass; }
18
+ get: function () { return chunkUYJUSNDI_cjs.anyPass; }
19
19
  });
20
20
  Object.defineProperty(exports, "apply", {
21
21
  enumerable: true,
22
- get: function () { return chunkZT6HVG4G_cjs.apply; }
22
+ get: function () { return chunkUYJUSNDI_cjs.apply; }
23
23
  });
24
24
  Object.defineProperty(exports, "compose", {
25
25
  enumerable: true,
26
- get: function () { return chunkZT6HVG4G_cjs.compose; }
26
+ get: function () { return chunkUYJUSNDI_cjs.compose; }
27
27
  });
28
28
  Object.defineProperty(exports, "constant", {
29
29
  enumerable: true,
30
- get: function () { return chunkZT6HVG4G_cjs.constant; }
30
+ get: function () { return chunkUYJUSNDI_cjs.constant; }
31
31
  });
32
32
  Object.defineProperty(exports, "curry", {
33
33
  enumerable: true,
34
- get: function () { return chunkZT6HVG4G_cjs.curry; }
34
+ get: function () { return chunkUYJUSNDI_cjs.curry; }
35
35
  });
36
36
  Object.defineProperty(exports, "err", {
37
37
  enumerable: true,
38
- get: function () { return chunkZT6HVG4G_cjs.err; }
38
+ get: function () { return chunkUYJUSNDI_cjs.err; }
39
39
  });
40
40
  Object.defineProperty(exports, "filterOption", {
41
41
  enumerable: true,
42
- get: function () { return chunkZT6HVG4G_cjs.filterOption; }
42
+ get: function () { return chunkUYJUSNDI_cjs.filterOption; }
43
43
  });
44
44
  Object.defineProperty(exports, "flatMapOption", {
45
45
  enumerable: true,
46
- get: function () { return chunkZT6HVG4G_cjs.flatMapOption; }
46
+ get: function () { return chunkUYJUSNDI_cjs.flatMapOption; }
47
47
  });
48
48
  Object.defineProperty(exports, "flatMapResult", {
49
49
  enumerable: true,
50
- get: function () { return chunkZT6HVG4G_cjs.flatMapResult; }
50
+ get: function () { return chunkUYJUSNDI_cjs.flatMapResult; }
51
51
  });
52
52
  Object.defineProperty(exports, "flip", {
53
53
  enumerable: true,
54
- get: function () { return chunkZT6HVG4G_cjs.flip; }
54
+ get: function () { return chunkUYJUSNDI_cjs.flip; }
55
55
  });
56
56
  Object.defineProperty(exports, "flow", {
57
57
  enumerable: true,
58
- get: function () { return chunkZT6HVG4G_cjs.flow; }
58
+ get: function () { return chunkUYJUSNDI_cjs.flow; }
59
59
  });
60
60
  Object.defineProperty(exports, "fromNullable", {
61
61
  enumerable: true,
62
- get: function () { return chunkZT6HVG4G_cjs.fromNullable; }
62
+ get: function () { return chunkUYJUSNDI_cjs.fromNullable; }
63
63
  });
64
64
  Object.defineProperty(exports, "getOrElse", {
65
65
  enumerable: true,
66
- get: function () { return chunkZT6HVG4G_cjs.getOrElse; }
66
+ get: function () { return chunkUYJUSNDI_cjs.getOrElse; }
67
67
  });
68
68
  Object.defineProperty(exports, "getOrElseL", {
69
69
  enumerable: true,
70
- get: function () { return chunkZT6HVG4G_cjs.getOrElseL; }
70
+ get: function () { return chunkUYJUSNDI_cjs.getOrElseL; }
71
71
  });
72
72
  Object.defineProperty(exports, "identity", {
73
73
  enumerable: true,
74
- get: function () { return chunkZT6HVG4G_cjs.identity; }
74
+ get: function () { return chunkUYJUSNDI_cjs.identity; }
75
75
  });
76
76
  Object.defineProperty(exports, "invert", {
77
77
  enumerable: true,
78
- get: function () { return chunkZT6HVG4G_cjs.invert; }
78
+ get: function () { return chunkUYJUSNDI_cjs.invert; }
79
79
  });
80
80
  Object.defineProperty(exports, "isErr", {
81
81
  enumerable: true,
82
- get: function () { return chunkZT6HVG4G_cjs.isErr; }
82
+ get: function () { return chunkUYJUSNDI_cjs.isErr; }
83
83
  });
84
84
  Object.defineProperty(exports, "isNone", {
85
85
  enumerable: true,
86
- get: function () { return chunkZT6HVG4G_cjs.isNone; }
86
+ get: function () { return chunkUYJUSNDI_cjs.isNone; }
87
87
  });
88
88
  Object.defineProperty(exports, "isOk", {
89
89
  enumerable: true,
90
- get: function () { return chunkZT6HVG4G_cjs.isOk; }
90
+ get: function () { return chunkUYJUSNDI_cjs.isOk; }
91
91
  });
92
92
  Object.defineProperty(exports, "isSome", {
93
93
  enumerable: true,
94
- get: function () { return chunkZT6HVG4G_cjs.isSome; }
94
+ get: function () { return chunkUYJUSNDI_cjs.isSome; }
95
95
  });
96
96
  Object.defineProperty(exports, "mapOption", {
97
97
  enumerable: true,
98
- get: function () { return chunkZT6HVG4G_cjs.mapOption; }
98
+ get: function () { return chunkUYJUSNDI_cjs.mapOption; }
99
99
  });
100
100
  Object.defineProperty(exports, "mapResult", {
101
101
  enumerable: true,
102
- get: function () { return chunkZT6HVG4G_cjs.mapResult; }
102
+ get: function () { return chunkUYJUSNDI_cjs.mapResult; }
103
103
  });
104
104
  Object.defineProperty(exports, "matchOption", {
105
105
  enumerable: true,
106
- get: function () { return chunkZT6HVG4G_cjs.matchOption; }
106
+ get: function () { return chunkUYJUSNDI_cjs.matchOption; }
107
107
  });
108
108
  Object.defineProperty(exports, "matchResult", {
109
109
  enumerable: true,
110
- get: function () { return chunkZT6HVG4G_cjs.matchResult; }
110
+ get: function () { return chunkUYJUSNDI_cjs.matchResult; }
111
111
  });
112
112
  Object.defineProperty(exports, "memoize", {
113
113
  enumerable: true,
114
- get: function () { return chunkZT6HVG4G_cjs.memoize; }
114
+ get: function () { return chunkUYJUSNDI_cjs.memoize; }
115
115
  });
116
116
  Object.defineProperty(exports, "none", {
117
117
  enumerable: true,
118
- get: function () { return chunkZT6HVG4G_cjs.none; }
118
+ get: function () { return chunkUYJUSNDI_cjs.none; }
119
119
  });
120
120
  Object.defineProperty(exports, "noop", {
121
121
  enumerable: true,
122
- get: function () { return chunkZT6HVG4G_cjs.noop; }
122
+ get: function () { return chunkUYJUSNDI_cjs.noop; }
123
123
  });
124
124
  Object.defineProperty(exports, "not", {
125
125
  enumerable: true,
126
- get: function () { return chunkZT6HVG4G_cjs.not; }
126
+ get: function () { return chunkUYJUSNDI_cjs.not; }
127
127
  });
128
128
  Object.defineProperty(exports, "ok", {
129
129
  enumerable: true,
130
- get: function () { return chunkZT6HVG4G_cjs.ok; }
130
+ get: function () { return chunkUYJUSNDI_cjs.ok; }
131
131
  });
132
132
  Object.defineProperty(exports, "once", {
133
133
  enumerable: true,
134
- get: function () { return chunkZT6HVG4G_cjs.once; }
134
+ get: function () { return chunkUYJUSNDI_cjs.once; }
135
135
  });
136
136
  Object.defineProperty(exports, "partial", {
137
137
  enumerable: true,
138
- get: function () { return chunkZT6HVG4G_cjs.partial; }
138
+ get: function () { return chunkUYJUSNDI_cjs.partial; }
139
139
  });
140
140
  Object.defineProperty(exports, "partialRight", {
141
141
  enumerable: true,
142
- get: function () { return chunkZT6HVG4G_cjs.partialRight; }
142
+ get: function () { return chunkUYJUSNDI_cjs.partialRight; }
143
143
  });
144
144
  Object.defineProperty(exports, "pipe", {
145
145
  enumerable: true,
146
- get: function () { return chunkZT6HVG4G_cjs.pipe; }
146
+ get: function () { return chunkUYJUSNDI_cjs.pipe; }
147
147
  });
148
148
  Object.defineProperty(exports, "some", {
149
149
  enumerable: true,
150
- get: function () { return chunkZT6HVG4G_cjs.some; }
150
+ get: function () { return chunkUYJUSNDI_cjs.some; }
151
151
  });
152
152
  Object.defineProperty(exports, "tap", {
153
153
  enumerable: true,
154
- get: function () { return chunkZT6HVG4G_cjs.tap; }
154
+ get: function () { return chunkUYJUSNDI_cjs.tap; }
155
155
  });
156
156
  Object.defineProperty(exports, "thunk", {
157
157
  enumerable: true,
158
- get: function () { return chunkZT6HVG4G_cjs.thunk; }
158
+ get: function () { return chunkUYJUSNDI_cjs.thunk; }
159
159
  });
160
160
  Object.defineProperty(exports, "toNullable", {
161
161
  enumerable: true,
162
- get: function () { return chunkZT6HVG4G_cjs.toNullable; }
162
+ get: function () { return chunkUYJUSNDI_cjs.toNullable; }
163
163
  });
164
164
  Object.defineProperty(exports, "tryCatch", {
165
165
  enumerable: true,
166
- get: function () { return chunkZT6HVG4G_cjs.tryCatch; }
166
+ get: function () { return chunkUYJUSNDI_cjs.tryCatch; }
167
167
  });
168
168
  Object.defineProperty(exports, "tryCatchAsync", {
169
169
  enumerable: true,
170
- get: function () { return chunkZT6HVG4G_cjs.tryCatchAsync; }
170
+ get: function () { return chunkUYJUSNDI_cjs.tryCatchAsync; }
171
171
  });
172
172
  Object.defineProperty(exports, "uncurry", {
173
173
  enumerable: true,
174
- get: function () { return chunkZT6HVG4G_cjs.uncurry; }
174
+ get: function () { return chunkUYJUSNDI_cjs.uncurry; }
175
175
  });
176
176
  Object.defineProperty(exports, "unwrapOr", {
177
177
  enumerable: true,
178
- get: function () { return chunkZT6HVG4G_cjs.unwrapOr; }
178
+ get: function () { return chunkUYJUSNDI_cjs.unwrapOr; }
179
179
  });
180
180
  Object.defineProperty(exports, "unwrapOrElse", {
181
181
  enumerable: true,
182
- get: function () { return chunkZT6HVG4G_cjs.unwrapOrElse; }
182
+ get: function () { return chunkUYJUSNDI_cjs.unwrapOrElse; }
183
183
  });
184
184
  //# sourceMappingURL=index.cjs.map
185
185
  //# sourceMappingURL=index.cjs.map
package/dist/fp/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { allPass, alt, anyPass, apply, compose, constant, curry, err, filterOption, flatMapOption, flatMapResult, flip, flow, fromNullable, getOrElse, getOrElseL, identity, invert, isErr, isNone, isOk, isSome, mapOption, mapResult, matchOption, matchResult, memoize, none, noop, not, ok, once, partial, partialRight, pipe, some, tap, thunk, toNullable, tryCatch, tryCatchAsync, uncurry, unwrapOr, unwrapOrElse } from '../chunk-ALBD5XC5.js';
1
+ export { allPass, alt, anyPass, apply, compose, constant, curry, err, filterOption, flatMapOption, flatMapResult, flip, flow, fromNullable, getOrElse, getOrElseL, identity, invert, isErr, isNone, isOk, isSome, mapOption, mapResult, matchOption, matchResult, memoize, none, noop, not, ok, once, partial, partialRight, pipe, some, tap, thunk, toNullable, tryCatch, tryCatchAsync, uncurry, unwrapOr, unwrapOrElse } from '../chunk-GXFWPL5M.js';
2
2
  import '../chunk-7QVYU63E.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map