alchemy 2.0.0-beta.4 → 2.0.0-beta.test-export-fix-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/bin/alchemy.js +73 -73
- package/bin/alchemy.js.map +1 -1
- package/lib/cli/index.d.ts.map +1 -1
- package/lib/cli/index.js +72 -72
- package/lib/cli/index.js.map +1 -1
- package/package.json +4 -5
- package/src/AWS/EC2/VpcEndpoint.ts +4 -4
- package/src/Cloudflare/Website/StaticSite.ts +19 -32
- package/src/Cloudflare/Website/Vite.ts +10 -22
- package/src/Cloudflare/Workers/Worker.ts +19 -167
- package/src/Platform.ts +4 -9
- package/src/Resource.ts +4 -4
- package/src/AWS/AuthProvider.ts +0 -392
- package/src/Auth/AuthProvider.ts +0 -33
- package/src/Auth/Credentials.ts +0 -56
- package/src/Auth/Env.ts +0 -45
- package/src/Auth/Profile.ts +0 -72
- package/src/Auth/index.ts +0 -2
- package/src/Cloudflare/Auth/AuthProvider.ts +0 -670
- package/src/Cloudflare/Auth/OAuthClient.ts +0 -315
- package/src/Util/Clank.ts +0 -77
package/bin/alchemy.js
CHANGED
|
@@ -69,7 +69,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
69
69
|
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region package.json
|
|
72
|
-
var version = "2.0.0-beta.4";
|
|
72
|
+
var version = "2.0.0-beta.test-export-fix-4";
|
|
73
73
|
|
|
74
74
|
//#endregion
|
|
75
75
|
//#region src/Artifacts.ts
|
|
@@ -1383,8 +1383,8 @@ const destroyBootstrap = Effect.fn(function* () {
|
|
|
1383
1383
|
});
|
|
1384
1384
|
|
|
1385
1385
|
//#endregion
|
|
1386
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
1387
|
-
var require_react_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
1386
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react.production.js
|
|
1387
|
+
var require_react_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react.production.js": ((exports) => {
|
|
1388
1388
|
var REACT_ELEMENT_TYPE$1 = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE$1 = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
1389
1389
|
function getIteratorFn(maybeIterable) {
|
|
1390
1390
|
if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
|
|
@@ -1731,12 +1731,12 @@ var require_react_production = /* @__PURE__ */ __commonJS({ "../../node_modules/
|
|
|
1731
1731
|
exports.useTransition = function() {
|
|
1732
1732
|
return ReactSharedInternals.H.useTransition();
|
|
1733
1733
|
};
|
|
1734
|
-
exports.version = "19.2.
|
|
1734
|
+
exports.version = "19.2.4";
|
|
1735
1735
|
}) });
|
|
1736
1736
|
|
|
1737
1737
|
//#endregion
|
|
1738
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
1739
|
-
var require_react_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
1738
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react.development.js
|
|
1739
|
+
var require_react_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react.development.js": ((exports, module) => {
|
|
1740
1740
|
"production" !== process.env.NODE_ENV && (function() {
|
|
1741
1741
|
function defineDeprecationWarning(methodName, info) {
|
|
1742
1742
|
Object.defineProperty(Component$1.prototype, methodName, { get: function() {
|
|
@@ -2480,14 +2480,14 @@ var require_react_development = /* @__PURE__ */ __commonJS({ "../../node_modules
|
|
|
2480
2480
|
exports.useTransition = function() {
|
|
2481
2481
|
return resolveDispatcher().useTransition();
|
|
2482
2482
|
};
|
|
2483
|
-
exports.version = "19.2.
|
|
2483
|
+
exports.version = "19.2.4";
|
|
2484
2484
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
2485
2485
|
})();
|
|
2486
2486
|
}) });
|
|
2487
2487
|
|
|
2488
2488
|
//#endregion
|
|
2489
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
2490
|
-
var require_react = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
2489
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/index.js
|
|
2490
|
+
var require_react = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/index.js": ((exports, module) => {
|
|
2491
2491
|
if (process.env.NODE_ENV === "production") module.exports = require_react_production();
|
|
2492
2492
|
else module.exports = require_react_development();
|
|
2493
2493
|
}) });
|
|
@@ -2885,8 +2885,8 @@ const patchConsole = (callback) => {
|
|
|
2885
2885
|
var dist_default = patchConsole;
|
|
2886
2886
|
|
|
2887
2887
|
//#endregion
|
|
2888
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2889
|
-
var require_react_reconciler_constants_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2888
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js
|
|
2889
|
+
var require_react_reconciler_constants_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js": ((exports) => {
|
|
2890
2890
|
exports.ConcurrentRoot = 1;
|
|
2891
2891
|
exports.DefaultEventPriority = 32;
|
|
2892
2892
|
exports.LegacyRoot = 0;
|
|
@@ -2894,14 +2894,14 @@ var require_react_reconciler_constants_production = /* @__PURE__ */ __commonJS({
|
|
|
2894
2894
|
}) });
|
|
2895
2895
|
|
|
2896
2896
|
//#endregion
|
|
2897
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2898
|
-
var require_react_reconciler_constants_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2897
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
|
|
2898
|
+
var require_react_reconciler_constants_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js": ((exports) => {
|
|
2899
2899
|
"production" !== process.env.NODE_ENV && (exports.ConcurrentRoot = 1, exports.ContinuousEventPriority = 8, exports.DefaultEventPriority = 32, exports.DiscreteEventPriority = 2, exports.IdleEventPriority = 268435456, exports.LegacyRoot = 0, exports.NoEventPriority = 0);
|
|
2900
2900
|
}) });
|
|
2901
2901
|
|
|
2902
2902
|
//#endregion
|
|
2903
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2904
|
-
var require_constants$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
2903
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/constants.js
|
|
2904
|
+
var require_constants$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/constants.js": ((exports, module) => {
|
|
2905
2905
|
if (process.env.NODE_ENV === "production") module.exports = require_react_reconciler_constants_production();
|
|
2906
2906
|
else module.exports = require_react_reconciler_constants_development();
|
|
2907
2907
|
}) });
|
|
@@ -5681,7 +5681,7 @@ const resize = () => {
|
|
|
5681
5681
|
};
|
|
5682
5682
|
|
|
5683
5683
|
//#endregion
|
|
5684
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
5684
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/utils.js
|
|
5685
5685
|
const isDev = () => process$1.env["DEV"] === "true";
|
|
5686
5686
|
|
|
5687
5687
|
//#endregion
|
|
@@ -6160,8 +6160,8 @@ var require_scheduler = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/sc
|
|
|
6160
6160
|
}) });
|
|
6161
6161
|
|
|
6162
6162
|
//#endregion
|
|
6163
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
6164
|
-
var require_react_reconciler_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
6163
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
6164
|
+
var require_react_reconciler_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler.production.js": ((exports, module) => {
|
|
6165
6165
|
module.exports = function($$$config) {
|
|
6166
6166
|
function createFiber(tag, pendingProps, key, mode) {
|
|
6167
6167
|
return new FiberNode(tag, pendingProps, key, mode);
|
|
@@ -12313,8 +12313,8 @@ var require_react_reconciler_production = /* @__PURE__ */ __commonJS({ "../../no
|
|
|
12313
12313
|
}) });
|
|
12314
12314
|
|
|
12315
12315
|
//#endregion
|
|
12316
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
12317
|
-
var require_react_reconciler_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
12316
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
12317
|
+
var require_react_reconciler_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/cjs/react-reconciler.development.js": ((exports, module) => {
|
|
12318
12318
|
"production" !== process.env.NODE_ENV && (module.exports = function($$$config) {
|
|
12319
12319
|
function findHook(fiber, id) {
|
|
12320
12320
|
for (fiber = fiber.memoizedState; null !== fiber && 0 < id;) fiber = fiber.next, id--;
|
|
@@ -21722,8 +21722,8 @@ var require_react_reconciler_development = /* @__PURE__ */ __commonJS({ "../../n
|
|
|
21722
21722
|
}) });
|
|
21723
21723
|
|
|
21724
21724
|
//#endregion
|
|
21725
|
-
//#region ../../node_modules/.bun/react-reconciler@0.33.0+
|
|
21726
|
-
var require_react_reconciler = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+
|
|
21725
|
+
//#region ../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/index.js
|
|
21726
|
+
var require_react_reconciler = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react-reconciler@0.33.0+b1ab299f0a400331/node_modules/react-reconciler/index.js": ((exports, module) => {
|
|
21727
21727
|
if (process.env.NODE_ENV === "production") module.exports = require_react_reconciler_production();
|
|
21728
21728
|
else module.exports = require_react_reconciler_development();
|
|
21729
21729
|
}) });
|
|
@@ -21798,7 +21798,7 @@ function widestLine(string) {
|
|
|
21798
21798
|
}
|
|
21799
21799
|
|
|
21800
21800
|
//#endregion
|
|
21801
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
21801
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/measure-text.js
|
|
21802
21802
|
const cache$1 = /* @__PURE__ */ new Map();
|
|
21803
21803
|
const measureText = (text) => {
|
|
21804
21804
|
if (text.length === 0) return {
|
|
@@ -22582,7 +22582,7 @@ function cliTruncate(text, columns, options = {}) {
|
|
|
22582
22582
|
}
|
|
22583
22583
|
|
|
22584
22584
|
//#endregion
|
|
22585
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
22585
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/wrap-text.js
|
|
22586
22586
|
const cache = {};
|
|
22587
22587
|
const wrapText = (text, maxWidth, wrapType) => {
|
|
22588
22588
|
const cacheKey = text + String(maxWidth) + String(wrapType);
|
|
@@ -22605,7 +22605,7 @@ const wrapText = (text, maxWidth, wrapType) => {
|
|
|
22605
22605
|
var wrap_text_default = wrapText;
|
|
22606
22606
|
|
|
22607
22607
|
//#endregion
|
|
22608
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
22608
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/ansi-tokenizer.js
|
|
22609
22609
|
const bellCharacter = "\x07";
|
|
22610
22610
|
const escapeCharacter = "\x1B";
|
|
22611
22611
|
const stringTerminatorCharacter = "";
|
|
@@ -22902,7 +22902,7 @@ const tokenizeAnsi = (text) => {
|
|
|
22902
22902
|
};
|
|
22903
22903
|
|
|
22904
22904
|
//#endregion
|
|
22905
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
22905
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/sanitize-ansi.js
|
|
22906
22906
|
const sgrParametersRegex = /^[\d:;]*$/;
|
|
22907
22907
|
const sanitizeAnsi = (text) => {
|
|
22908
22908
|
if (!hasAnsiControlCharacters(text)) return text;
|
|
@@ -22919,7 +22919,7 @@ const sanitizeAnsi = (text) => {
|
|
|
22919
22919
|
var sanitize_ansi_default = sanitizeAnsi;
|
|
22920
22920
|
|
|
22921
22921
|
//#endregion
|
|
22922
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
22922
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/squash-text-nodes.js
|
|
22923
22923
|
const squashTextNodes = (node) => {
|
|
22924
22924
|
let text = "";
|
|
22925
22925
|
for (let index = 0; index < node.childNodes.length; index++) {
|
|
@@ -22938,7 +22938,7 @@ const squashTextNodes = (node) => {
|
|
|
22938
22938
|
var squash_text_nodes_default = squashTextNodes;
|
|
22939
22939
|
|
|
22940
22940
|
//#endregion
|
|
22941
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
22941
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/dom.js
|
|
22942
22942
|
const createNode = (nodeName) => {
|
|
22943
22943
|
const node = {
|
|
22944
22944
|
nodeName,
|
|
@@ -23021,7 +23021,7 @@ const setTextNodeValue = (node, text) => {
|
|
|
23021
23021
|
};
|
|
23022
23022
|
|
|
23023
23023
|
//#endregion
|
|
23024
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
23024
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/styles.js
|
|
23025
23025
|
const applyPositionStyles = (node, style) => {
|
|
23026
23026
|
if ("position" in style) node.setPositionType(style.position === "absolute" ? src_default.POSITION_TYPE_ABSOLUTE : src_default.POSITION_TYPE_RELATIVE);
|
|
23027
23027
|
};
|
|
@@ -26666,9 +26666,9 @@ var init_wrapper = __esm({ "../../node_modules/.bun/ws@8.20.0/node_modules/ws/wr
|
|
|
26666
26666
|
}) });
|
|
26667
26667
|
|
|
26668
26668
|
//#endregion
|
|
26669
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
26669
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/devtools-window-polyfill.js
|
|
26670
26670
|
var customGlobal;
|
|
26671
|
-
var init_devtools_window_polyfill = __esm({ "../../node_modules/.bun/ink@6.8.0+
|
|
26671
|
+
var init_devtools_window_polyfill = __esm({ "../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/devtools-window-polyfill.js": (() => {
|
|
26672
26672
|
init_wrapper();
|
|
26673
26673
|
customGlobal = global;
|
|
26674
26674
|
customGlobal.WebSocket ||= wrapper_default;
|
|
@@ -40101,10 +40101,10 @@ var require_backend = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/reac
|
|
|
40101
40101
|
}) });
|
|
40102
40102
|
|
|
40103
40103
|
//#endregion
|
|
40104
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40104
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/devtools.js
|
|
40105
40105
|
var devtools_exports = {};
|
|
40106
40106
|
var import_backend;
|
|
40107
|
-
var init_devtools = __esm({ "../../node_modules/.bun/ink@6.8.0+
|
|
40107
|
+
var init_devtools = __esm({ "../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/devtools.js": (() => {
|
|
40108
40108
|
init_devtools_window_polyfill();
|
|
40109
40109
|
import_backend = /* @__PURE__ */ __toESM(require_backend(), 1);
|
|
40110
40110
|
import_backend.default.initialize();
|
|
@@ -40112,7 +40112,7 @@ var init_devtools = __esm({ "../../node_modules/.bun/ink@6.8.0+4d40c05051311df7/
|
|
|
40112
40112
|
}) });
|
|
40113
40113
|
|
|
40114
40114
|
//#endregion
|
|
40115
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40115
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/reconciler.js
|
|
40116
40116
|
var import_react_reconciler = /* @__PURE__ */ __toESM(require_react_reconciler(), 1);
|
|
40117
40117
|
var import_constants$2 = /* @__PURE__ */ __toESM(require_constants$1(), 1);
|
|
40118
40118
|
var import_scheduler = /* @__PURE__ */ __toESM(require_scheduler(), 1);
|
|
@@ -40336,7 +40336,7 @@ function indentString(string, count = 1, options = {}) {
|
|
|
40336
40336
|
}
|
|
40337
40337
|
|
|
40338
40338
|
//#endregion
|
|
40339
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40339
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/get-max-width.js
|
|
40340
40340
|
const getMaxWidth = (yogaNode) => {
|
|
40341
40341
|
return yogaNode.getComputedWidth() - yogaNode.getComputedPadding(src_default.EDGE_LEFT) - yogaNode.getComputedPadding(src_default.EDGE_RIGHT) - yogaNode.getComputedBorder(src_default.EDGE_LEFT) - yogaNode.getComputedBorder(src_default.EDGE_RIGHT);
|
|
40342
40342
|
};
|
|
@@ -40847,7 +40847,7 @@ const chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
|
40847
40847
|
var source_default = chalk;
|
|
40848
40848
|
|
|
40849
40849
|
//#endregion
|
|
40850
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40850
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/colorize.js
|
|
40851
40851
|
const rgbRegex = /^rgb\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/;
|
|
40852
40852
|
const ansiRegex = /^ansi256\(\s?(\d+)\s?\)$/;
|
|
40853
40853
|
const isNamedColor = (color) => {
|
|
@@ -40879,7 +40879,7 @@ const colorize = (str, color, type) => {
|
|
|
40879
40879
|
var colorize_default = colorize;
|
|
40880
40880
|
|
|
40881
40881
|
//#endregion
|
|
40882
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40882
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/render-border.js
|
|
40883
40883
|
var import_cli_boxes = /* @__PURE__ */ __toESM(require_cli_boxes(), 1);
|
|
40884
40884
|
const renderBorder = (x, y, node, output) => {
|
|
40885
40885
|
if (node.style.borderStyle) {
|
|
@@ -40920,7 +40920,7 @@ const renderBorder = (x, y, node, output) => {
|
|
|
40920
40920
|
var render_border_default = renderBorder;
|
|
40921
40921
|
|
|
40922
40922
|
//#endregion
|
|
40923
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40923
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/render-background.js
|
|
40924
40924
|
const renderBackground = (x, y, node, output) => {
|
|
40925
40925
|
if (!node.style.backgroundColor) return;
|
|
40926
40926
|
const width = node.yogaNode.getComputedWidth();
|
|
@@ -40938,7 +40938,7 @@ const renderBackground = (x, y, node, output) => {
|
|
|
40938
40938
|
var render_background_default = renderBackground;
|
|
40939
40939
|
|
|
40940
40940
|
//#endregion
|
|
40941
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
40941
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/render-node-to-output.js
|
|
40942
40942
|
const applyPaddingToText = (node, text) => {
|
|
40943
40943
|
const yogaNode = node.childNodes[0]?.yogaNode;
|
|
40944
40944
|
if (yogaNode) {
|
|
@@ -41247,7 +41247,7 @@ function tokenize(str, endChar = Number.POSITIVE_INFINITY) {
|
|
|
41247
41247
|
}
|
|
41248
41248
|
|
|
41249
41249
|
//#endregion
|
|
41250
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41250
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/output.js
|
|
41251
41251
|
var OutputCaches = class {
|
|
41252
41252
|
widths = /* @__PURE__ */ new Map();
|
|
41253
41253
|
blockWidths = /* @__PURE__ */ new Map();
|
|
@@ -41389,7 +41389,7 @@ var Output = class {
|
|
|
41389
41389
|
};
|
|
41390
41390
|
|
|
41391
41391
|
//#endregion
|
|
41392
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41392
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/renderer.js
|
|
41393
41393
|
const renderer = (node, isScreenReaderEnabled) => {
|
|
41394
41394
|
if (node.yogaNode) {
|
|
41395
41395
|
if (isScreenReaderEnabled) {
|
|
@@ -41506,7 +41506,7 @@ cliCursor.toggle = (force$1, writableStream) => {
|
|
|
41506
41506
|
var cli_cursor_default = cliCursor;
|
|
41507
41507
|
|
|
41508
41508
|
//#endregion
|
|
41509
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41509
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/cursor-helpers.js
|
|
41510
41510
|
const showCursorEscape = "\x1B[?25h";
|
|
41511
41511
|
const hideCursorEscape = "\x1B[?25l";
|
|
41512
41512
|
/**
|
|
@@ -41551,7 +41551,7 @@ const buildReturnToBottomPrefix = (cursorWasShown, previousLineCount, previousCu
|
|
|
41551
41551
|
};
|
|
41552
41552
|
|
|
41553
41553
|
//#endregion
|
|
41554
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41554
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/log-update.js
|
|
41555
41555
|
const visibleLineCount = (lines, str) => str.endsWith("\n") ? lines.length - 1 : lines.length;
|
|
41556
41556
|
const createStandard = (stream, { showCursor = false } = {}) => {
|
|
41557
41557
|
let previousLineCount = 0;
|
|
@@ -41748,7 +41748,7 @@ const logUpdate = { create };
|
|
|
41748
41748
|
var log_update_default = logUpdate;
|
|
41749
41749
|
|
|
41750
41750
|
//#endregion
|
|
41751
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41751
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/write-synchronized.js
|
|
41752
41752
|
const bsu = "\x1B[?2026h";
|
|
41753
41753
|
const esu = "\x1B[?2026l";
|
|
41754
41754
|
function shouldSynchronize(stream) {
|
|
@@ -41756,12 +41756,12 @@ function shouldSynchronize(stream) {
|
|
|
41756
41756
|
}
|
|
41757
41757
|
|
|
41758
41758
|
//#endregion
|
|
41759
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41759
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/instances.js
|
|
41760
41760
|
const instances = /* @__PURE__ */ new WeakMap();
|
|
41761
41761
|
var instances_default = instances;
|
|
41762
41762
|
|
|
41763
41763
|
//#endregion
|
|
41764
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41764
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/input-parser.js
|
|
41765
41765
|
const escape$1 = "\x1B";
|
|
41766
41766
|
const isCsiParameterByte = (byte) => {
|
|
41767
41767
|
return byte >= 48 && byte <= 63;
|
|
@@ -41884,7 +41884,7 @@ const createInputParser = () => {
|
|
|
41884
41884
|
};
|
|
41885
41885
|
|
|
41886
41886
|
//#endregion
|
|
41887
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41887
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/AppContext.js
|
|
41888
41888
|
/**
|
|
41889
41889
|
`AppContext` is a React context that exposes a method to manually exit the app (unmount).
|
|
41890
41890
|
*/
|
|
@@ -41893,7 +41893,7 @@ AppContext.displayName = "InternalAppContext";
|
|
|
41893
41893
|
var AppContext_default = AppContext;
|
|
41894
41894
|
|
|
41895
41895
|
//#endregion
|
|
41896
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41896
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/StdinContext.js
|
|
41897
41897
|
/**
|
|
41898
41898
|
`StdinContext` is a React context that exposes the input stream.
|
|
41899
41899
|
*/
|
|
@@ -41908,7 +41908,7 @@ StdinContext.displayName = "InternalStdinContext";
|
|
|
41908
41908
|
var StdinContext_default = StdinContext;
|
|
41909
41909
|
|
|
41910
41910
|
//#endregion
|
|
41911
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41911
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/StdoutContext.js
|
|
41912
41912
|
/**
|
|
41913
41913
|
`StdoutContext` is a React context that exposes the stdout stream where Ink renders your app.
|
|
41914
41914
|
*/
|
|
@@ -41920,7 +41920,7 @@ StdoutContext.displayName = "InternalStdoutContext";
|
|
|
41920
41920
|
var StdoutContext_default = StdoutContext;
|
|
41921
41921
|
|
|
41922
41922
|
//#endregion
|
|
41923
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41923
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/StderrContext.js
|
|
41924
41924
|
/**
|
|
41925
41925
|
`StderrContext` is a React context that exposes the stderr stream.
|
|
41926
41926
|
*/
|
|
@@ -41932,7 +41932,7 @@ StderrContext.displayName = "InternalStderrContext";
|
|
|
41932
41932
|
var StderrContext_default = StderrContext;
|
|
41933
41933
|
|
|
41934
41934
|
//#endregion
|
|
41935
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41935
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/FocusContext.js
|
|
41936
41936
|
const FocusContext = (0, import_react.createContext)({
|
|
41937
41937
|
activeId: void 0,
|
|
41938
41938
|
add() {},
|
|
@@ -41949,7 +41949,7 @@ FocusContext.displayName = "InternalFocusContext";
|
|
|
41949
41949
|
var FocusContext_default = FocusContext;
|
|
41950
41950
|
|
|
41951
41951
|
//#endregion
|
|
41952
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
41952
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/CursorContext.js
|
|
41953
41953
|
const CursorContext = (0, import_react.createContext)({ setCursorPosition() {} });
|
|
41954
41954
|
CursorContext.displayName = "InternalCursorContext";
|
|
41955
41955
|
var CursorContext_default = CursorContext;
|
|
@@ -42177,15 +42177,15 @@ const codeExcerpt = (source, line, options = {}) => {
|
|
|
42177
42177
|
var dist_default$1 = codeExcerpt;
|
|
42178
42178
|
|
|
42179
42179
|
//#endregion
|
|
42180
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42180
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/AccessibilityContext.js
|
|
42181
42181
|
const accessibilityContext = (0, import_react.createContext)({ isScreenReaderEnabled: false });
|
|
42182
42182
|
|
|
42183
42183
|
//#endregion
|
|
42184
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42184
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/BackgroundContext.js
|
|
42185
42185
|
const backgroundContext = (0, import_react.createContext)(void 0);
|
|
42186
42186
|
|
|
42187
42187
|
//#endregion
|
|
42188
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42188
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/Box.js
|
|
42189
42189
|
/**
|
|
42190
42190
|
`<Box>` is an essential Ink component to build your layout. It's like `<div style="display: flex">` in the browser.
|
|
42191
42191
|
*/
|
|
@@ -42217,7 +42217,7 @@ Box.displayName = "Box";
|
|
|
42217
42217
|
var Box_default = Box;
|
|
42218
42218
|
|
|
42219
42219
|
//#endregion
|
|
42220
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42220
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/Text.js
|
|
42221
42221
|
/**
|
|
42222
42222
|
This component can display text and change its style to make it bold, underlined, italic, or strikethrough.
|
|
42223
42223
|
*/
|
|
@@ -42251,7 +42251,7 @@ function Text({ color, backgroundColor, dimColor = false, bold = false, italic =
|
|
|
42251
42251
|
}
|
|
42252
42252
|
|
|
42253
42253
|
//#endregion
|
|
42254
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42254
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/ErrorOverview.js
|
|
42255
42255
|
var import_stack_utils = /* @__PURE__ */ __toESM(require_stack_utils(), 1);
|
|
42256
42256
|
const cleanupPath = (path) => {
|
|
42257
42257
|
return path?.replace(`file://${cwd()}/`, "");
|
|
@@ -42309,7 +42309,7 @@ function ErrorOverview({ error }) {
|
|
|
42309
42309
|
}
|
|
42310
42310
|
|
|
42311
42311
|
//#endregion
|
|
42312
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42312
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/ErrorBoundary.js
|
|
42313
42313
|
var ErrorBoundary = class extends import_react.PureComponent {
|
|
42314
42314
|
static displayName = "InternalErrorBoundary";
|
|
42315
42315
|
static getDerivedStateFromError(error) {
|
|
@@ -42326,7 +42326,7 @@ var ErrorBoundary = class extends import_react.PureComponent {
|
|
|
42326
42326
|
};
|
|
42327
42327
|
|
|
42328
42328
|
//#endregion
|
|
42329
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42329
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/components/App.js
|
|
42330
42330
|
const tab = " ";
|
|
42331
42331
|
const shiftTab = "\x1B[Z";
|
|
42332
42332
|
const escape = "\x1B";
|
|
@@ -42604,7 +42604,7 @@ App.displayName = "InternalApp";
|
|
|
42604
42604
|
var App_default = App;
|
|
42605
42605
|
|
|
42606
42606
|
//#endregion
|
|
42607
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42607
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/kitty-keyboard.js
|
|
42608
42608
|
const kittyFlags = {
|
|
42609
42609
|
disambiguateEscapeCodes: 1,
|
|
42610
42610
|
reportEventTypes: 2,
|
|
@@ -42629,7 +42629,7 @@ const kittyModifiers = {
|
|
|
42629
42629
|
};
|
|
42630
42630
|
|
|
42631
42631
|
//#endregion
|
|
42632
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
42632
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/ink.js
|
|
42633
42633
|
var import_signal_exit = /* @__PURE__ */ __toESM(require_signal_exit(), 1);
|
|
42634
42634
|
var import_constants$1 = /* @__PURE__ */ __toESM(require_constants$1(), 1);
|
|
42635
42635
|
const noop = () => {};
|
|
@@ -43049,7 +43049,7 @@ var Ink = class {
|
|
|
43049
43049
|
};
|
|
43050
43050
|
|
|
43051
43051
|
//#endregion
|
|
43052
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43052
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/render.js
|
|
43053
43053
|
/**
|
|
43054
43054
|
Mount a component and render the output.
|
|
43055
43055
|
*/
|
|
@@ -43096,11 +43096,11 @@ const getInstance = (stdout, createInstance, concurrent) => {
|
|
|
43096
43096
|
};
|
|
43097
43097
|
|
|
43098
43098
|
//#endregion
|
|
43099
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43099
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/render-to-string.js
|
|
43100
43100
|
var import_constants = /* @__PURE__ */ __toESM(require_constants$1(), 1);
|
|
43101
43101
|
|
|
43102
43102
|
//#endregion
|
|
43103
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43103
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/parse-keypress.js
|
|
43104
43104
|
const metaKeyCodeRe = /^(?:\x1b)([a-zA-Z0-9])$/;
|
|
43105
43105
|
const fnKeyRe = /^(?:\x1b+)(O|N|\[|\[\[)(?:(\d+)(?:;(\d+))?([~^$])|(?:1;)?(\d+)?([a-zA-Z]))/;
|
|
43106
43106
|
const keyName = {
|
|
@@ -43494,7 +43494,7 @@ const parseKeypress = (s = "") => {
|
|
|
43494
43494
|
var parse_keypress_default = parseKeypress;
|
|
43495
43495
|
|
|
43496
43496
|
//#endregion
|
|
43497
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43497
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/hooks/use-stdin.js
|
|
43498
43498
|
/**
|
|
43499
43499
|
`useStdin` is a React hook that exposes the stdin stream.
|
|
43500
43500
|
*/
|
|
@@ -43502,7 +43502,7 @@ const useStdin = () => (0, import_react.useContext)(StdinContext_default);
|
|
|
43502
43502
|
var use_stdin_default = useStdin;
|
|
43503
43503
|
|
|
43504
43504
|
//#endregion
|
|
43505
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43505
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/hooks/use-input.js
|
|
43506
43506
|
/**
|
|
43507
43507
|
This hook is used for handling user input. It's a more convenient alternative to using `StdinContext` and listening for `data` events. The callback you pass to `useInput` is called for each character when the user enters any input. However, if the user pastes text and it's more than one character, the callback will be called only once, and the whole string will be passed as `input`.
|
|
43508
43508
|
|
|
@@ -43587,7 +43587,7 @@ const useInput = (inputHandler, options = {}) => {
|
|
|
43587
43587
|
var use_input_default = useInput;
|
|
43588
43588
|
|
|
43589
43589
|
//#endregion
|
|
43590
|
-
//#region ../../node_modules/.bun/ink@6.8.0+
|
|
43590
|
+
//#region ../../node_modules/.bun/ink@6.8.0+f52afc7756478863/node_modules/ink/build/hooks/use-app.js
|
|
43591
43591
|
/**
|
|
43592
43592
|
`useApp` is a React hook that exposes a method to manually exit the app (unmount).
|
|
43593
43593
|
*/
|
|
@@ -43698,8 +43698,8 @@ const deriveAction = (actions) => {
|
|
|
43698
43698
|
};
|
|
43699
43699
|
|
|
43700
43700
|
//#endregion
|
|
43701
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
43702
|
-
var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
43701
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js
|
|
43702
|
+
var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js": ((exports) => {
|
|
43703
43703
|
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
43704
43704
|
function jsxProd(type, config, maybeKey) {
|
|
43705
43705
|
var key = null;
|
|
@@ -43723,8 +43723,8 @@ var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJS({ "../../n
|
|
|
43723
43723
|
}) });
|
|
43724
43724
|
|
|
43725
43725
|
//#endregion
|
|
43726
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
43727
|
-
var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
43726
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.development.js
|
|
43727
|
+
var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.development.js": ((exports) => {
|
|
43728
43728
|
"production" !== process.env.NODE_ENV && (function() {
|
|
43729
43729
|
function getComponentNameFromType(type) {
|
|
43730
43730
|
if (null == type) return null;
|
|
@@ -43914,8 +43914,8 @@ var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJS({ "../../
|
|
|
43914
43914
|
}) });
|
|
43915
43915
|
|
|
43916
43916
|
//#endregion
|
|
43917
|
-
//#region ../../node_modules/.bun/react@19.2.
|
|
43918
|
-
var require_jsx_runtime = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.
|
|
43917
|
+
//#region ../../node_modules/.bun/react@19.2.4/node_modules/react/jsx-runtime.js
|
|
43918
|
+
var require_jsx_runtime = /* @__PURE__ */ __commonJS({ "../../node_modules/.bun/react@19.2.4/node_modules/react/jsx-runtime.js": ((exports, module) => {
|
|
43919
43919
|
if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
|
|
43920
43920
|
else module.exports = require_react_jsx_runtime_development();
|
|
43921
43921
|
}) });
|