Erster Docker-Stand
This commit is contained in:
176
_node_modules/@electric-sql/pglite/LICENSE
generated
Normal file
176
_node_modules/@electric-sql/pglite/LICENSE
generated
Normal file
@@ -0,0 +1,176 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"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.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"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.
|
||||
|
||||
"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).
|
||||
|
||||
"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.
|
||||
|
||||
"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."
|
||||
|
||||
"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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) 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
|
||||
|
||||
(d) 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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
189
_node_modules/@electric-sql/pglite/README.md
generated
Normal file
189
_node_modules/@electric-sql/pglite/README.md
generated
Normal file
@@ -0,0 +1,189 @@
|
||||
<p align="center">
|
||||
<a href="https://pglite.dev" target="_blank">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)"
|
||||
srcset="https://raw.githubusercontent.com/electric-sql/pglite/main/docs/public/img/brand/logo.svg"
|
||||
/>
|
||||
<source media="(prefers-color-scheme: light)"
|
||||
srcset="https://raw.githubusercontent.com/electric-sql/pglite/main/docs/public/img/brand/logo-light.svg"
|
||||
/>
|
||||
<img alt="ElectricSQL logo"
|
||||
src="https://raw.githubusercontent.com/electric-sql/pglite/main/docs/public/img/brand/logo-light.svg"
|
||||
/>
|
||||
</picture>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://pglite.dev">PGlite</a> - the WASM build of Postgres from <a href="https://electric-sql.com" target="_blank">ElectricSQL</a>.<br>
|
||||
Build reactive, realtime, local-first apps directly on Postgres.
|
||||
<p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/electric-sql/pglite/stargazers/"><img src="https://img.shields.io/github/stars/electric-sql/pglite?style=social&label=Star" /></a>
|
||||
<!-- <a href="https://github.com/electric-sql/pglite/actions"><img src="https://github.com/electric-sql/pglite/workflows/CI/badge.svg" alt="CI"></a> -->
|
||||
<a href="https://github.com/electric-sql/pglite/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache_2.0-green" alt="License - Apache 2.0"></a>
|
||||
<a href="#roadmap"><img src="https://img.shields.io/badge/status-alpha-orange" alt="Status - Alpha"></a>
|
||||
<a href="https://discord.electric-sql.com"><img src="https://img.shields.io/discord/933657521581858818?color=5969EA&label=discord" alt="Chat - Discord"></a>
|
||||
<a href="https://twitter.com/ElectricSQL" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow @ElectricSQL"></a>
|
||||
<a href="https://fosstodon.org/@electric" target="_blank"><img src="https://img.shields.io/mastodon/follow/109599644322136925.svg?domain=https%3A%2F%2Ffosstodon.org"></a>
|
||||
</p>
|
||||
|
||||
# PGlite - Postgres in WASM
|
||||
|
||||

