@oomol-lab/open-flow 0.1.0-beta.1 → 0.1.0-beta.11
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/browser/DesignerIcon-ckcKnxxJ.js +2267 -0
- package/dist/browser/createResourceDialog-DhIU-HYW.js +111 -0
- package/dist/browser/{dist-CPuF50D9.js → dist-BZ5PTFAs.js} +1 -1
- package/dist/browser/dist-Bmb2mZvW.js +795 -0
- package/dist/browser/{dist-DWADUsVB.js → dist-By46o5UV.js} +47 -47
- package/dist/browser/dist-CP0883sY.js +4 -0
- package/dist/browser/{dist-CJpzJrLM.js → dist-Ce71Szg7.js} +894 -895
- package/dist/browser/dist-DSe6KRsr.js +1224 -0
- package/dist/browser/{dist-DUzA0Ukh.js → dist-DY4qlXTK.js} +140 -141
- package/dist/browser/{dist-3Mj8q8Pr.js → dist-DmuE3M0R.js} +53 -54
- package/dist/browser/{dist-BN4ZCyOB.js → dist-DpDLsYtO.js} +14 -15
- package/dist/browser/dist-DxahK_I8.js +2688 -0
- package/dist/browser/{esm-DGQbgYoJ.js → esm-C64_h7HF.js} +58 -59
- package/dist/browser/flow-authoring-module.d.ts +2 -2
- package/dist/browser/flow-authoring-node.d.ts +17 -7
- package/dist/browser/flow-authoring.d.ts +1 -1
- package/dist/browser/flow-authoring.js +5329 -286
- package/dist/browser/flow-change-schema.d.ts +3 -0
- package/dist/browser/flow-change.d.ts +131 -14
- package/dist/browser/flow-change.js +5216 -114
- package/dist/browser/flow-notifications.d.ts +5 -0
- package/dist/browser/flowChanges-BINNGoug.js +12896 -0
- package/dist/browser/{flowRunInputEditorStore-BeyUSWpO.js → flowRunInputEditorStore-NPGePkvP.js} +775 -776
- package/dist/browser/flowWorkspace-Dp_b8KXF.js +158409 -0
- package/dist/browser/{getPseudoElementBounds-ESJExRFX.js → getPseudoElementBounds-Dfqo78k7.js} +2051 -2542
- package/dist/browser/{languages-DgJehE1g.js → languages-i3Xmpt6S.js} +6 -15
- package/dist/browser/licenses.md +82 -0
- package/dist/browser/{markdownContent-DdlIRN3_.js → markdownContent-BawLYUjh.js} +24 -24
- package/dist/browser/select-CbQHq-GM.js +6851 -0
- package/dist/browser/theme.css +34 -34
- package/dist/browser/{typeScriptSession-mPCiA9sV.js → typeScriptSession-BoV-FDl3.js} +68 -69
- package/dist/browser/waitNotificationInputs-fzyKN6mk.js +29 -0
- package/dist/browser/workbench-contract.d.ts +8 -2
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.d.ts +3 -1
- package/dist/browser/workbench.js +1647 -1299
- package/dist/browser/workbenchSelect-BjbJjlNd.js +435 -0
- package/dist/common/control-api-conformance.d.ts +1 -0
- package/dist/common/control-api-conformance.js +309 -81
- package/dist/common/control-api-errors.d.ts +12 -0
- package/dist/common/control-api.d.ts +95 -23
- package/dist/common/control-api.js +567 -364
- package/dist/common/engine-contract.d.ts +1 -1
- package/dist/common/flow-encoding.js +33 -15
- package/dist/common/flow-graph.d.ts +6 -0
- package/dist/common/flow-modules.d.ts +20 -0
- package/dist/common/flow-notifications.d.ts +5 -0
- package/dist/common/flow-schema.d.ts +8 -0
- package/dist/common/flow-semantics.d.ts +7 -5
- package/dist/common/flow-semantics.js +8880 -1702
- package/dist/common/integration-trigger.d.ts +2 -0
- package/dist/common/provider-triggers.js +4 -1
- package/dist/common/run-events.d.ts +2 -2
- package/dist/common/run-events.js +10 -16
- package/dist/common/run-lifecycle.d.ts +17 -2
- package/dist/common/run-lifecycle.js +53 -2
- package/dist/common/runtime-contract.d.ts +10 -2
- package/dist/common/runtime-contract.js +143 -6
- package/dist/common/scheduler.d.ts +52 -13
- package/dist/common/scheduler.js +7315 -242
- package/dist/index.d.ts +6 -5
- package/package.json +1 -1
- package/dist/browser/createResourceDialog-DXQz0thK.js +0 -504
- package/dist/browser/diagnostics-BGoGFvHA.js +0 -9237
- package/dist/browser/dist-BMqL-qR5.js +0 -1894
- package/dist/browser/dist-BpopSHwP.js +0 -1543
- package/dist/browser/dist-CUSrALSX.js +0 -1620
- package/dist/browser/flowWorkspace-DwyxAOBH.js +0 -47615
- package/dist/browser/workbenchSelect-B2s1HV-Y.js +0 -1374
|
@@ -19,27 +19,18 @@ var e = [
|
|
|
19
19
|
"hk",
|
|
20
20
|
"mo",
|
|
21
21
|
"tw"
|
|
22
|
-
]), i = /* @__PURE__ */ new Set([
|
|
23
|
-
"zh-CN",
|
|
24
|
-
"zh-TW",
|
|
25
|
-
"ja",
|
|
26
|
-
"ko"
|
|
27
22
|
]);
|
|
28
|
-
function
|
|
23
|
+
function i(e) {
|
|
29
24
|
return typeof e == "string" && n.get(e.toLowerCase()) == e;
|
|
30
25
|
}
|
|
31
|
-
function
|
|
26
|
+
function a(e, t = "en") {
|
|
32
27
|
for (let t of e) {
|
|
33
|
-
let e = t == null ? void 0 :
|
|
28
|
+
let e = t == null ? void 0 : s(t);
|
|
34
29
|
if (e != null) return e;
|
|
35
30
|
}
|
|
36
31
|
return t;
|
|
37
32
|
}
|
|
38
|
-
function
|
|
39
|
-
let t = l(e);
|
|
40
|
-
return t != null && i.has(t);
|
|
41
|
-
}
|
|
42
|
-
function c(e) {
|
|
33
|
+
function o(e) {
|
|
43
34
|
return e == "zh-TW" ? [
|
|
44
35
|
"zh-TW",
|
|
45
36
|
"zh-CN",
|
|
@@ -50,7 +41,7 @@ function c(e) {
|
|
|
50
41
|
"zh-CN"
|
|
51
42
|
];
|
|
52
43
|
}
|
|
53
|
-
function
|
|
44
|
+
function s(e) {
|
|
54
45
|
let t = e.trim().toLowerCase();
|
|
55
46
|
if (t.length == 0) return;
|
|
56
47
|
let i = n.get(t);
|
|
@@ -59,4 +50,4 @@ function l(e) {
|
|
|
59
50
|
return a[0] == "zh" ? a.includes("hant") ? "zh-TW" : a.includes("hans") ? "zh-CN" : a.some((e) => r.has(e)) ? "zh-TW" : "zh-CN" : n.get(a[0]);
|
|
60
51
|
}
|
|
61
52
|
//#endregion
|
|
62
|
-
export {
|
|
53
|
+
export { o as a, e as i, a as n, t as r, i as t };
|
package/dist/browser/licenses.md
CHANGED
|
@@ -5092,6 +5092,64 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5092
5092
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5093
5093
|
THE SOFTWARE.
|
|
5094
5094
|
|
|
5095
|
+
## typescript - 6.0.2 (Apache-2.0)
|
|
5096
|
+
|
|
5097
|
+
Apache License
|
|
5098
|
+
|
|
5099
|
+
Version 2.0, January 2004
|
|
5100
|
+
|
|
5101
|
+
http://www.apache.org/licenses/
|
|
5102
|
+
|
|
5103
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5104
|
+
|
|
5105
|
+
1. Definitions.
|
|
5106
|
+
|
|
5107
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
5108
|
+
|
|
5109
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
5110
|
+
|
|
5111
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5112
|
+
|
|
5113
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
5114
|
+
|
|
5115
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
5116
|
+
|
|
5117
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
5118
|
+
|
|
5119
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
5120
|
+
|
|
5121
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
5122
|
+
|
|
5123
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
5124
|
+
|
|
5125
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
5126
|
+
|
|
5127
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
5128
|
+
|
|
5129
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
5130
|
+
|
|
5131
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
5132
|
+
|
|
5133
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
5134
|
+
|
|
5135
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
5136
|
+
|
|
5137
|
+
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
5138
|
+
|
|
5139
|
+
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
5140
|
+
|
|
5141
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
5142
|
+
|
|
5143
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
5144
|
+
|
|
5145
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
5146
|
+
|
|
5147
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
5148
|
+
|
|
5149
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
5150
|
+
|
|
5151
|
+
END OF TERMS AND CONDITIONS
|
|
5152
|
+
|
|
5095
5153
|
## unified - 11.0.5 (MIT)
|
|
5096
5154
|
|
|
5097
5155
|
(The MIT License)
|
|
@@ -5555,6 +5613,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5555
5613
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5556
5614
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5557
5615
|
|
|
5616
|
+
## zod - 4.5.4 (MIT)
|
|
5617
|
+
|
|
5618
|
+
MIT License
|
|
5619
|
+
|
|
5620
|
+
Copyright (c) 2025 Colin McDonnell
|
|
5621
|
+
|
|
5622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5624
|
+
in the Software without restriction, including without limitation the rights
|
|
5625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5627
|
+
furnished to do so, subject to the following conditions:
|
|
5628
|
+
|
|
5629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5630
|
+
copies or substantial portions of the Software.
|
|
5631
|
+
|
|
5632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5638
|
+
SOFTWARE.
|
|
5639
|
+
|
|
5558
5640
|
## zustand - 4.5.7 (MIT)
|
|
5559
5641
|
|
|
5560
5642
|
MIT License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { o as e, r as t, t as n } from "./rolldown-runtime-CEFd7nDs.js";
|
|
2
2
|
import { a as r } from "./main-DmjVyuWr.js";
|
|
3
|
-
import {
|
|
3
|
+
import { a as i } from "./dist-CP0883sY.js";
|
|
4
4
|
import { memo as a, useEffect as o, useMemo as s, useRef as c } from "react";
|
|
5
5
|
import { Fragment as l, jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
6
6
|
//#region ../../node_modules/.bun/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js
|
|
@@ -1396,7 +1396,7 @@ var Be = class extends Error {
|
|
|
1396
1396
|
};
|
|
1397
1397
|
Be.prototype.file = "", Be.prototype.name = "", Be.prototype.reason = "", Be.prototype.message = "", Be.prototype.stack = "", Be.prototype.column = void 0, Be.prototype.line = void 0, Be.prototype.ancestors = void 0, Be.prototype.cause = void 0, Be.prototype.fatal = void 0, Be.prototype.place = void 0, Be.prototype.ruleId = void 0, Be.prototype.source = void 0;
|
|
1398
1398
|
//#endregion
|
|
1399
|
-
//#region ../../node_modules/.bun/hast-util-to-jsx-runtime@2.3.6
|
|
1399
|
+
//#region ../../node_modules/.bun/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js
|
|
1400
1400
|
var Ve = /* @__PURE__ */ e(je(), 1), He = {}.hasOwnProperty, Ue = /* @__PURE__ */ new Map(), We = /[A-Z]/g, Ge = /* @__PURE__ */ new Set([
|
|
1401
1401
|
"table",
|
|
1402
1402
|
"tbody",
|
|
@@ -1798,7 +1798,7 @@ function Gt(e, t, n, r) {
|
|
|
1798
1798
|
}
|
|
1799
1799
|
}
|
|
1800
1800
|
//#endregion
|
|
1801
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
1801
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js
|
|
1802
1802
|
var Kt = { tokenize: qt };
|
|
1803
1803
|
function qt(e) {
|
|
1804
1804
|
let t = e.attempt(this.parser.constructs.contentInitial, r, i), n;
|
|
@@ -1829,7 +1829,7 @@ function qt(e) {
|
|
|
1829
1829
|
}
|
|
1830
1830
|
}
|
|
1831
1831
|
//#endregion
|
|
1832
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
1832
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js
|
|
1833
1833
|
var Jt = { tokenize: Xt }, Yt = { tokenize: Zt };
|
|
1834
1834
|
function Xt(e) {
|
|
1835
1835
|
let t = this, n = [], r = 0, i, a, o;
|
|
@@ -3279,7 +3279,7 @@ function Ir(e, t, n) {
|
|
|
3279
3279
|
}
|
|
3280
3280
|
}
|
|
3281
3281
|
//#endregion
|
|
3282
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3282
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js
|
|
3283
3283
|
var Lr = { tokenize: Rr };
|
|
3284
3284
|
function Rr(e) {
|
|
3285
3285
|
let t = this, n = e.attempt(sn, r, e.attempt(this.parser.constructs.flowInitial, i, Gt(e, e.attempt(this.parser.constructs.flow, i, e.attempt(Nn, i)), "linePrefix")));
|
|
@@ -3300,7 +3300,7 @@ function Rr(e) {
|
|
|
3300
3300
|
}
|
|
3301
3301
|
}
|
|
3302
3302
|
//#endregion
|
|
3303
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3303
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js
|
|
3304
3304
|
var zr = { resolveAll: Ur() }, Br = Hr("string"), Vr = Hr("text");
|
|
3305
3305
|
function Hr(e) {
|
|
3306
3306
|
return {
|
|
@@ -3385,7 +3385,7 @@ function Wr(e, t) {
|
|
|
3385
3385
|
return e;
|
|
3386
3386
|
}
|
|
3387
3387
|
//#endregion
|
|
3388
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3388
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/constructs.js
|
|
3389
3389
|
var Gr = /* @__PURE__ */ t({
|
|
3390
3390
|
attentionMarkers: () => $r,
|
|
3391
3391
|
contentInitial: () => qr,
|
|
@@ -3442,7 +3442,7 @@ var Gr = /* @__PURE__ */ t({
|
|
|
3442
3442
|
96: Tn
|
|
3443
3443
|
}, Qr = { null: [en, zr] }, $r = { null: [42, 95] }, ei = { null: [] };
|
|
3444
3444
|
//#endregion
|
|
3445
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3445
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js
|
|
3446
3446
|
function ti(e, t, n) {
|
|
3447
3447
|
let r = {
|
|
3448
3448
|
_bufferIndex: -1,
|
|
@@ -3615,7 +3615,7 @@ function ri(e, t) {
|
|
|
3615
3615
|
return r.join("");
|
|
3616
3616
|
}
|
|
3617
3617
|
//#endregion
|
|
3618
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3618
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/parse.js
|
|
3619
3619
|
function ii(e) {
|
|
3620
3620
|
let t = {
|
|
3621
3621
|
constructs: Dt([Gr, ...(e || {}).extensions || []]),
|
|
@@ -3636,13 +3636,13 @@ function ii(e) {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
}
|
|
3638
3638
|
//#endregion
|
|
3639
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3639
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/postprocess.js
|
|
3640
3640
|
function ai(e) {
|
|
3641
3641
|
for (; !jn(e););
|
|
3642
3642
|
return e;
|
|
3643
3643
|
}
|
|
3644
3644
|
//#endregion
|
|
3645
|
-
//#region ../../node_modules/.bun/micromark@4.0.2
|
|
3645
|
+
//#region ../../node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/preprocess.js
|
|
3646
3646
|
var oi = /[\0\t\n\r]/g;
|
|
3647
3647
|
function si() {
|
|
3648
3648
|
let e = 1, t = "", n = !0, r;
|
|
@@ -3687,7 +3687,7 @@ function ui(e, t, n) {
|
|
|
3687
3687
|
return Ct(n) || e;
|
|
3688
3688
|
}
|
|
3689
3689
|
//#endregion
|
|
3690
|
-
//#region ../../node_modules/.bun/mdast-util-from-markdown@2.0.3
|
|
3690
|
+
//#region ../../node_modules/.bun/mdast-util-from-markdown@2.0.3/node_modules/mdast-util-from-markdown/lib/index.js
|
|
3691
3691
|
var di = {}.hasOwnProperty;
|
|
3692
3692
|
function fi(e, t, n) {
|
|
3693
3693
|
return t && typeof t == "object" && (n = t, t = void 0), pi(n)(ai(ii(n).document().write(si()(e, t, !0))));
|
|
@@ -4234,7 +4234,7 @@ function _i(e, t) {
|
|
|
4234
4234
|
}) + ") is still open");
|
|
4235
4235
|
}
|
|
4236
4236
|
//#endregion
|
|
4237
|
-
//#region ../../node_modules/.bun/remark-parse@11.0.0
|
|
4237
|
+
//#region ../../node_modules/.bun/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js
|
|
4238
4238
|
function vi(e) {
|
|
4239
4239
|
let t = this;
|
|
4240
4240
|
t.parser = n;
|
|
@@ -5675,7 +5675,7 @@ function yo(e) {
|
|
|
5675
5675
|
return !!(e && typeof e == "object" && "byteLength" in e && "byteOffset" in e);
|
|
5676
5676
|
}
|
|
5677
5677
|
//#endregion
|
|
5678
|
-
//#region ../../node_modules/.bun/react-markdown@10.1.0+
|
|
5678
|
+
//#region ../../node_modules/.bun/react-markdown@10.1.0+95f74e15225f916f/node_modules/react-markdown/lib/index.js
|
|
5679
5679
|
var bo = [], xo = { allowDangerousHtml: !0 }, So = /^(https?|ircs?|mailto|xmpp)$/i, Co = [
|
|
5680
5680
|
{
|
|
5681
5681
|
from: "astPlugins",
|
|
@@ -42245,7 +42245,7 @@ function mC(e) {
|
|
|
42245
42245
|
return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
42246
42246
|
}
|
|
42247
42247
|
//#endregion
|
|
42248
|
-
//#region ../../node_modules/.bun/mdast-util-frontmatter@2.0.1
|
|
42248
|
+
//#region ../../node_modules/.bun/mdast-util-frontmatter@2.0.1/node_modules/mdast-util-frontmatter/lib/index.js
|
|
42249
42249
|
function hC(e) {
|
|
42250
42250
|
let t = cC(e), n = {}, r = {}, i = -1;
|
|
42251
42251
|
for (; ++i < t.length;) {
|
|
@@ -42304,7 +42304,7 @@ function SC(e, t) {
|
|
|
42304
42304
|
return typeof e == "string" ? e : e[t];
|
|
42305
42305
|
}
|
|
42306
42306
|
//#endregion
|
|
42307
|
-
//#region ../../node_modules/.bun/remark-frontmatter@5.0.0
|
|
42307
|
+
//#region ../../node_modules/.bun/remark-frontmatter@5.0.0/node_modules/remark-frontmatter/lib/index.js
|
|
42308
42308
|
var CC = "yaml";
|
|
42309
42309
|
function wC(e) {
|
|
42310
42310
|
let t = this, n = e || CC, r = t.data(), i = r.micromarkExtensions ||= [], a = r.fromMarkdownExtensions ||= [], o = r.toMarkdownExtensions ||= [];
|
|
@@ -42501,7 +42501,7 @@ function GC(e, t) {
|
|
|
42501
42501
|
return (e.index === 0 || Ht(n) || Vt(n)) && (!t || n !== 47);
|
|
42502
42502
|
}
|
|
42503
42503
|
//#endregion
|
|
42504
|
-
//#region ../../node_modules/.bun/mdast-util-gfm-footnote@2.1.0
|
|
42504
|
+
//#region ../../node_modules/.bun/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js
|
|
42505
42505
|
tw.peek = ew;
|
|
42506
42506
|
function KC() {
|
|
42507
42507
|
this.buffer();
|
|
@@ -42595,7 +42595,7 @@ function aw(e, t, n) {
|
|
|
42595
42595
|
return (n ? "" : " ") + e;
|
|
42596
42596
|
}
|
|
42597
42597
|
//#endregion
|
|
42598
|
-
//#region ../../node_modules/.bun/mdast-util-gfm-strikethrough@2.0.0
|
|
42598
|
+
//#region ../../node_modules/.bun/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js
|
|
42599
42599
|
var ow = [
|
|
42600
42600
|
"autolink",
|
|
42601
42601
|
"destinationLiteral",
|
|
@@ -43226,7 +43226,7 @@ var dT = {
|
|
|
43226
43226
|
thematicBreak: uT
|
|
43227
43227
|
};
|
|
43228
43228
|
//#endregion
|
|
43229
|
-
//#region ../../node_modules/.bun/mdast-util-gfm-table@2.0.0
|
|
43229
|
+
//#region ../../node_modules/.bun/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js
|
|
43230
43230
|
function fT() {
|
|
43231
43231
|
return {
|
|
43232
43232
|
enter: {
|
|
@@ -43359,7 +43359,7 @@ function bT(e) {
|
|
|
43359
43359
|
}
|
|
43360
43360
|
}
|
|
43361
43361
|
//#endregion
|
|
43362
|
-
//#region ../../node_modules/.bun/mdast-util-gfm-task-list-item@2.0.0
|
|
43362
|
+
//#region ../../node_modules/.bun/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js
|
|
43363
43363
|
function xT() {
|
|
43364
43364
|
return { exit: {
|
|
43365
43365
|
taskListCheckValueChecked: CT,
|
|
@@ -43414,7 +43414,7 @@ function TT(e, t, n, r) {
|
|
|
43414
43414
|
}
|
|
43415
43415
|
}
|
|
43416
43416
|
//#endregion
|
|
43417
|
-
//#region ../../node_modules/.bun/mdast-util-gfm@3.1.0
|
|
43417
|
+
//#region ../../node_modules/.bun/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js
|
|
43418
43418
|
function ET() {
|
|
43419
43419
|
return [
|
|
43420
43420
|
MC(),
|
|
@@ -44185,14 +44185,14 @@ function xE(e) {
|
|
|
44185
44185
|
]);
|
|
44186
44186
|
}
|
|
44187
44187
|
//#endregion
|
|
44188
|
-
//#region ../../node_modules/.bun/remark-gfm@4.0.1
|
|
44188
|
+
//#region ../../node_modules/.bun/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js
|
|
44189
44189
|
var SE = {};
|
|
44190
44190
|
function CE(e) {
|
|
44191
44191
|
let t = this, n = e || SE, r = t.data(), i = r.micromarkExtensions ||= [], a = r.fromMarkdownExtensions ||= [], o = r.toMarkdownExtensions ||= [];
|
|
44192
44192
|
i.push(xE(n)), a.push(ET()), o.push(DT(n));
|
|
44193
44193
|
}
|
|
44194
44194
|
//#endregion
|
|
44195
|
-
//#region ../../node_modules/.bun/mdast-util-math@3.0.0
|
|
44195
|
+
//#region ../../node_modules/.bun/mdast-util-math@3.0.0/node_modules/mdast-util-math/lib/index.js
|
|
44196
44196
|
function wE() {
|
|
44197
44197
|
return {
|
|
44198
44198
|
enter: {
|
|
@@ -44455,7 +44455,7 @@ function NE(e) {
|
|
|
44455
44455
|
};
|
|
44456
44456
|
}
|
|
44457
44457
|
//#endregion
|
|
44458
|
-
//#region ../../node_modules/.bun/remark-math@6.0.0
|
|
44458
|
+
//#region ../../node_modules/.bun/remark-math@6.0.0/node_modules/remark-math/lib/index.js
|
|
44459
44459
|
var PE = {};
|
|
44460
44460
|
function FE(e) {
|
|
44461
44461
|
let t = this, n = e || PE, r = t.data(), i = r.micromarkExtensions ||= [], a = r.fromMarkdownExtensions ||= [], o = r.toMarkdownExtensions ||= [];
|