Erster Docker-Stand

This commit is contained in:
Ali
2026-02-20 16:06:40 +09:00
commit f31e2e8ed3
8818 changed files with 1605323 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var u=(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 p(e))!c.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={};u(x,{pgtap:()=>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("../pgtap.tar.gz",i)}),g={name:"pgtap",setup:d};0&&(module.exports={pgtap});
//# sourceMappingURL=index.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../src/pgtap/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/pgtap.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const pgtap = {\n name: 'pgtap',\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,WAAAE,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,6BAA8BC,CAAe,CACnE,GAGWC,EAAQ,CACnB,KAAM,QACN,MAAAJ,CACF","names":["pgtap_exports","__export","pgtap","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","emscriptenOpts","importMetaUrl","pgtap"]}

View File

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

View File

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

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("../pgtap.tar.gz",import.meta.url)}),i={name:"pgtap",setup:n};export{i as pgtap};
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../src/pgtap/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/pgtap.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const pgtap = {\n name: 'pgtap',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,eAAAA,EACA,WAAY,IAAI,IAAI,6BAA8B,YAAY,GAAG,CACnE,GAGWC,EAAQ,CACnB,KAAM,QACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","emscriptenOpts","pgtap"]}