|
||||
|
||||
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js, Bun and Deno, with no need to install any other dependencies. It is only 3mb gzipped and has support for many Postgres extensions, including [pgvector](https://github.com/pgvector/pgvector).
|
||||
|
||||
```javascript
|
||||
import { PGlite } from '@electric-sql/pglite'
|
||||
|
||||
const db = new PGlite()
|
||||
await db.query("select 'Hello world' as message;")
|
||||
// -> { rows: [ { message: "Hello world" } ] }
|
||||
```
|
||||
|
||||
It can be used as an ephemeral in-memory database, or with persistence either to the file system (Node/Bun/Deno) or indexedDB (Browser).
|
||||
|
||||
Unlike previous "Postgres in the browser" projects, PGlite does not use a Linux virtual machine - it is simply Postgres in WASM.
|
||||
|
||||
For full documentation and user guides see [pglite.dev](https://pglite.dev).
|
||||
|
||||
## Browser
|
||||
|
||||
It can be installed and imported using your usual package manager:
|
||||
|
||||
```js
|
||||
import { PGlite } from '@electric-sql/pglite'
|
||||
```
|
||||
|
||||
or using a CDN such as JSDeliver:
|
||||
|
||||
```js
|
||||
import { PGlite } from 'https://cdn.jsdelivr.net/npm/@electric-sql/pglite/dist/index.js'
|
||||
```
|
||||
|
||||
Then for an in-memory Postgres:
|
||||
|
||||
```js
|
||||
const db = new PGlite()
|
||||
await db.query("select 'Hello world' as message;")
|
||||
// -> { rows: [ { message: "Hello world" } ] }
|
||||
```
|
||||
|
||||
or to persist the database to indexedDB:
|
||||
|
||||
```js
|
||||
const db = new PGlite('idb://my-pgdata')
|
||||
```
|
||||
|
||||
## Node/Bun/Deno
|
||||
|
||||
Install into your project:
|
||||
|
||||
**NodeJS**
|
||||
|
||||
```bash
|
||||
npm install @electric-sql/pglite
|
||||
```
|
||||
|
||||
**Bun**
|
||||
|
||||
```bash
|
||||
bun install @electric-sql/pglite
|
||||
```
|
||||
|
||||
**Deno**
|
||||
|
||||
```bash
|
||||
deno add npm:@electric-sql/pglite
|
||||
```
|
||||
|
||||
To use the in-memory Postgres:
|
||||
|
||||
```javascript
|
||||
import { PGlite } from '@electric-sql/pglite'
|
||||
|
||||
const db = new PGlite()
|
||||
await db.query("select 'Hello world' as message;")
|
||||
// -> { rows: [ { message: "Hello world" } ] }
|
||||
```
|
||||
|
||||
or to persist to the filesystem:
|
||||
|
||||
```javascript
|
||||
const db = new PGlite('./path/to/pgdata')
|
||||
```
|
||||
|
||||
## How it works
|
||||
|
||||
PostgreSQL typically operates using a process forking model; whenever a client initiates a connection, a new process is forked to manage that connection. However, programs compiled with Emscripten - a C to WebAssembly (WASM) compiler - cannot fork new processes, and operates strictly in a single-process mode. As a result, PostgreSQL cannot be directly compiled to WASM for conventional operation.
|
||||
|
||||
Fortunately, PostgreSQL includes a "single user mode" primarily intended for command-line usage during bootstrapping and recovery procedures. Building upon this capability, PGlite introduces a input/output pathway that facilitates interaction with PostgreSQL when it is compiled to WASM within a JavaScript environment.
|
||||
|
||||
## Limitations
|
||||
|
||||
- PGlite is single user/connection.
|
||||
|
||||
## How to build PGlite and contribute
|
||||
|
||||
The build process of PGlite is split into two parts:
|
||||
|
||||
1. Building the Postgres WASM module.
|
||||
2. Building the PGlite client library and other TypeScript packages.
|
||||
|
||||
Docker is required to build the WASM module, along with Node (v20 or above) and [pnpm](https://pnpm.io/) for package management and building the TypeScript packages.
|
||||
|
||||
To start checkout the repository and install dependencies:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/electric-sql/pglite
|
||||
cd pglite
|
||||
pnpm install
|
||||
```
|
||||
|
||||
To build everything, we have the convenient `pnpm build:all` command in the root of the repository. This command will:
|
||||
|
||||
1. Use Docker to build the Postgres WASM module. The artifacts from this are then copied to `/packages/pglite/release`.
|
||||
2. Build the PGlite client library and other TypeScript packages.
|
||||
|
||||
To _only_ build the Postgres WASM module (i.e. point 1 above), run
|
||||
|
||||
```bash
|
||||
pnpm wasm:build
|
||||
```
|
||||
|
||||
If you don't want to build the WASM module and assorted WASM binaries from scratch, you can download them from a comment under the most recently merged PR, labeled as _interim build files_, and place them under `packages/pglite/release`.
|
||||
|
||||
To build all TypeScript packages (i.e. point 2 of the above), run:
|
||||
|
||||
```bash
|
||||
pnpm ts:build
|
||||
```
|
||||
|
||||
This will build all packages in the correct order based on their dependency relationships. You can now develop any individual package using the `build` and `test` scripts, as well as the `stylecheck` and `typecheck` scripts to ensure style and type validity.
|
||||
|
||||
Or alternatively to build a single package, move into the package directory and run:
|
||||
|
||||
```bash
|
||||
cd packages/pglite
|
||||
pnpm build
|
||||
```
|
||||
|
||||
When ready to open a PR, run the following command at the root of the repository:
|
||||
|
||||
```bash
|
||||
pnpm changeset
|
||||
```
|
||||
|
||||
And follow the instructions to create an appropriate changeset. Please ensure any contributions that touch code are accompanied by a changeset.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
PGlite builds on the work of [Stas Kelvich](https://github.com/kelvich) of [Neon](https://neon.tech) in this [Postgres fork](https://github.com/electric-sql/postgres-wasm).
|
||||
|
||||
## License
|
||||
|
||||
PGlite is dual-licensed under the terms of the [Apache License 2.0](https://github.com/electric-sql/pglite/blob/main/LICENSE) and the [PostgreSQL License](https://github.com/electric-sql/pglite/blob/main/POSTGRES-LICENSE), you can choose which you prefer.
|
||||
|
||||
Changes to the [Postgres source](https://github.com/electric-sql/postgres-wasm) are licensed under the PostgreSQL License.
|
||||
BIN
_node_modules/@electric-sql/pglite/dist/amcheck.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/amcheck.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/auth_delay.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/auth_delay.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/auto_explain.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/auto_explain.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/basebackup_to_shell.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/basebackup_to_shell.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/basic_archive.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/basic_archive.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/bloom.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/bloom.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/btree_gin.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/btree_gin.tar.gz
generated
vendored
Normal file
Binary file not shown.
BIN
_node_modules/@electric-sql/pglite/dist/btree_gist.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/btree_gist.tar.gz
generated
vendored
Normal file
Binary file not shown.
2
_node_modules/@electric-sql/pglite/dist/chunk-3WWIVTCY.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/chunk-3WWIVTCY.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
_node_modules/@electric-sql/pglite/dist/chunk-3WWIVTCY.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/chunk-3WWIVTCY.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
9
_node_modules/@electric-sql/pglite/dist/chunk-F2DQ4FIK.js
generated
vendored
Normal file
9
_node_modules/@electric-sql/pglite/dist/chunk-F2DQ4FIK.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import{a as v,b as B,c as A,d as q,f as _,g as z,i as l,j as g}from"./chunk-3WWIVTCY.js";import{d as R}from"./chunk-F4GETNPB.js";import{e as P,f as w,g as d,h as a,j as f}from"./chunk-QY3QWFKW.js";f();f();function E(m){let s=m.e;return s.query=m.query,s.params=m.params,s.queryOptions=m.options,s}var T,p,t,y,x,h,O,k=class{constructor(){w(this,t);this.serializers={...B};this.parsers={...v};w(this,T,!1);w(this,p,!1)}async _initArrayTypes({force:s=!1}={}){if(P(this,T)&&!s)return;d(this,T,!0);let e=await this.query(`
|
||||
SELECT b.oid, b.typarray
|
||||
FROM pg_catalog.pg_type a
|
||||
LEFT JOIN pg_catalog.pg_type b ON b.oid = a.typelem
|
||||
WHERE a.typcategory = 'A'
|
||||
GROUP BY b.oid, b.typarray
|
||||
ORDER BY b.oid
|
||||
`);for(let r of e.rows)this.serializers[r.typarray]=o=>A(o,this.serializers[r.oid],r.typarray),this.parsers[r.typarray]=o=>q(o,this.parsers[r.oid],r.typarray)}async refreshArrayTypes(){await this._initArrayTypes({force:!0})}async query(s,e,r){return await this._checkReady(),await this._runExclusiveTransaction(async()=>await a(this,t,x).call(this,s,e,r))}async sql(s,...e){let{query:r,params:o}=R(s,...e);return await this.query(r,o)}async exec(s,e){return await this._checkReady(),await this._runExclusiveTransaction(async()=>await a(this,t,h).call(this,s,e))}async describeQuery(s,e){let r=[];try{await a(this,t,y).call(this,l.parse({text:s,types:e?.paramTypes}),e),r=await a(this,t,y).call(this,l.describe({type:"S"}),e)}catch(n){throw n instanceof g?E({e:n,options:e,params:void 0,query:s}):n}finally{r.push(...await a(this,t,y).call(this,l.sync(),e))}let o=r.find(n=>n.name==="parameterDescription"),i=r.find(n=>n.name==="rowDescription"),c=o?.dataTypeIDs.map(n=>({dataTypeID:n,serializer:this.serializers[n]}))??[],u=i?.fields.map(n=>({name:n.name,dataTypeID:n.dataTypeID,parser:this.parsers[n.dataTypeID]}))??[];return{queryParams:c,resultFields:u}}async transaction(s){return await this._checkReady(),await this._runExclusiveTransaction(async()=>{await a(this,t,h).call(this,"BEGIN"),d(this,p,!0);let e=!1,r=()=>{if(e)throw new Error("Transaction is closed")},o={query:async(i,c,u)=>(r(),await a(this,t,x).call(this,i,c,u)),sql:async(i,...c)=>{let{query:u,params:n}=R(i,...c);return await a(this,t,x).call(this,u,n)},exec:async(i,c)=>(r(),await a(this,t,h).call(this,i,c)),rollback:async()=>{r(),await a(this,t,h).call(this,"ROLLBACK"),e=!0},listen:async(i,c)=>(r(),await this.listen(i,c,o)),get closed(){return e}};try{let i=await s(o);return e||(e=!0,await a(this,t,h).call(this,"COMMIT")),d(this,p,!1),i}catch(i){throw e||await a(this,t,h).call(this,"ROLLBACK"),d(this,p,!1),i}})}async runExclusive(s){return await this._runExclusiveQuery(s)}};T=new WeakMap,p=new WeakMap,t=new WeakSet,y=async function(s,e={}){return await this.execProtocolStream(s,{...e,syncToFs:!1})},x=async function(s,e=[],r){return await this._runExclusiveQuery(async()=>{a(this,t,O).call(this,"runQuery",s,e,r),await this._handleBlob(r?.blob);let o=[];try{let c=await a(this,t,y).call(this,l.parse({text:s,types:r?.paramTypes}),r),u=z(await a(this,t,y).call(this,l.describe({type:"S"}),r)),n=e.map((b,S)=>{let D=u[S];if(b==null)return null;let Q=r?.serializers?.[D]??this.serializers[D];return Q?Q(b):b.toString()});o=[...c,...await a(this,t,y).call(this,l.bind({values:n}),r),...await a(this,t,y).call(this,l.describe({type:"P"}),r),...await a(this,t,y).call(this,l.execute({}),r)]}catch(c){throw c instanceof g?E({e:c,options:r,params:e,query:s}):c}finally{o.push(...await a(this,t,y).call(this,l.sync(),r))}await this._cleanupBlob(),P(this,p)||await this.syncToFs();let i=await this._getWrittenBlob();return _(o,this.parsers,r,i)[0]})},h=async function(s,e){return await this._runExclusiveQuery(async()=>{a(this,t,O).call(this,"runExec",s,e),await this._handleBlob(e?.blob);let r=[];try{r=await a(this,t,y).call(this,l.query(s),e)}catch(i){throw i instanceof g?E({e:i,options:e,params:void 0,query:s}):i}finally{r.push(...await a(this,t,y).call(this,l.sync(),e))}this._cleanupBlob(),P(this,p)||await this.syncToFs();let o=await this._getWrittenBlob();return _(r,this.parsers,e,o)})},O=function(...s){this.debug>0&&console.log(...s)};export{k as a};
|
||||
//# sourceMappingURL=chunk-F2DQ4FIK.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/chunk-F2DQ4FIK.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/chunk-F2DQ4FIK.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
_node_modules/@electric-sql/pglite/dist/chunk-F4GETNPB.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/chunk-F4GETNPB.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as l}from"./chunk-QY3QWFKW.js";l();var o={part:"part",container:"container"};function s(t,r,...e){let a=t.length-1,p=e.length-1;if(p!==-1){if(p===0){t[a]=t[a]+e[0]+r;return}t[a]=t[a]+e[0],t.push(...e.slice(1,p)),t.push(e[p]+r)}}function y(t,...r){let e=[t[0]];e.raw=[t.raw[0]];let a=[];for(let p=0;p<r.length;p++){let n=r[p],i=p+1;if(n?._templateType===o.part){s(e,t[i],n.str),s(e.raw,t.raw[i],n.str);continue}if(n?._templateType===o.container){s(e,t[i],...n.strings),s(e.raw,t.raw[i],...n.strings.raw),a.push(...n.values);continue}e.push(t[i]),e.raw.push(t.raw[i]),a.push(n)}return{_templateType:"container",strings:e,values:a}}function c(t,...r){return{_templateType:"part",str:`"${String.raw(t,...r)}"`}}function m(t,...r){return{_templateType:"part",str:String.raw(t,...r)}}function g(t,...r){let{strings:e,values:a}=y(t,...r);return{query:[e[0],...a.flatMap((p,n)=>[`$${n+1}`,e[n+1]])].join(""),params:a}}export{y as a,c as b,m as c,g as d};
|
||||
//# sourceMappingURL=chunk-F4GETNPB.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/chunk-F4GETNPB.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/chunk-F4GETNPB.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
_node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
var p=Object.create;var i=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var l=Object.getPrototypeOf,s=Object.prototype.hasOwnProperty;var a=t=>{throw TypeError(t)};var _=(t,e,o)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o;var d=(t,e)=>()=>(t&&(e=t(t=0)),e);var D=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),F=(t,e)=>{for(var o in e)i(t,o,{get:e[o],enumerable:!0})},g=(t,e,o,m)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of f(e))!s.call(t,r)&&r!==o&&i(t,r,{get:()=>e[r],enumerable:!(m=c(e,r))||m.enumerable});return t};var L=(t,e,o)=>(o=t!=null?p(l(t)):{},g(e||!t||!t.__esModule?i(o,"default",{value:t,enumerable:!0}):o,t));var P=(t,e,o)=>_(t,typeof e!="symbol"?e+"":e,o),n=(t,e,o)=>e.has(t)||a("Cannot "+o);var h=(t,e,o)=>(n(t,e,"read from private field"),o?o.call(t):e.get(t)),R=(t,e,o)=>e.has(t)?a("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,o),x=(t,e,o,m)=>(n(t,e,"write to private field"),m?m.call(t,o):e.set(t,o),o),T=(t,e,o)=>(n(t,e,"access private method"),o);var U=(t,e,o,m)=>({set _(r){x(t,e,r,o)},get _(){return h(t,e,m)}});var u=d(()=>{"use strict"});export{D as a,F as b,L as c,P as d,h as e,R as f,x as g,T as h,U as i,u as j};
|
||||
//# sourceMappingURL=chunk-QY3QWFKW.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../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/esm_shims.js"],"sourcesContent":["// Shim globals in esm bundle\nimport { fileURLToPath } from 'url'\nimport path from 'path'\n\nconst getFilename = () => fileURLToPath(import.meta.url)\nconst getDirname = () => path.dirname(getFilename())\n\nexport const __dirname = /* @__PURE__ */ getDirname()\nexport const __filename = /* @__PURE__ */ getFilename()\n"],"mappings":"kqCAAA,IAAAA,EAAAC,EAAA","names":["init_esm_shims","__esmMin"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
_node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
_node_modules/@electric-sql/pglite/dist/citext.tar.gz
generated
vendored
Normal file
BIN
_node_modules/@electric-sql/pglite/dist/citext.tar.gz
generated
vendored
Normal file
Binary file not shown.
2
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var c=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var r in e)c(t,r,{get:e[r],enumerable:!0})},u=(t,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of o(e))!m.call(t,n)&&n!==r&&c(t,n,{get:()=>e[n],enumerable:!(s=a(e,n))||s.enumerable});return t};var f=t=>u(c({},"__esModule",{value:!0}),t);var x={};p(x,{amcheck:()=>h});module.exports=f(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)=>({bundlePath:new URL("../amcheck.tar.gz",i)}),h={name:"amcheck",setup:d};0&&(module.exports={amcheck});
|
||||
//# sourceMappingURL=amcheck.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/amcheck.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 bundlePath: new URL('../../release/amcheck.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const amcheck = {\n name: 'amcheck',\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,aAAAE,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,WAAY,IAAI,IAAI,+BAAgCC,CAAe,CACrE,GAGWC,EAAU,CACrB,KAAM,UACN,MAAAJ,CACF","names":["amcheck_exports","__export","amcheck","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","amcheck"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const amcheck: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { amcheck };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const amcheck: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { amcheck };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../amcheck.tar.gz",import.meta.url)}),c={name:"amcheck",setup:t};export{c as amcheck};
|
||||
//# sourceMappingURL=amcheck.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/amcheck.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/amcheck.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/amcheck.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const amcheck = {\n name: 'amcheck',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,+BAAgC,YAAY,GAAG,CACrE,GAGWC,EAAU,CACrB,KAAM,UACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","amcheck"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},l=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of c(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=o(e,n))||i.enumerable});return t};var m=t=>l(s({},"__esModule",{value:!0}),t);var _={};u(_,{auto_explain:()=>d});module.exports=m(_);var f=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,a=f();var x=async(t,e)=>({bundlePath:new URL("../auto_explain.tar.gz",a)}),d={name:"auto_explain",setup:x};0&&(module.exports={auto_explain});
|
||||
//# sourceMappingURL=auto_explain.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/auto_explain.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 bundlePath: new URL('../../release/auto_explain.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const auto_explain = {\n name: 'auto_explain',\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,kBAAAE,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,WAAY,IAAI,IAAI,oCAAqCC,CAAe,CAC1E,GAGWC,EAAe,CAC1B,KAAM,eACN,MAAAJ,CACF","names":["auto_explain_exports","__export","auto_explain","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","auto_explain"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const auto_explain: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { auto_explain };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const auto_explain: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { auto_explain };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../auto_explain.tar.gz",import.meta.url)}),o={name:"auto_explain",setup:t};export{o as auto_explain};
|
||||
//# sourceMappingURL=auto_explain.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/auto_explain.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/auto_explain.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/auto_explain.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const auto_explain = {\n name: 'auto_explain',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,oCAAqC,YAAY,GAAG,CAC1E,GAGWC,EAAe,CAC1B,KAAM,eACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","auto_explain"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/bloom.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/bloom.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var o in e)r(t,o,{get:e[o],enumerable:!0})},u=(t,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!m.call(t,n)&&n!==o&&r(t,n,{get:()=>e[n],enumerable:!(s=c(e,n))||s.enumerable});return t};var l=t=>u(r({},"__esModule",{value:!0}),t);var R={};p(R,{bloom:()=>x});module.exports=l(R);var f=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,i=f();var d=async(t,e)=>({bundlePath:new URL("../bloom.tar.gz",i)}),x={name:"bloom",setup:d};0&&(module.exports={bloom});
|
||||
//# sourceMappingURL=bloom.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/bloom.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/bloom.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/bloom.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 bundlePath: new URL('../../release/bloom.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const bloom = {\n name: 'bloom',\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,WAAY,IAAI,IAAI,6BAA8BC,CAAe,CACnE,GAGWC,EAAQ,CACnB,KAAM,QACN,MAAAJ,CACF","names":["bloom_exports","__export","bloom","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","bloom"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/bloom.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/bloom.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const bloom: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { bloom };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/bloom.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/bloom.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const bloom: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { bloom };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/bloom.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/bloom.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../bloom.tar.gz",import.meta.url)}),r={name:"bloom",setup:t};export{r as bloom};
|
||||
//# sourceMappingURL=bloom.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/bloom.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/bloom.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/bloom.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/bloom.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const bloom = {\n name: 'bloom',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,6BAA8B,YAAY,GAAG,CACnE,GAGWC,EAAQ,CACnB,KAAM,QACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","bloom"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=c(e,n))||i.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var g={};u(g,{btree_gin:()=>_});module.exports=f(g);var l=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,o=l();var d=async(t,e)=>({bundlePath:new URL("../btree_gin.tar.gz",o)}),_={name:"btree_gin",setup:d};0&&(module.exports={btree_gin});
|
||||
//# sourceMappingURL=btree_gin.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/btree_gin.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 bundlePath: new URL('../../release/btree_gin.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const btree_gin = {\n name: 'btree_gin',\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,eAAAE,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,WAAY,IAAI,IAAI,iCAAkCC,CAAe,CACvE,GAGWC,EAAY,CACvB,KAAM,YACN,MAAAJ,CACF","names":["btree_gin_exports","__export","btree_gin","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","btree_gin"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const btree_gin: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { btree_gin };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const btree_gin: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { btree_gin };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../btree_gin.tar.gz",import.meta.url)}),a={name:"btree_gin",setup:t};export{a as btree_gin};
|
||||
//# sourceMappingURL=btree_gin.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gin.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/btree_gin.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/btree_gin.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const btree_gin = {\n name: 'btree_gin',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,iCAAkC,YAAY,GAAG,CACvE,GAGWC,EAAY,CACvB,KAAM,YACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","btree_gin"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=c(e,n))||i.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var g={};u(g,{btree_gist:()=>_});module.exports=f(g);var l=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,o=l();var d=async(t,e)=>({bundlePath:new URL("../btree_gist.tar.gz",o)}),_={name:"btree_gist",setup:d};0&&(module.exports={btree_gist});
|
||||
//# sourceMappingURL=btree_gist.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/btree_gist.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 bundlePath: new URL('../../release/btree_gist.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const btree_gist = {\n name: 'btree_gist',\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,gBAAAE,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,WAAY,IAAI,IAAI,kCAAmCC,CAAe,CACxE,GAGWC,EAAa,CACxB,KAAM,aACN,MAAAJ,CACF","names":["btree_gist_exports","__export","btree_gist","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","btree_gist"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const btree_gist: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { btree_gist };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const btree_gist: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { btree_gist };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(s,n)=>({bundlePath:new URL("../btree_gist.tar.gz",import.meta.url)}),a={name:"btree_gist",setup:t};export{a as btree_gist};
|
||||
//# sourceMappingURL=btree_gist.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/btree_gist.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/btree_gist.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/btree_gist.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const btree_gist = {\n name: 'btree_gist',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,kCAAmC,YAAY,GAAG,CACxE,GAGWC,EAAa,CACxB,KAAM,aACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","btree_gist"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/citext.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/citext.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=o(e,n))||i.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var R={};u(R,{citext:()=>d});module.exports=f(R);var l=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,c=l();var x=async(t,e)=>({bundlePath:new URL("../citext.tar.gz",c)}),d={name:"citext",setup:x};0&&(module.exports={citext});
|
||||
//# sourceMappingURL=citext.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/citext.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/citext.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/citext.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 bundlePath: new URL('../../release/citext.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const citext = {\n name: 'citext',\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,YAAAE,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,WAAY,IAAI,IAAI,8BAA+BC,CAAe,CACpE,GAGWC,EAAS,CACpB,KAAM,SACN,MAAAJ,CACF","names":["citext_exports","__export","citext","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","citext"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/citext.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/citext.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const citext: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { citext };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/citext.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/citext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const citext: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { citext };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/citext.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/citext.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../citext.tar.gz",import.meta.url)}),a={name:"citext",setup:t};export{a as citext};
|
||||
//# sourceMappingURL=citext.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/citext.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/citext.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/citext.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/citext.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const citext = {\n name: 'citext',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,8BAA+B,YAAY,GAAG,CACpE,GAGWC,EAAS,CACpB,KAAM,SACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","citext"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/cube.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/cube.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of u(e))!a.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(c=o(e,n))||c.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var R={};p(R,{cube:()=>x});module.exports=f(R);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)=>({bundlePath:new URL("../cube.tar.gz",i)}),x={name:"cube",setup:d};0&&(module.exports={cube});
|
||||
//# sourceMappingURL=cube.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/cube.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/cube.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/cube.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 bundlePath: new URL('../../release/cube.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const cube = {\n name: 'cube',\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,UAAAE,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,WAAY,IAAI,IAAI,4BAA6BC,CAAe,CAClE,GAGWC,EAAO,CAClB,KAAM,OACN,MAAAJ,CACF","names":["cube_exports","__export","cube","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","cube"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/cube.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/cube.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const cube: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { cube };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/cube.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/cube.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const cube: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { cube };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/cube.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/cube.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../cube.tar.gz",import.meta.url)}),a={name:"cube",setup:t};export{a as cube};
|
||||
//# sourceMappingURL=cube.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/cube.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/cube.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/cube.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/cube.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const cube = {\n name: 'cube',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,4BAA6B,YAAY,GAAG,CAClE,GAGWC,EAAO,CAClB,KAAM,OACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","cube"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var r=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var i in e)r(t,i,{get:e[i],enumerable:!0})},m=(t,e,i,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==i&&r(t,n,{get:()=>e[n],enumerable:!(s=o(e,n))||s.enumerable});return t};var f=t=>m(r({},"__esModule",{value:!0}),t);var x={};u(x,{dict_int:()=>_});module.exports=f(x);var d=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,c=d();var l=async(t,e)=>({bundlePath:new URL("../dict_int.tar.gz",c)}),_={name:"dict_int",setup:l};0&&(module.exports={dict_int});
|
||||
//# sourceMappingURL=dict_int.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/dict_int.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 bundlePath: new URL('../../release/dict_int.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const dict_int = {\n name: 'dict_int',\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,cAAAE,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,WAAY,IAAI,IAAI,gCAAiCC,CAAe,CACtE,GAGWC,EAAW,CACtB,KAAM,WACN,MAAAJ,CACF","names":["dict_int_exports","__export","dict_int","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","dict_int"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const dict_int: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { dict_int };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const dict_int: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { dict_int };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as t}from"../chunk-QY3QWFKW.js";t();var e=async(n,i)=>({bundlePath:new URL("../dict_int.tar.gz",import.meta.url)}),a={name:"dict_int",setup:e};export{a as dict_int};
|
||||
//# sourceMappingURL=dict_int.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_int.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/dict_int.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/dict_int.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const dict_int = {\n name: 'dict_int',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,gCAAiC,YAAY,GAAG,CACtE,GAGWC,EAAW,CACtB,KAAM,WACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","dict_int"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var r=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var s in e)r(t,s,{get:e[s],enumerable:!0})},m=(t,e,s,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==s&&r(t,n,{get:()=>e[n],enumerable:!(i=o(e,n))||i.enumerable});return t};var f=t=>m(r({},"__esModule",{value:!0}),t);var y={};u(y,{dict_xsyn:()=>x});module.exports=f(y);var d=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,c=d();var l=async(t,e)=>({bundlePath:new URL("../dict_xsyn.tar.gz",c)}),x={name:"dict_xsyn",setup:l};0&&(module.exports={dict_xsyn});
|
||||
//# sourceMappingURL=dict_xsyn.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/dict_xsyn.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 bundlePath: new URL('../../release/dict_xsyn.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const dict_xsyn = {\n name: 'dict_xsyn',\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,eAAAE,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,WAAY,IAAI,IAAI,iCAAkCC,CAAe,CACvE,GAGWC,EAAY,CACvB,KAAM,YACN,MAAAJ,CACF","names":["dict_xsyn_exports","__export","dict_xsyn","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","dict_xsyn"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const dict_xsyn: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { dict_xsyn };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const dict_xsyn: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { dict_xsyn };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../dict_xsyn.tar.gz",import.meta.url)}),a={name:"dict_xsyn",setup:t};export{a as dict_xsyn};
|
||||
//# sourceMappingURL=dict_xsyn.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/dict_xsyn.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/dict_xsyn.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const dict_xsyn = {\n name: 'dict_xsyn',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,iCAAkC,YAAY,GAAG,CACvE,GAGWC,EAAY,CACvB,KAAM,YACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","dict_xsyn"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of o(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=c(e,n))||i.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var x={};u(x,{earthdistance:()=>h});module.exports=f(x);var d=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,a=d();var l=async(t,e)=>({bundlePath:new URL("../earthdistance.tar.gz",a)}),h={name:"earthdistance",setup:l};0&&(module.exports={earthdistance});
|
||||
//# sourceMappingURL=earthdistance.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/earthdistance.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 bundlePath: new URL('../../release/earthdistance.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const earthdistance = {\n name: 'earthdistance',\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,mBAAAE,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,WAAY,IAAI,IAAI,qCAAsCC,CAAe,CAC3E,GAGWC,EAAgB,CAC3B,KAAM,gBACN,MAAAJ,CACF","names":["earthdistance_exports","__export","earthdistance","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","earthdistance"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const earthdistance: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { earthdistance };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const earthdistance: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { earthdistance };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../earthdistance.tar.gz",import.meta.url)}),r={name:"earthdistance",setup:t};export{r as earthdistance};
|
||||
//# sourceMappingURL=earthdistance.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/earthdistance.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/earthdistance.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/earthdistance.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const earthdistance = {\n name: 'earthdistance',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,qCAAsC,YAAY,GAAG,CAC3E,GAGWC,EAAgB,CAC3B,KAAM,gBACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","earthdistance"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},u=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of f(e))!a.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=c(e,n))||i.enumerable});return t};var l=t=>u(s({},"__esModule",{value:!0}),t);var w={};p(w,{file_fdw:()=>_});module.exports=l(w);var m=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,o=m();var d=async(t,e)=>({bundlePath:new URL("../file_fdw.tar.gz",o)}),_={name:"file_fdw",setup:d};0&&(module.exports={file_fdw});
|
||||
//# sourceMappingURL=file_fdw.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/file_fdw.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 bundlePath: new URL('../../release/file_fdw.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const file_fdw = {\n name: 'file_fdw',\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,cAAAE,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,WAAY,IAAI,IAAI,gCAAiCC,CAAe,CACtE,GAGWC,EAAW,CACtB,KAAM,WACN,MAAAJ,CACF","names":["file_fdw_exports","__export","file_fdw","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","file_fdw"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const file_fdw: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { file_fdw };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const file_fdw: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { file_fdw };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(n,s)=>({bundlePath:new URL("../file_fdw.tar.gz",import.meta.url)}),a={name:"file_fdw",setup:t};export{a as file_fdw};
|
||||
//# sourceMappingURL=file_fdw.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/file_fdw.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/file_fdw.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/file_fdw.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const file_fdw = {\n name: 'file_fdw',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,gCAAiC,YAAY,GAAG,CACtE,GAGWC,EAAW,CACtB,KAAM,WACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","file_fdw"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},f=(t,e,r,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of o(e))!u.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(c=a(e,n))||c.enumerable});return t};var p=t=>f(s({},"__esModule",{value:!0}),t);var z={};m(z,{fuzzystrmatch:()=>y});module.exports=p(z);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)=>({bundlePath:new URL("../fuzzystrmatch.tar.gz",i)}),y={name:"fuzzystrmatch",setup:d};0&&(module.exports={fuzzystrmatch});
|
||||
//# sourceMappingURL=fuzzystrmatch.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/fuzzystrmatch.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 bundlePath: new URL('../../release/fuzzystrmatch.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const fuzzystrmatch = {\n name: 'fuzzystrmatch',\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,mBAAAE,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,WAAY,IAAI,IAAI,qCAAsCC,CAAe,CAC3E,GAGWC,EAAgB,CAC3B,KAAM,gBACN,MAAAJ,CACF","names":["fuzzystrmatch_exports","__export","fuzzystrmatch","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","fuzzystrmatch"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const fuzzystrmatch: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { fuzzystrmatch };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const fuzzystrmatch: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { fuzzystrmatch };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as t}from"../chunk-QY3QWFKW.js";t();var e=async(s,n)=>({bundlePath:new URL("../fuzzystrmatch.tar.gz",import.meta.url)}),i={name:"fuzzystrmatch",setup:e};export{i as fuzzystrmatch};
|
||||
//# sourceMappingURL=fuzzystrmatch.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/fuzzystrmatch.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/fuzzystrmatch.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/fuzzystrmatch.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const fuzzystrmatch = {\n name: 'fuzzystrmatch',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,qCAAsC,YAAY,GAAG,CAC3E,GAGWC,EAAgB,CAC3B,KAAM,gBACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","fuzzystrmatch"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/hstore.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/hstore.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(o=c(e,n))||o.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var x={};u(x,{hstore:()=>h});module.exports=f(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)=>({bundlePath:new URL("../hstore.tar.gz",i)}),h={name:"hstore",setup:d};0&&(module.exports={hstore});
|
||||
//# sourceMappingURL=hstore.cjs.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/hstore.cjs.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/hstore.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/hstore.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 bundlePath: new URL('../../release/hstore.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const hstore = {\n name: 'hstore',\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,YAAAE,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,WAAY,IAAI,IAAI,8BAA+BC,CAAe,CACpE,GAGWC,EAAS,CACpB,KAAM,SACN,MAAAJ,CACF","names":["hstore_exports","__export","hstore","__toCommonJS","getImportMetaUrl","importMetaUrl","setup","_pg","_emscriptenOpts","importMetaUrl","hstore"]}
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/hstore.d.cts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/hstore.d.cts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const hstore: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { hstore };
|
||||
10
_node_modules/@electric-sql/pglite/dist/contrib/hstore.d.ts
generated
vendored
Normal file
10
_node_modules/@electric-sql/pglite/dist/contrib/hstore.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const hstore: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { hstore };
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/hstore.js
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/hstore.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{j as e}from"../chunk-QY3QWFKW.js";e();var t=async(s,n)=>({bundlePath:new URL("../hstore.tar.gz",import.meta.url)}),o={name:"hstore",setup:t};export{o as hstore};
|
||||
//# sourceMappingURL=hstore.js.map
|
||||
1
_node_modules/@electric-sql/pglite/dist/contrib/hstore.js.map
generated
vendored
Normal file
1
_node_modules/@electric-sql/pglite/dist/contrib/hstore.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../src/contrib/hstore.ts"],"sourcesContent":["import type {\n Extension,\n ExtensionSetupResult,\n PGliteInterface,\n} from '../interface'\n\nconst setup = async (_pg: PGliteInterface, _emscriptenOpts: any) => {\n return {\n bundlePath: new URL('../../release/hstore.tar.gz', import.meta.url),\n } satisfies ExtensionSetupResult\n}\n\nexport const hstore = {\n name: 'hstore',\n setup,\n} satisfies Extension\n"],"mappings":"yCAAAA,IAMA,IAAMC,EAAQ,MAAOC,EAAsBC,KAClC,CACL,WAAY,IAAI,IAAI,8BAA+B,YAAY,GAAG,CACpE,GAGWC,EAAS,CACpB,KAAM,SACN,MAAAH,CACF","names":["init_esm_shims","setup","_pg","_emscriptenOpts","hstore"]}
|
||||
2
_node_modules/@electric-sql/pglite/dist/contrib/intarray.cjs
generated
vendored
Normal file
2
_node_modules/@electric-sql/pglite/dist/contrib/intarray.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";var s=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var r in e)s(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of c(e))!p.call(t,n)&&n!==r&&s(t,n,{get:()=>e[n],enumerable:!(i=o(e,n))||i.enumerable});return t};var f=t=>m(s({},"__esModule",{value:!0}),t);var x={};u(x,{intarray:()=>y});module.exports=f(x);var l=()=>typeof document>"u"?new URL(`file:${__filename}`).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href,a=l();var d=async(t,e)=>({bundlePath:new URL("../intarray.tar.gz",a)}),y={name:"intarray",setup:d};0&&(module.exports={intarray});
|
||||
//# sourceMappingURL=intarray.cjs.map
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user