fix: resolve TypeScript errors in frontend build

This commit is contained in:
Hiro
2026-03-30 23:16:07 +00:00
parent b733306773
commit 24925e1acb
2941 changed files with 418042 additions and 49 deletions

View File

@@ -0,0 +1,34 @@
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var index_exports = {};
__export(index_exports, {
Gapcursor: () => import_extensions2.Gapcursor,
default: () => index_default
});
module.exports = __toCommonJS(index_exports);
var import_extensions = require("@tiptap/extensions");
var import_extensions2 = require("@tiptap/extensions");
var index_default = import_extensions.Gapcursor;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Gapcursor
});
//# sourceMappingURL=index.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { Gapcursor } from '@tiptap/extensions'\n\nexport { Gapcursor } from '@tiptap/extensions'\n\nexport default Gapcursor\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA0B;AAE1B,IAAAA,qBAA0B;AAE1B,IAAO,gBAAQ;","names":["import_extensions"]}

View File

@@ -0,0 +1,2 @@
import { Gapcursor } from '@tiptap/extensions';
export { Gapcursor, Gapcursor as default } from '@tiptap/extensions';

View File

@@ -0,0 +1,2 @@
import { Gapcursor } from '@tiptap/extensions';
export { Gapcursor, Gapcursor as default } from '@tiptap/extensions';

View File

@@ -0,0 +1,9 @@
// src/index.ts
import { Gapcursor } from "@tiptap/extensions";
import { Gapcursor as Gapcursor2 } from "@tiptap/extensions";
var index_default = Gapcursor;
export {
Gapcursor2 as Gapcursor,
index_default as default
};
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { Gapcursor } from '@tiptap/extensions'\n\nexport { Gapcursor } from '@tiptap/extensions'\n\nexport default Gapcursor\n"],"mappings":";AAAA,SAAS,iBAAiB;AAE1B,SAAS,aAAAA,kBAAiB;AAE1B,IAAO,gBAAQ;","names":["Gapcursor"]}