@lee-zg/melange 1.0.0

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 (55) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +256 -0
  3. package/dist/chunk-2PXWQDZC.js +659 -0
  4. package/dist/chunk-2PXWQDZC.js.map +1 -0
  5. package/dist/chunk-352XNR3C.js +716 -0
  6. package/dist/chunk-352XNR3C.js.map +1 -0
  7. package/dist/chunk-7QVYU63E.js +6 -0
  8. package/dist/chunk-7QVYU63E.js.map +1 -0
  9. package/dist/chunk-ALBD5XC5.js +285 -0
  10. package/dist/chunk-ALBD5XC5.js.map +1 -0
  11. package/dist/chunk-O7K662J5.cjs +842 -0
  12. package/dist/chunk-O7K662J5.cjs.map +1 -0
  13. package/dist/chunk-PK6SKIKE.cjs +8 -0
  14. package/dist/chunk-PK6SKIKE.cjs.map +1 -0
  15. package/dist/chunk-Q73NOVWX.cjs +789 -0
  16. package/dist/chunk-Q73NOVWX.cjs.map +1 -0
  17. package/dist/chunk-Q7XG6YN6.cjs +682 -0
  18. package/dist/chunk-Q7XG6YN6.cjs.map +1 -0
  19. package/dist/chunk-YGMBCZJQ.js +833 -0
  20. package/dist/chunk-YGMBCZJQ.js.map +1 -0
  21. package/dist/chunk-ZT6HVG4G.cjs +330 -0
  22. package/dist/chunk-ZT6HVG4G.cjs.map +1 -0
  23. package/dist/core/index.cjs +97 -0
  24. package/dist/core/index.cjs.map +1 -0
  25. package/dist/core/index.d.cts +718 -0
  26. package/dist/core/index.d.ts +718 -0
  27. package/dist/core/index.js +4 -0
  28. package/dist/core/index.js.map +1 -0
  29. package/dist/fp/index.cjs +185 -0
  30. package/dist/fp/index.cjs.map +1 -0
  31. package/dist/fp/index.d.cts +913 -0
  32. package/dist/fp/index.d.ts +913 -0
  33. package/dist/fp/index.js +4 -0
  34. package/dist/fp/index.js.map +1 -0
  35. package/dist/index.cjs +608 -0
  36. package/dist/index.cjs.map +1 -0
  37. package/dist/index.d.cts +39 -0
  38. package/dist/index.d.ts +39 -0
  39. package/dist/index.js +33 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/plugins/index.cjs +41 -0
  42. package/dist/plugins/index.cjs.map +1 -0
  43. package/dist/plugins/index.d.cts +643 -0
  44. package/dist/plugins/index.d.ts +643 -0
  45. package/dist/plugins/index.js +4 -0
  46. package/dist/plugins/index.js.map +1 -0
  47. package/dist/types-BtOUCLB-.d.cts +293 -0
  48. package/dist/types-BtOUCLB-.d.ts +293 -0
  49. package/dist/utils/index.cjs +297 -0
  50. package/dist/utils/index.cjs.map +1 -0
  51. package/dist/utils/index.d.cts +1179 -0
  52. package/dist/utils/index.d.ts +1179 -0
  53. package/dist/utils/index.js +4 -0
  54. package/dist/utils/index.js.map +1 -0
  55. package/package.json +132 -0
