first commit

This commit is contained in:
Ichitux
2026-04-05 03:08:53 +02:00
commit 1082d36c12
28015 changed files with 3767672 additions and 0 deletions

2
node_modules/@electric-sql/pglite/dist/age/index.cjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},f=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of c(e))!u.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(a=o(e,n))||a.enumerable});return t};var m=t=>f(s({},"__esModule",{value:!0}),t);var x={};p(x,{age:()=>g});module.exports=m(x);var l=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,i=l();var d=async(t,e)=>({emscriptenOpts:e,bundlePath:new URL("../age.tar.gz",i)}),g={name:"age",setup:d};0&&(module.exports={age});
//# sourceMappingURL=index.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../src/age/index.ts","../../../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.47.7_@types+node@20.16.11__postcss@8.4.47_tsx@4.19.2_typescript@5.6.3/node_modules/tsup/assets/cjs_shims.js"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, emscriptenOpts: any) => {\n return {\n emscriptenOpts,\n bundlePath: new URL('../../release/age.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const age = {\n name: 'age',\n setup,\n} satisfies Extension\n","// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,SAAAE,IAAA,eAAAC,EAAAH,GCKA,IAAMI,EAAmB,IACvB,OAAO,SAAa,IAChB,IAAI,IAAI,QAAQ,UAAU,EAAE,EAAE,KAC7B,SAAS,eAAiB,SAAS,cAAc,KAClD,IAAI,IAAI,UAAW,SAAS,OAAO,EAAE,KAE9BC,EAAgCD,EAAiB,EDL9D,IAAME,EAAQ,MAAOC,EAAsBC,KAClC,CACL,eAAAA,EACA,WAAY,IAAI,IAAI,2BAA4BC,CAAe,CACjE,GAGWC,EAAM,CACjB,KAAM,MACN,MAAAJ,CACF","names":["age_exports","__export","age","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","emscriptenOpts","importMetaUrl","age"]}

11
node_modules/@electric-sql/pglite/dist/age/index.d.cts generated vendored Normal file
View File

@@ -0,0 +1,11 @@
import { d as PGliteInterface } from '../pglite-SIPwY9Cm.cjs';
declare const age: {
name: string;
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
emscriptenOpts: any;
bundlePath: URL;
}>;
};
export { age };

11
node_modules/@electric-sql/pglite/dist/age/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,11 @@
import { d as PGliteInterface } from '../pglite-SIPwY9Cm.js';
declare const age: {
name: string;
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
emscriptenOpts: any;
bundlePath: URL;
}>;
};
export { age };

2
node_modules/@electric-sql/pglite/dist/age/index.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import{j as e}from"../chunk-QY3QWFKW.js";e();var n=async(s,t)=>({emscriptenOpts:t,bundlePath:new URL("../age.tar.gz",import.meta.url)}),r={name:"age",setup:n};export{r as age};
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../src/age/index.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, emscriptenOpts: any) => {\n return {\n emscriptenOpts,\n bundlePath: new URL('../../release/age.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const age = {\n name: 'age',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,eAAAA,EACA,WAAY,IAAI,IAAI,2BAA4B,YAAY,GAAG,CACjE,GAGWC,EAAM,CACjB,KAAM,MACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","emscriptenOpts","age"]}