@@ -0,0 +1,97 @@
1
+ 'use strict';
2
+
3
+ var chunkQ7XG6YN6_cjs = require('../chunk-Q7XG6YN6.cjs');
4
+ require('../chunk-PK6SKIKE.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Bind", {
9
+ enumerable: true,
10
+ get: function () { return chunkQ7XG6YN6_cjs.Bind; }
11
+ });
12
+ Object.defineProperty(exports, "Container", {
13
+ enumerable: true,
14
+ get: function () { return chunkQ7XG6YN6_cjs.Container; }
15
+ });
16
+ Object.defineProperty(exports, "Debounce", {
17
+ enumerable: true,
18
+ get: function () { return chunkQ7XG6YN6_cjs.Debounce; }
19
+ });
20
+ Object.defineProperty(exports, "Deprecated", {
21
+ enumerable: true,
22
+ get: function () { return chunkQ7XG6YN6_cjs.Deprecated; }
23
+ });
24
+ Object.defineProperty(exports, "Disposable", {
25
+ enumerable: true,
26
+ get: function () { return chunkQ7XG6YN6_cjs.Disposable; }
27
+ });
28
+ Object.defineProperty(exports, "DisposableStore", {
29
+ enumerable: true,
30
+ get: function () { return chunkQ7XG6YN6_cjs.DisposableStore; }
31
+ });
32
+ Object.defineProperty(exports, "EventEmitter", {
33
+ enumerable: true,
34
+ get: function () { return chunkQ7XG6YN6_cjs.EventEmitter; }
35
+ });
36
+ Object.defineProperty(exports, "Frozen", {
37
+ enumerable: true,
38
+ get: function () { return chunkQ7XG6YN6_cjs.Frozen; }
39
+ });
40
+ Object.defineProperty(exports, "Inject", {
41
+ enumerable: true,
42
+ get: function () { return chunkQ7XG6YN6_cjs.Inject; }
43
+ });
44
+ Object.defineProperty(exports, "Injectable", {
45
+ enumerable: true,
46
+ get: function () { return chunkQ7XG6YN6_cjs.Injectable; }
47
+ });
48
+ Object.defineProperty(exports, "Lifecycle", {
49
+ enumerable: true,
50
+ get: function () { return chunkQ7XG6YN6_cjs.Lifecycle; }
51
+ });
52
+ Object.defineProperty(exports, "Log", {
53
+ enumerable: true,
54
+ get: function () { return chunkQ7XG6YN6_cjs.Log; }
55
+ });
56
+ Object.defineProperty(exports, "Memoize", {
57
+ enumerable: true,
58
+ get: function () { return chunkQ7XG6YN6_cjs.Memoize; }
59
+ });
60
+ Object.defineProperty(exports, "Retry", {
61
+ enumerable: true,
62
+ get: function () { return chunkQ7XG6YN6_cjs.Retry; }
63
+ });
64
+ Object.defineProperty(exports, "Sealed", {
65
+ enumerable: true,
66
+ get: function () { return chunkQ7XG6YN6_cjs.Sealed; }
67
+ });
68
+ Object.defineProperty(exports, "Singleton", {
69
+ enumerable: true,
70
+ get: function () { return chunkQ7XG6YN6_cjs.Singleton; }
71
+ });
72
+ Object.defineProperty(exports, "Throttle", {
73
+ enumerable: true,
74
+ get: function () { return chunkQ7XG6YN6_cjs.Throttle; }
75
+ });
76
+ Object.defineProperty(exports, "Timeout", {
77
+ enumerable: true,
78
+ get: function () { return chunkQ7XG6YN6_cjs.Timeout; }
79
+ });
80
+ Object.defineProperty(exports, "Validate", {
81
+ enumerable: true,
82
+ get: function () { return chunkQ7XG6YN6_cjs.Validate; }
83
+ });
84
+ Object.defineProperty(exports, "combineDisposables", {
85
+ enumerable: true,
86
+ get: function () { return chunkQ7XG6YN6_cjs.combineDisposables; }
87
+ });
88
+ Object.defineProperty(exports, "globalContainer", {
89
+ enumerable: true,
90
+ get: function () { return chunkQ7XG6YN6_cjs.globalContainer; }
91
+ });
92
+ Object.defineProperty(exports, "toDisposable", {
93
+ enumerable: true,
94
+ get: function () { return chunkQ7XG6YN6_cjs.toDisposable; }
95
+ });
96
+ //# sourceMappingURL=index.cjs.map
97
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}