updated api-extractor to latest (#7528)
* updated api-extractor to latest * removed obselete api.md files * fix * added newlineKind
This commit is contained in:
committed by
GitHub
parent
465483f2de
commit
4571b3c5e6
@@ -1,4 +1,4 @@
|
||||
**/api.md
|
||||
**/**.api.md
|
||||
**/*.log
|
||||
**/.DS_Store
|
||||
*.
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "qwik build",
|
||||
"build.client": "vite build",
|
||||
@@ -15,16 +14,17 @@
|
||||
"deploy": "vercel deploy",
|
||||
"dev": "vite --mode ssr",
|
||||
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
||||
"express": "pnpm build && pnpm serve",
|
||||
"fmt": "prettier --write .",
|
||||
"fmt.check": "prettier --check .",
|
||||
"lint": "eslint \"src/**/*.ts*\"",
|
||||
"preview": "qwik build preview && vite preview --open",
|
||||
"express": "pnpm build && pnpm serve",
|
||||
"qwik": "qwik",
|
||||
"serve": "node server/entry.express",
|
||||
"start": "vite --open --mode ssr",
|
||||
"qwik": "qwik",
|
||||
"test": "playwright test",
|
||||
"test.ui": "playwright test --ui",
|
||||
"test.debug": "playwright test --debug"
|
||||
}
|
||||
"test.debug": "playwright test --debug",
|
||||
"test.ui": "playwright test --ui"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@@ -117,8 +117,8 @@
|
||||
"@clack/prompts": "0.7.0",
|
||||
"@eslint/eslintrc": "3.1.0",
|
||||
"@mdx-js/mdx": "3.0.1",
|
||||
"@microsoft/api-documenter": "7.24.2",
|
||||
"@microsoft/api-extractor": "7.43.1",
|
||||
"@microsoft/api-documenter": "7.26.22",
|
||||
"@microsoft/api-extractor": "7.52.4",
|
||||
"@napi-rs/cli": "2.18.4",
|
||||
"@napi-rs/triples": "1.2.0",
|
||||
"@node-rs/helper": "1.6.0",
|
||||
@@ -260,9 +260,9 @@
|
||||
"test.e2e.city": "playwright test starters/e2e/qwikcity --browser=chromium --config starters/playwright.config.ts",
|
||||
"test.e2e.cli": "pnpm --filter qwik-cli-e2e e2e",
|
||||
"test.e2e.firefox": "playwright test starters --browser=firefox --config starters/playwright.config.ts",
|
||||
"test.e2e.webkit": "playwright test starters --browser=webkit --config starters/playwright.config.ts",
|
||||
"test.e2e.integrations.chromium": "playwright test e2e/adapters-e2e/tests --project=chromium --config e2e/adapters-e2e/playwright.config.ts",
|
||||
"test.e2e.integrations.webkit": "playwright test e2e/adapters-e2e/tests --project=webkit --config e2e/adapters-e2e/playwright.config.ts",
|
||||
"test.e2e.webkit": "playwright test starters --browser=webkit --config starters/playwright.config.ts",
|
||||
"test.rust": "make test",
|
||||
"test.rust.update": "make test-update",
|
||||
"test.unit": "vitest packages",
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"drizzle-kit": "^0.28.1",
|
||||
"drizzle-orm": "0.36.4"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@builder.io/qwik": "workspace:^",
|
||||
"@builder.io/qwik-city": "workspace:^",
|
||||
@@ -70,5 +69,6 @@
|
||||
"test.cluster": "tsx src/cluster.ts",
|
||||
"test.unit": "vitest",
|
||||
"test.watch": "vitest --watch"
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"devDependencies": {
|
||||
"@azure/functions": "3.5.1",
|
||||
"@builder.io/qwik": "workspace:^",
|
||||
"@microsoft/api-extractor": "7.43.1",
|
||||
"@microsoft/api-extractor": "7.52.4",
|
||||
"@netlify/edge-functions": "2.10.0",
|
||||
"@types/mdast": "4.0.4",
|
||||
"@types/node": "20.14.11",
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function azureSwaAdapter(opts?: AzureSwaAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface AzureSwaAdapterOptions extends ServerAdapterOptions {
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function azureSwaAdapter(opts?: AzureSwaAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface AzureSwaAdapterOptions extends ServerAdapterOptions {
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/azure-swa/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.azure-swa",
|
||||
"reportFolder": "<projectFolder>/src/adapters/azure-swa/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/azure-swa"
|
||||
},
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function bunServerAdapter(opts?: bunServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface bunServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function bunServerAdapter(opts?: bunServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface bunServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/bun-server/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.bun-server",
|
||||
"reportFolder": "<projectFolder>/src/adapters/bun-server/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/bun-server"
|
||||
},
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function cloudRunAdapter(opts?: CloudRunAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CloudRunAdapterOptions extends ServerAdapterOptions {
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function cloudRunAdapter(opts?: CloudRunAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CloudRunAdapterOptions extends ServerAdapterOptions {
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/cloud-run/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.cloud-run",
|
||||
"reportFolder": "<projectFolder>/src/adapters/cloud-run/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/cloud-run"
|
||||
},
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function cloudflarePagesAdapter(opts?: CloudflarePagesAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CloudflarePagesAdapterOptions extends ServerAdapterOptions {
|
||||
functionRoutes?: boolean;
|
||||
staticPaths?: string[];
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function cloudflarePagesAdapter(opts?: CloudflarePagesAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CloudflarePagesAdapterOptions extends ServerAdapterOptions {
|
||||
functionRoutes?: boolean;
|
||||
staticPaths?: string[];
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/cloudflare-pages/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.cloudflare-pages",
|
||||
"reportFolder": "<projectFolder>/src/adapters/cloudflare-pages/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/cloudflare-pages"
|
||||
},
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function denoServerAdapter(opts?: DenoServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface DenoServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function denoServerAdapter(opts?: DenoServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface DenoServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/deno-server/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.deno-server",
|
||||
"reportFolder": "<projectFolder>/src/adapters/deno-server/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/deno-server"
|
||||
},
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function netlifyEdgeAdapter(opts?: NetlifyEdgeAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NetlifyEdgeAdapterOptions extends ServerAdapterOptions {
|
||||
excludedPath?: string | string[];
|
||||
functionRoutes?: boolean;
|
||||
staticPaths?: string[];
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function netlifyEdgeAdapter(opts?: NetlifyEdgeAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NetlifyEdgeAdapterOptions extends ServerAdapterOptions {
|
||||
excludedPath?: string | string[];
|
||||
functionRoutes?: boolean;
|
||||
staticPaths?: string[];
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/netlify-edge/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.netlify-edge",
|
||||
"reportFolder": "<projectFolder>/src/adapters/netlify-edge/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/netlify-edge"
|
||||
},
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function nodeServerAdapter(opts?: NodeServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface NodeServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export function nodeServerAdapter(opts?: NodeServerAdapterOptions): any;
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface NodeServerAdapterOptions extends ServerAdapterOptions {
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/node-server/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.node-server",
|
||||
"reportFolder": "<projectFolder>/src/adapters/node-server/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/node-server"
|
||||
},
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
import type { UserConfig } from 'vite';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface AdapterSSGOptions extends Omit<StaticGenerateRenderOptions, 'outDir' | 'origin'> {
|
||||
exclude?: string[];
|
||||
include: string[];
|
||||
origin?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function getParentDir(startDir: string, dirName: string): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export const NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths";
|
||||
|
||||
// @public (undocumented)
|
||||
export const RESOLVED_NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths.js";
|
||||
|
||||
// @public (undocumented)
|
||||
export const RESOLVED_STATIC_PATHS_ID = "@qwik-city-static-paths.js";
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServerAdapterOptions {
|
||||
ssg?: AdapterSSGOptions | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const STATIC_PATHS_ID = "@qwik-city-static-paths";
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "ViteAdapterPluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export function viteAdapter(opts: ViteAdapterPluginOptions): Plugin_2<never>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
import type { UserConfig } from 'vite';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface AdapterSSGOptions extends Omit<StaticGenerateRenderOptions, 'outDir' | 'origin'> {
|
||||
exclude?: string[];
|
||||
include: string[];
|
||||
origin?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function getParentDir(startDir: string, dirName: string): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export const NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths";
|
||||
|
||||
// @public (undocumented)
|
||||
export const RESOLVED_NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths.js";
|
||||
|
||||
// @public (undocumented)
|
||||
export const RESOLVED_STATIC_PATHS_ID = "@qwik-city-static-paths.js";
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServerAdapterOptions {
|
||||
ssg?: AdapterSSGOptions | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const STATIC_PATHS_ID = "@qwik-city-static-paths";
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "ViteAdapterPluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export function viteAdapter(opts: ViteAdapterPluginOptions): Plugin_2<never>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/shared/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.shared",
|
||||
"reportFolder": "<projectFolder>/src/adapters/shared/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/shared"
|
||||
},
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { StaticGenerateRenderOptions } from '../../../static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function staticAdapter(opts: StaticGenerateAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateAdapterOptions extends Omit<StaticGenerateRenderOptions, 'outDir'> {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { StaticGenerateRenderOptions } from '../../../static';
|
||||
|
||||
// @public (undocumented)
|
||||
export function staticAdapter(opts: StaticGenerateAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateAdapterOptions extends Omit<StaticGenerateRenderOptions, 'outDir'> {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/static/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.static",
|
||||
"reportFolder": "<projectFolder>/src/adapters/static/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/static"
|
||||
},
|
||||
|
||||
@@ -1,26 +1,26 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// @public (undocumented)
|
||||
export function vercelEdgeAdapter(opts?: VercelEdgeAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface VercelEdgeAdapterOptions extends ServerAdapterOptions {
|
||||
outputConfig?: boolean;
|
||||
staticPaths?: string[];
|
||||
target?: 'webworker' | 'node';
|
||||
vcConfigEntryPoint?: string;
|
||||
vcConfigEnvVarsInUse?: string[];
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import { ServerAdapterOptions } from '../../shared/vite';
|
||||
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
|
||||
|
||||
export { StaticGenerateRenderOptions }
|
||||
|
||||
// @public (undocumented)
|
||||
export function vercelEdgeAdapter(opts?: VercelEdgeAdapterOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface VercelEdgeAdapterOptions extends ServerAdapterOptions {
|
||||
outputConfig?: boolean;
|
||||
staticPaths?: string[];
|
||||
target?: 'webworker' | 'node';
|
||||
vcConfigEntryPoint?: string;
|
||||
vcConfigEnvVarsInUse?: string[];
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/adapters/vercel-edge/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "adapter.vercel-edge",
|
||||
"reportFolder": "<projectFolder>/src/adapters/vercel-edge/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/adapters/vercel-edge"
|
||||
},
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/buildtime/vite/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik-city.buildtime",
|
||||
"reportFolder": "<projectFolder>/src/buildtime/vite/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/vite"
|
||||
},
|
||||
|
||||
@@ -1,53 +1,53 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { BuiltinsWithOptionalParams } from 'svgo/plugins/plugins-types';
|
||||
import type { CompileOptions } from '@mdx-js/mdx';
|
||||
import type { Config } from 'svgo';
|
||||
import { ConfigEnv } from 'vite';
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
import type { PluginOption } from 'vite';
|
||||
import { UserConfigExport } from 'vite';
|
||||
|
||||
// @public (undocumented)
|
||||
export function extendConfig(baseConfigExport: UserConfigExport, serverConfigExport: UserConfigExport): (env: ConfigEnv) => Promise<Record<string, any>>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type MdxOptions = CompileOptions;
|
||||
|
||||
// @public (undocumented)
|
||||
export function qwikCity(userOpts?: QwikCityVitePluginOptions): PluginOption[];
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "P" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikCityPluginApi" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export interface QwikCityPlugin extends P<QwikCityPluginApi> {
|
||||
// (undocumented)
|
||||
name: 'vite-plugin-qwik-city';
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "PluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export interface QwikCityVitePluginOptions extends Omit<PluginOptions, 'basePathname'> {
|
||||
// Warning: (ae-forgotten-export) The symbol "ImageOptimizationOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
imageOptimization?: ImageOptimizationOptions;
|
||||
// (undocumented)
|
||||
mdx?: MdxOptions;
|
||||
// Warning: (ae-forgotten-export) The symbol "MdxPlugins" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
mdxPlugins?: MdxPlugins;
|
||||
// (undocumented)
|
||||
platform?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { BuiltinsWithOptionalParams } from 'svgo/plugins/plugins-types';
|
||||
import type { CompileOptions } from '@mdx-js/mdx';
|
||||
import type { Config } from 'svgo';
|
||||
import { ConfigEnv } from 'vite';
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
import type { PluginOption } from 'vite';
|
||||
import { UserConfigExport } from 'vite';
|
||||
|
||||
// @public (undocumented)
|
||||
export function extendConfig(baseConfigExport: UserConfigExport, serverConfigExport: UserConfigExport): (env: ConfigEnv) => Promise<Record<string, any>>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type MdxOptions = CompileOptions;
|
||||
|
||||
// @public (undocumented)
|
||||
export function qwikCity(userOpts?: QwikCityVitePluginOptions): PluginOption[];
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "P" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikCityPluginApi" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export interface QwikCityPlugin extends P<QwikCityPluginApi> {
|
||||
// (undocumented)
|
||||
name: 'vite-plugin-qwik-city';
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "PluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export interface QwikCityVitePluginOptions extends Omit<PluginOptions, 'basePathname'> {
|
||||
// Warning: (ae-forgotten-export) The symbol "ImageOptimizationOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
imageOptimization?: ImageOptimizationOptions;
|
||||
// (undocumented)
|
||||
mdx?: MdxOptions;
|
||||
// Warning: (ae-forgotten-export) The symbol "MdxPlugins" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
mdxPlugins?: MdxPlugins;
|
||||
// (undocumented)
|
||||
platform?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/aws-lambda/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.aws-lambda",
|
||||
"reportFolder": "<projectFolder>/src/middleware/aws-lambda/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/aws-lambda"
|
||||
},
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { EnvGetter } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import { Http2ServerRequest } from 'http2';
|
||||
import { IncomingMessage } from 'http';
|
||||
import { NodeRequestNextFunction } from '@builder.io/qwik-city/middleware/node';
|
||||
import type { QwikIntrinsicElements } from '@builder.io/qwik';
|
||||
import type { QwikManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { RequestHandler } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ResolvedManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { ResolveSyncValue } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import { ServerResponse } from 'http';
|
||||
import type { SnapshotResult } from '@builder.io/qwik';
|
||||
import type { StreamWriter } from '@builder.io/qwik';
|
||||
import type { SymbolMapperFn } from '@builder.io/qwik/optimizer';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "AwsOpt" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: AwsOpt): {
|
||||
fixPath: (pathT: string) => string;
|
||||
router: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: NodeRequestNextFunction) => Promise<void>;
|
||||
staticFile: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: (e?: any) => void) => Promise<void>;
|
||||
notFound: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: (e: any) => void) => Promise<void>;
|
||||
handle: (req: any, res: any) => void;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformAwsLambda extends Object {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityAwsLambdaOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { EnvGetter } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import { Http2ServerRequest } from 'http2';
|
||||
import { IncomingMessage } from 'http';
|
||||
import { NodeRequestNextFunction } from '@builder.io/qwik-city/middleware/node';
|
||||
import type { QwikIntrinsicElements } from '@builder.io/qwik';
|
||||
import type { QwikManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { RequestHandler } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ResolvedManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { ResolveSyncValue } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import { ServerResponse } from 'http';
|
||||
import type { SnapshotResult } from '@builder.io/qwik';
|
||||
import type { StreamWriter } from '@builder.io/qwik';
|
||||
import type { SymbolMapperFn } from '@builder.io/qwik/optimizer';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "AwsOpt" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: AwsOpt): {
|
||||
fixPath: (pathT: string) => string;
|
||||
router: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: NodeRequestNextFunction) => Promise<void>;
|
||||
staticFile: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: (e?: any) => void) => Promise<void>;
|
||||
notFound: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse<IncomingMessage>, next: (e: any) => void) => Promise<void>;
|
||||
handle: (req: any, res: any) => void;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformAwsLambda extends Object {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityAwsLambdaOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/azure-swa/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.azure-swa",
|
||||
"reportFolder": "<projectFolder>/src/middleware/azure-swa/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/azure-swa"
|
||||
},
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { AzureFunction } from '@azure/functions';
|
||||
import type { Context } from '@azure/functions';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityAzureOptions): AzureFunction;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformAzure extends Partial<Context> {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityAzureOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { AzureFunction } from '@azure/functions';
|
||||
import type { Context } from '@azure/functions';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityAzureOptions): AzureFunction;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformAzure extends Partial<Context> {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityAzureOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/bun/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.bun",
|
||||
"reportFolder": "<projectFolder>/src/middleware/bun/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/bun"
|
||||
},
|
||||
|
||||
@@ -1,29 +1,27 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityBunOptions): {
|
||||
router: (request: Request) => Promise<Response | null>;
|
||||
notFound: (request: Request) => Promise<Response>;
|
||||
staticFile: (request: Request) => Promise<Response | null>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityBunOptions extends ServerRenderOptions {
|
||||
// (undocumented)
|
||||
getClientConn?: (request: Request) => ClientConn;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityBunOptions): {
|
||||
router: (request: Request) => Promise<Response | null>;
|
||||
notFound: (request: Request) => Promise<Response>;
|
||||
staticFile: (request: Request) => Promise<Response | null>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityBunOptions extends ServerRenderOptions {
|
||||
// (undocumented)
|
||||
getClientConn?: (request: Request) => ClientConn;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/cloudflare-pages/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.cloudflare-pages",
|
||||
"reportFolder": "<projectFolder>/src/middleware/cloudflare-pages/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/cloudflare-pages"
|
||||
},
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityCloudflarePagesOptions): (request: PlatformCloudflarePages['request'], env: PlatformCloudflarePages['env'] & {
|
||||
ASSETS: {
|
||||
fetch: (req: Request) => Response;
|
||||
};
|
||||
}, ctx: PlatformCloudflarePages['ctx']) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformCloudflarePages {
|
||||
// (undocumented)
|
||||
ctx: {
|
||||
waitUntil: (promise: Promise<any>) => void;
|
||||
};
|
||||
// (undocumented)
|
||||
env?: Record<string, any>;
|
||||
// (undocumented)
|
||||
request: Request;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityCloudflarePagesOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityCloudflarePagesOptions): (request: PlatformCloudflarePages['request'], env: PlatformCloudflarePages['env'] & {
|
||||
ASSETS: {
|
||||
fetch: (req: Request) => Response;
|
||||
};
|
||||
}, ctx: PlatformCloudflarePages['ctx']) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformCloudflarePages {
|
||||
// (undocumented)
|
||||
ctx: {
|
||||
waitUntil: (promise: Promise<any>) => void;
|
||||
};
|
||||
// (undocumented)
|
||||
env?: Record<string, any>;
|
||||
// (undocumented)
|
||||
request: Request;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityCloudflarePagesOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/deno/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.deno",
|
||||
"reportFolder": "<projectFolder>/src/middleware/deno/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/deno"
|
||||
},
|
||||
|
||||
@@ -1,45 +1,43 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityDenoOptions): {
|
||||
router: (request: Request, info: ServeHandlerInfo) => Promise<Response | null>;
|
||||
notFound: (request: Request) => Promise<Response>;
|
||||
staticFile: (request: Request) => Promise<Response | null>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NetAddr {
|
||||
// (undocumented)
|
||||
hostname: string;
|
||||
// (undocumented)
|
||||
port: number;
|
||||
// (undocumented)
|
||||
transport: 'tcp' | 'udp';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityDenoOptions extends ServerRenderOptions {
|
||||
// (undocumented)
|
||||
getClientConn?: (request: Request, info: ServeHandlerInfo) => ClientConn;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServeHandlerInfo {
|
||||
// (undocumented)
|
||||
remoteAddr: NetAddr;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityDenoOptions): {
|
||||
router: (request: Request, info: ServeHandlerInfo) => Promise<Response | null>;
|
||||
notFound: (request: Request) => Promise<Response>;
|
||||
staticFile: (request: Request) => Promise<Response | null>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NetAddr {
|
||||
// (undocumented)
|
||||
hostname: string;
|
||||
// (undocumented)
|
||||
port: number;
|
||||
// (undocumented)
|
||||
transport: 'tcp' | 'udp';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityDenoOptions extends ServerRenderOptions {
|
||||
// (undocumented)
|
||||
getClientConn?: (request: Request, info: ServeHandlerInfo) => ClientConn;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServeHandlerInfo {
|
||||
// (undocumented)
|
||||
remoteAddr: NetAddr;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/firebase/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.firebase",
|
||||
"reportFolder": "<projectFolder>/src/middleware/firebase/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/firebase"
|
||||
},
|
||||
|
||||
44
packages/qwik-city/src/middleware/firebase/api.md → packages/qwik-city/src/middleware/firebase/middleware.firebase.api.md
Executable file → Normal file
44
packages/qwik-city/src/middleware/firebase/api.md → packages/qwik-city/src/middleware/firebase/middleware.firebase.api.md
Executable file → Normal file
@@ -1,22 +1,22 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityFirebaseOptions): (req: any, res: any) => Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformFirebase extends Object {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityFirebaseOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityFirebaseOptions): (req: any, res: any) => Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformFirebase extends Object {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityFirebaseOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/netlify-edge/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.netlify-edge",
|
||||
"reportFolder": "<projectFolder>/src/middleware/netlify-edge/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/netlify-edge"
|
||||
},
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Context } from '@netlify/edge-functions';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityNetlifyOptions): (request: Request, context: Context) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformNetlify extends Partial<Omit<Context, 'next' | 'cookies'>> {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityNetlifyOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Context } from '@netlify/edge-functions';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityNetlifyOptions): (request: Request, context: Context) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformNetlify extends Partial<Omit<Context, 'next' | 'cookies'>> {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityNetlifyOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/node/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.node",
|
||||
"reportFolder": "<projectFolder>/src/middleware/node/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/node"
|
||||
},
|
||||
|
||||
@@ -1,52 +1,52 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { Http2ServerRequest } from 'node:http2';
|
||||
import type { IncomingMessage } from 'node:http';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerResponse } from 'node:http';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityNodeRequestOptions): {
|
||||
router: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: NodeRequestNextFunction) => Promise<void>;
|
||||
notFound: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: (e: any) => void) => Promise<void>;
|
||||
staticFile: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: (e?: any) => void) => Promise<void>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NodeRequestNextFunction {
|
||||
// (undocumented)
|
||||
(err?: any): void;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformNode {
|
||||
// (undocumented)
|
||||
incomingMessage?: IncomingMessage | Http2ServerRequest;
|
||||
// (undocumented)
|
||||
node?: string;
|
||||
// (undocumented)
|
||||
ssr?: true;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityNodeRequestOptions extends ServerRenderOptions {
|
||||
getClientConn?: (req: IncomingMessage | Http2ServerRequest) => ClientConn;
|
||||
getOrigin?: (req: IncomingMessage | Http2ServerRequest) => string | null;
|
||||
// @deprecated (undocumented)
|
||||
origin?: string;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { ClientConn } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { Http2ServerRequest } from 'node:http2';
|
||||
import type { IncomingMessage } from 'node:http';
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ServerResponse } from 'node:http';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityNodeRequestOptions): {
|
||||
router: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: NodeRequestNextFunction) => Promise<void>;
|
||||
notFound: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: (e: any) => void) => Promise<void>;
|
||||
staticFile: (req: IncomingMessage | Http2ServerRequest, res: ServerResponse, next: (e?: any) => void) => Promise<void>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface NodeRequestNextFunction {
|
||||
// (undocumented)
|
||||
(err?: any): void;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformNode {
|
||||
// (undocumented)
|
||||
incomingMessage?: IncomingMessage | Http2ServerRequest;
|
||||
// (undocumented)
|
||||
node?: string;
|
||||
// (undocumented)
|
||||
ssr?: true;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityNodeRequestOptions extends ServerRenderOptions {
|
||||
getClientConn?: (req: IncomingMessage | Http2ServerRequest) => ClientConn;
|
||||
getOrigin?: (req: IncomingMessage | Http2ServerRequest) => string | null;
|
||||
// @deprecated (undocumented)
|
||||
origin?: string;
|
||||
static?: {
|
||||
root?: string;
|
||||
cacheControl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/request-handler/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.request-handler",
|
||||
"reportFolder": "<projectFolder>/src/middleware/request-handler/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/request-handler"
|
||||
},
|
||||
|
||||
@@ -1,237 +1,237 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Action } from '@builder.io/qwik-city';
|
||||
import type { _deserializeData } from '@builder.io/qwik';
|
||||
import type { EnvGetter as EnvGetter_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { FailReturn } from '@builder.io/qwik-city';
|
||||
import type { Loader as Loader_2 } from '@builder.io/qwik-city';
|
||||
import type { QwikCityPlan } from '@builder.io/qwik-city';
|
||||
import type { QwikIntrinsicElements } from '@builder.io/qwik';
|
||||
import type { Render } from '@builder.io/qwik/server';
|
||||
import type { RenderOptions } from '@builder.io/qwik/server';
|
||||
import type { RequestEvent as RequestEvent_2 } from '@builder.io/qwik-city';
|
||||
import type { RequestHandler as RequestHandler_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ResolveSyncValue as ResolveSyncValue_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { _serializeData } from '@builder.io/qwik';
|
||||
import type { ValueOrPromise } from '@builder.io/qwik';
|
||||
import type { _verifySerializable } from '@builder.io/qwik';
|
||||
|
||||
// @public (undocumented)
|
||||
export class AbortMessage {
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "CacheControlOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type CacheControl = CacheControlOptions | number | 'day' | 'week' | 'month' | 'year' | 'no-cache' | 'immutable' | 'private';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ClientConn {
|
||||
// (undocumented)
|
||||
country?: string;
|
||||
// (undocumented)
|
||||
ip?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Cookie {
|
||||
append(name: string, value: string | number | Record<string, any>, options?: CookieOptions): void;
|
||||
delete(name: string, options?: Pick<CookieOptions, 'path' | 'domain' | 'sameSite'>): void;
|
||||
get(name: string): CookieValue | null;
|
||||
getAll(): Record<string, CookieValue>;
|
||||
has(name: string): boolean;
|
||||
headers(): string[];
|
||||
set(name: string, value: string | number | Record<string, any>, options?: CookieOptions): void;
|
||||
}
|
||||
|
||||
// @public
|
||||
export interface CookieOptions {
|
||||
domain?: string;
|
||||
expires?: Date | string;
|
||||
httpOnly?: boolean;
|
||||
maxAge?: number | [number, 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks'];
|
||||
path?: string;
|
||||
sameSite?: 'strict' | 'lax' | 'none' | 'Strict' | 'Lax' | 'None' | boolean;
|
||||
secure?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CookieValue {
|
||||
// (undocumented)
|
||||
json: <T = unknown>() => T;
|
||||
// (undocumented)
|
||||
number: () => number;
|
||||
// (undocumented)
|
||||
value: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type DeferReturn<T> = () => Promise<T>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface EnvGetter {
|
||||
// (undocumented)
|
||||
get(key: string): string | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function getErrorHtml(status: number, e: any): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export const mergeHeadersCookies: (headers: Headers, cookies: Cookie) => Headers;
|
||||
|
||||
// @public (undocumented)
|
||||
export class RedirectMessage extends AbortMessage {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEvent<PLATFORM = QwikCityPlatform> extends RequestEventCommon<PLATFORM> {
|
||||
readonly exited: boolean;
|
||||
readonly getWritableStream: () => WritableStream<Uint8Array>;
|
||||
readonly headersSent: boolean;
|
||||
readonly next: () => Promise<void>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventAction<PLATFORM = QwikCityPlatform> extends RequestEventCommon<PLATFORM> {
|
||||
// (undocumented)
|
||||
fail: <T extends Record<string, any>>(status: number, returnData: T) => FailReturn<T>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventBase<PLATFORM = QwikCityPlatform> {
|
||||
readonly basePathname: string;
|
||||
// Warning: (ae-forgotten-export) The symbol "CacheControlTarget" needs to be exported by the entry point index.d.ts
|
||||
readonly cacheControl: (cacheControl: CacheControl, target?: CacheControlTarget) => void;
|
||||
readonly clientConn: ClientConn;
|
||||
readonly cookie: Cookie;
|
||||
readonly env: EnvGetter;
|
||||
readonly headers: Headers;
|
||||
readonly method: string;
|
||||
readonly params: Readonly<Record<string, string>>;
|
||||
readonly parseBody: () => Promise<unknown>;
|
||||
readonly pathname: string;
|
||||
readonly platform: PLATFORM;
|
||||
readonly query: URLSearchParams;
|
||||
readonly request: Request;
|
||||
readonly sharedMap: Map<string, any>;
|
||||
readonly signal: AbortSignal;
|
||||
readonly url: URL;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventCommon<PLATFORM = QwikCityPlatform> extends RequestEventBase<PLATFORM> {
|
||||
// Warning: (ae-forgotten-export) The symbol "ErrorCodes" needs to be exported by the entry point index.d.ts
|
||||
readonly error: <T = any>(statusCode: ErrorCodes, message: T) => ServerError<T>;
|
||||
// (undocumented)
|
||||
readonly exit: () => AbortMessage;
|
||||
readonly html: (statusCode: StatusCodes, html: string) => AbortMessage;
|
||||
readonly json: (statusCode: StatusCodes, data: any) => AbortMessage;
|
||||
readonly locale: (local?: string) => string;
|
||||
// Warning: (ae-forgotten-export) The symbol "RedirectCode" needs to be exported by the entry point index.d.ts
|
||||
readonly redirect: (statusCode: RedirectCode, url: string) => RedirectMessage;
|
||||
// Warning: (ae-forgotten-export) The symbol "SendMethod" needs to be exported by the entry point index.d.ts
|
||||
readonly send: SendMethod;
|
||||
// Warning: (ae-forgotten-export) The symbol "StatusCodes" needs to be exported by the entry point index.d.ts
|
||||
readonly status: (statusCode?: StatusCodes) => number;
|
||||
readonly text: (statusCode: StatusCodes, text: string) => AbortMessage;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventLoader<PLATFORM = QwikCityPlatform> extends RequestEventAction<PLATFORM> {
|
||||
// (undocumented)
|
||||
defer: <T>(returnData: Promise<T> | (() => Promise<T>)) => DeferReturn<T>;
|
||||
// (undocumented)
|
||||
resolveValue: ResolveValue;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RequestHandler<PLATFORM = QwikCityPlatform> = (ev: RequestEvent<PLATFORM>) => Promise<void> | void;
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikSerializer" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikCityRun" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export function requestHandler<T = unknown>(serverRequestEv: ServerRequestEvent<T>, opts: ServerRenderOptions, qwikSerializer: QwikSerializer): Promise<QwikCityRun<T> | null>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolveSyncValue {
|
||||
// (undocumented)
|
||||
<T>(loader: Loader_2<T>): Awaited<T> extends () => any ? never : Awaited<T>;
|
||||
// (undocumented)
|
||||
<T>(action: Action<T>): Awaited<T> | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolveValue {
|
||||
// (undocumented)
|
||||
<T>(loader: Loader_2<T>): Awaited<T> extends () => any ? never : Promise<T>;
|
||||
// (undocumented)
|
||||
<T>(action: Action<T>): Promise<T | undefined>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export class ServerError<T = any> extends Error {
|
||||
constructor(status: number, data: T);
|
||||
// (undocumented)
|
||||
data: T;
|
||||
// (undocumented)
|
||||
status: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServerRenderOptions extends RenderOptions {
|
||||
checkOrigin?: boolean;
|
||||
// (undocumented)
|
||||
qwikCityPlan: QwikCityPlan;
|
||||
// (undocumented)
|
||||
render: Render;
|
||||
}
|
||||
|
||||
// @public
|
||||
export interface ServerRequestEvent<T = unknown> {
|
||||
// (undocumented)
|
||||
env: EnvGetter;
|
||||
// (undocumented)
|
||||
getClientConn: () => ClientConn;
|
||||
// (undocumented)
|
||||
getWritableStream: ServerResponseHandler<T>;
|
||||
// (undocumented)
|
||||
locale: string | undefined;
|
||||
// (undocumented)
|
||||
mode: ServerRequestMode;
|
||||
// (undocumented)
|
||||
platform: QwikCityPlatform;
|
||||
// (undocumented)
|
||||
request: Request;
|
||||
// (undocumented)
|
||||
url: URL;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type ServerRequestMode = 'dev' | 'static' | 'server';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "RequestEventInternal" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type ServerResponseHandler<T = any> = (status: number, headers: Headers, cookies: Cookie, resolve: (response: T) => void, requestEv: RequestEventInternal) => WritableStream<Uint8Array>;
|
||||
|
||||
// @internal (undocumented)
|
||||
export class _TextEncoderStream_polyfill {
|
||||
// (undocumented)
|
||||
get [Symbol.toStringTag](): string;
|
||||
// (undocumented)
|
||||
get encoding(): string;
|
||||
// (undocumented)
|
||||
get readable(): ReadableStream<Uint8Array>;
|
||||
// (undocumented)
|
||||
get writable(): WritableStream<string>;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Action } from '@builder.io/qwik-city';
|
||||
import type { _deserializeData } from '@builder.io/qwik';
|
||||
import type { EnvGetter as EnvGetter_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { FailReturn } from '@builder.io/qwik-city';
|
||||
import type { Loader as Loader_2 } from '@builder.io/qwik-city';
|
||||
import type { QwikCityPlan } from '@builder.io/qwik-city';
|
||||
import type { QwikIntrinsicElements } from '@builder.io/qwik';
|
||||
import type { Render } from '@builder.io/qwik/server';
|
||||
import type { RenderOptions } from '@builder.io/qwik/server';
|
||||
import type { RequestEvent as RequestEvent_2 } from '@builder.io/qwik-city';
|
||||
import type { RequestHandler as RequestHandler_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { ResolveSyncValue as ResolveSyncValue_2 } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
import type { _serializeData } from '@builder.io/qwik';
|
||||
import type { ValueOrPromise } from '@builder.io/qwik';
|
||||
import type { _verifySerializable } from '@builder.io/qwik';
|
||||
|
||||
// @public (undocumented)
|
||||
export class AbortMessage {
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "CacheControlOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type CacheControl = CacheControlOptions | number | 'day' | 'week' | 'month' | 'year' | 'no-cache' | 'immutable' | 'private';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ClientConn {
|
||||
// (undocumented)
|
||||
country?: string;
|
||||
// (undocumented)
|
||||
ip?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Cookie {
|
||||
append(name: string, value: string | number | Record<string, any>, options?: CookieOptions): void;
|
||||
delete(name: string, options?: Pick<CookieOptions, 'path' | 'domain' | 'sameSite'>): void;
|
||||
get(name: string): CookieValue | null;
|
||||
getAll(): Record<string, CookieValue>;
|
||||
has(name: string): boolean;
|
||||
headers(): string[];
|
||||
set(name: string, value: string | number | Record<string, any>, options?: CookieOptions): void;
|
||||
}
|
||||
|
||||
// @public
|
||||
export interface CookieOptions {
|
||||
domain?: string;
|
||||
expires?: Date | string;
|
||||
httpOnly?: boolean;
|
||||
maxAge?: number | [number, 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks'];
|
||||
path?: string;
|
||||
sameSite?: 'strict' | 'lax' | 'none' | 'Strict' | 'Lax' | 'None' | boolean;
|
||||
secure?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface CookieValue {
|
||||
// (undocumented)
|
||||
json: <T = unknown>() => T;
|
||||
// (undocumented)
|
||||
number: () => number;
|
||||
// (undocumented)
|
||||
value: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type DeferReturn<T> = () => Promise<T>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface EnvGetter {
|
||||
// (undocumented)
|
||||
get(key: string): string | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function getErrorHtml(status: number, e: any): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export const mergeHeadersCookies: (headers: Headers, cookies: Cookie) => Headers;
|
||||
|
||||
// @public (undocumented)
|
||||
export class RedirectMessage extends AbortMessage {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEvent<PLATFORM = QwikCityPlatform> extends RequestEventCommon<PLATFORM> {
|
||||
readonly exited: boolean;
|
||||
readonly getWritableStream: () => WritableStream<Uint8Array>;
|
||||
readonly headersSent: boolean;
|
||||
readonly next: () => Promise<void>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventAction<PLATFORM = QwikCityPlatform> extends RequestEventCommon<PLATFORM> {
|
||||
// (undocumented)
|
||||
fail: <T extends Record<string, any>>(status: number, returnData: T) => FailReturn<T>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventBase<PLATFORM = QwikCityPlatform> {
|
||||
readonly basePathname: string;
|
||||
// Warning: (ae-forgotten-export) The symbol "CacheControlTarget" needs to be exported by the entry point index.d.ts
|
||||
readonly cacheControl: (cacheControl: CacheControl, target?: CacheControlTarget) => void;
|
||||
readonly clientConn: ClientConn;
|
||||
readonly cookie: Cookie;
|
||||
readonly env: EnvGetter;
|
||||
readonly headers: Headers;
|
||||
readonly method: string;
|
||||
readonly params: Readonly<Record<string, string>>;
|
||||
readonly parseBody: () => Promise<unknown>;
|
||||
readonly pathname: string;
|
||||
readonly platform: PLATFORM;
|
||||
readonly query: URLSearchParams;
|
||||
readonly request: Request;
|
||||
readonly sharedMap: Map<string, any>;
|
||||
readonly signal: AbortSignal;
|
||||
readonly url: URL;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventCommon<PLATFORM = QwikCityPlatform> extends RequestEventBase<PLATFORM> {
|
||||
// Warning: (ae-forgotten-export) The symbol "ErrorCodes" needs to be exported by the entry point index.d.ts
|
||||
readonly error: <T = any>(statusCode: ErrorCodes, message: T) => ServerError<T>;
|
||||
// (undocumented)
|
||||
readonly exit: () => AbortMessage;
|
||||
readonly html: (statusCode: StatusCodes, html: string) => AbortMessage;
|
||||
readonly json: (statusCode: StatusCodes, data: any) => AbortMessage;
|
||||
readonly locale: (local?: string) => string;
|
||||
// Warning: (ae-forgotten-export) The symbol "RedirectCode" needs to be exported by the entry point index.d.ts
|
||||
readonly redirect: (statusCode: RedirectCode, url: string) => RedirectMessage;
|
||||
// Warning: (ae-forgotten-export) The symbol "SendMethod" needs to be exported by the entry point index.d.ts
|
||||
readonly send: SendMethod;
|
||||
// Warning: (ae-forgotten-export) The symbol "StatusCodes" needs to be exported by the entry point index.d.ts
|
||||
readonly status: (statusCode?: StatusCodes) => number;
|
||||
readonly text: (statusCode: StatusCodes, text: string) => AbortMessage;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RequestEventLoader<PLATFORM = QwikCityPlatform> extends RequestEventAction<PLATFORM> {
|
||||
// (undocumented)
|
||||
defer: <T>(returnData: Promise<T> | (() => Promise<T>)) => DeferReturn<T>;
|
||||
// (undocumented)
|
||||
resolveValue: ResolveValue;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RequestHandler<PLATFORM = QwikCityPlatform> = (ev: RequestEvent<PLATFORM>) => Promise<void> | void;
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikSerializer" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikCityRun" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export function requestHandler<T = unknown>(serverRequestEv: ServerRequestEvent<T>, opts: ServerRenderOptions, qwikSerializer: QwikSerializer): Promise<QwikCityRun<T> | null>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolveSyncValue {
|
||||
// (undocumented)
|
||||
<T>(loader: Loader_2<T>): Awaited<T> extends () => any ? never : Awaited<T>;
|
||||
// (undocumented)
|
||||
<T>(action: Action<T>): Awaited<T> | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolveValue {
|
||||
// (undocumented)
|
||||
<T>(loader: Loader_2<T>): Awaited<T> extends () => any ? never : Promise<T>;
|
||||
// (undocumented)
|
||||
<T>(action: Action<T>): Promise<T | undefined>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export class ServerError<T = any> extends Error {
|
||||
constructor(status: number, data: T);
|
||||
// (undocumented)
|
||||
data: T;
|
||||
// (undocumented)
|
||||
status: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ServerRenderOptions extends RenderOptions {
|
||||
checkOrigin?: boolean;
|
||||
// (undocumented)
|
||||
qwikCityPlan: QwikCityPlan;
|
||||
// (undocumented)
|
||||
render: Render;
|
||||
}
|
||||
|
||||
// @public
|
||||
export interface ServerRequestEvent<T = unknown> {
|
||||
// (undocumented)
|
||||
env: EnvGetter;
|
||||
// (undocumented)
|
||||
getClientConn: () => ClientConn;
|
||||
// (undocumented)
|
||||
getWritableStream: ServerResponseHandler<T>;
|
||||
// (undocumented)
|
||||
locale: string | undefined;
|
||||
// (undocumented)
|
||||
mode: ServerRequestMode;
|
||||
// (undocumented)
|
||||
platform: QwikCityPlatform;
|
||||
// (undocumented)
|
||||
request: Request;
|
||||
// (undocumented)
|
||||
url: URL;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type ServerRequestMode = 'dev' | 'static' | 'server';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "RequestEventInternal" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type ServerResponseHandler<T = any> = (status: number, headers: Headers, cookies: Cookie, resolve: (response: T) => void, requestEv: RequestEventInternal) => WritableStream<Uint8Array>;
|
||||
|
||||
// @internal (undocumented)
|
||||
export class _TextEncoderStream_polyfill {
|
||||
// (undocumented)
|
||||
get [Symbol.toStringTag](): string;
|
||||
// (undocumented)
|
||||
get encoding(): string;
|
||||
// (undocumented)
|
||||
get readable(): ReadableStream<Uint8Array>;
|
||||
// (undocumented)
|
||||
get writable(): WritableStream<string>;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/middleware/vercel-edge/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "middleware.vercel-edge",
|
||||
"reportFolder": "<projectFolder>/src/middleware/vercel-edge/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/middleware/vercel-edge"
|
||||
},
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityVercelEdgeOptions): (request: Request) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformVercel {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityVercelEdgeOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';
|
||||
|
||||
// @public (undocumented)
|
||||
export function createQwikCity(opts: QwikCityVercelEdgeOptions): (request: Request) => Promise<Response>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PlatformVercel {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikCityVercelEdgeOptions extends ServerRenderOptions {
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/runtime/src/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik-city.runtime",
|
||||
"reportFolder": "<projectFolder>/src/runtime/src/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/src/runtime"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../../../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/runtime/src/service-worker/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik-city.service-worker",
|
||||
"reportFolder": "<projectFolder>/src/runtime/src/service-worker/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/src/runtime/service-worker"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export const setupServiceWorker: () => void;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
// @public @deprecated (undocumented)
|
||||
export const setupServiceWorker: () => void;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik-city/src/static/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik-city.static",
|
||||
"reportFolder": "<projectFolder>/src/static/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/qwik-city/static"
|
||||
},
|
||||
|
||||
@@ -1,52 +1,50 @@
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { RenderOptions } from '@builder.io/qwik/server';
|
||||
|
||||
// @public
|
||||
export function generate(opts: StaticGenerateOptions): Promise<StaticGenerateResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateOptions extends StaticGenerateRenderOptions {
|
||||
basePathname?: string;
|
||||
qwikCityPlanModulePath: string;
|
||||
renderModulePath: string;
|
||||
// (undocumented)
|
||||
rootDir?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateRenderOptions extends RenderOptions {
|
||||
emit404Pages?: boolean;
|
||||
emitData?: boolean;
|
||||
emitHtml?: boolean;
|
||||
exclude?: string[];
|
||||
include?: string[];
|
||||
log?: 'debug';
|
||||
maxTasksPerWorker?: number;
|
||||
maxWorkers?: number;
|
||||
origin: string;
|
||||
outDir: string;
|
||||
sitemapOutFile?: string | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateResult {
|
||||
// (undocumented)
|
||||
duration: number;
|
||||
// (undocumented)
|
||||
errors: number;
|
||||
// (undocumented)
|
||||
rendered: number;
|
||||
// (undocumented)
|
||||
staticPaths: string[];
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik-city"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="node" />
|
||||
|
||||
import type { RenderOptions } from '@builder.io/qwik/server';
|
||||
|
||||
// @public
|
||||
export function generate(opts: StaticGenerateOptions): Promise<StaticGenerateResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateOptions extends StaticGenerateRenderOptions {
|
||||
basePathname?: string;
|
||||
qwikCityPlanModulePath: string;
|
||||
renderModulePath: string;
|
||||
// (undocumented)
|
||||
rootDir?: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateRenderOptions extends RenderOptions {
|
||||
emit404Pages?: boolean;
|
||||
emitData?: boolean;
|
||||
emitHtml?: boolean;
|
||||
exclude?: string[];
|
||||
include?: string[];
|
||||
log?: 'debug';
|
||||
maxTasksPerWorker?: number;
|
||||
maxWorkers?: number;
|
||||
origin: string;
|
||||
outDir: string;
|
||||
sitemapOutFile?: string | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StaticGenerateResult {
|
||||
// (undocumented)
|
||||
duration: number;
|
||||
// (undocumented)
|
||||
errors: number;
|
||||
// (undocumented)
|
||||
rendered: number;
|
||||
// (undocumented)
|
||||
staticPaths: string[];
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/dist-dev/dts-out/packages/qwik-react/src/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik-react.",
|
||||
"reportFolder": "<projectFolder>/packages/qwik-react/src/",
|
||||
"reportTempFolder": "<projectFolder>/dist-dev/api-extractor/qwik-react"
|
||||
},
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik/src/build/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik.build",
|
||||
"reportFolder": "<projectFolder>/src/build/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/build/"
|
||||
},
|
||||
|
||||
@@ -1,18 +1,16 @@
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
// @public
|
||||
export const isBrowser: boolean;
|
||||
|
||||
// @public
|
||||
export const isDev: boolean;
|
||||
|
||||
// @public
|
||||
export const isServer: boolean;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
// @public
|
||||
export const isBrowser: boolean;
|
||||
|
||||
// @public
|
||||
export const isDev: boolean;
|
||||
|
||||
// @public
|
||||
export const isServer: boolean;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik/src/core/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik.core",
|
||||
"reportFolder": "<projectFolder>/src/core/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/core/"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik/src/optimizer/src/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik.optimizer",
|
||||
"reportFolder": "<projectFolder>/src/optimizer/src/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/optimizer/"
|
||||
},
|
||||
|
||||
@@ -1,499 +1,499 @@
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
|
||||
// @public
|
||||
export type BundleGraphAdder = (manifest: QwikManifest) => Record<string, {
|
||||
imports?: string[];
|
||||
dynamicImports?: string[];
|
||||
}>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ComponentEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'component';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const createOptimizer: (optimizerOptions?: OptimizerOptions) => Promise<Optimizer>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Diagnostic {
|
||||
// (undocumented)
|
||||
category: DiagnosticCategory;
|
||||
// (undocumented)
|
||||
code: string | null;
|
||||
// (undocumented)
|
||||
file: string;
|
||||
// (undocumented)
|
||||
highlights: SourceLocation[];
|
||||
// (undocumented)
|
||||
message: string;
|
||||
// (undocumented)
|
||||
scope: string;
|
||||
// (undocumented)
|
||||
suggestions: string[] | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type DiagnosticCategory = 'error' | 'warning' | 'sourceError';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "HoistEntryStrategy" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "HookEntryStrategy_2" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type EntryStrategy = InlineEntryStrategy | HoistEntryStrategy | SingleEntryStrategy | HookEntryStrategy_2 | SegmentEntryStrategy | ComponentEntryStrategy | SmartEntryStrategy;
|
||||
|
||||
// @alpha
|
||||
export enum ExperimentalFeatures {
|
||||
noSPA = "noSPA",
|
||||
preventNavigate = "preventNavigate",
|
||||
valibot = "valibot"
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface GlobalInjections {
|
||||
// (undocumented)
|
||||
attributes?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
// (undocumented)
|
||||
location: 'head' | 'body';
|
||||
// (undocumented)
|
||||
tag: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InlineEntryStrategy {
|
||||
// (undocumented)
|
||||
type: 'inline';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type MinifyMode = 'simplify' | 'none';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Optimizer {
|
||||
sys: OptimizerSystem;
|
||||
transformFs(opts: TransformFsOptions): Promise<TransformOutput>;
|
||||
transformFsSync(opts: TransformFsOptions): TransformOutput;
|
||||
transformModules(opts: TransformModulesOptions): Promise<TransformOutput>;
|
||||
transformModulesSync(opts: TransformModulesOptions): TransformOutput;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface OptimizerOptions {
|
||||
// (undocumented)
|
||||
binding?: any;
|
||||
inlineStylesUpToBytes?: number;
|
||||
sourcemap?: boolean;
|
||||
// (undocumented)
|
||||
sys?: OptimizerSystem;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface OptimizerSystem {
|
||||
// (undocumented)
|
||||
cwd: () => string;
|
||||
// (undocumented)
|
||||
dynamicImport: (path: string) => Promise<any>;
|
||||
// (undocumented)
|
||||
env: SystemEnvironment;
|
||||
// (undocumented)
|
||||
getInputFiles?: (rootDir: string) => Promise<TransformModuleInput[]>;
|
||||
// (undocumented)
|
||||
os: string;
|
||||
// (undocumented)
|
||||
path: Path;
|
||||
// (undocumented)
|
||||
strictDynamicImport: (path: string) => Promise<any>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Path {
|
||||
// (undocumented)
|
||||
basename(path: string, ext?: string): string;
|
||||
// (undocumented)
|
||||
readonly delimiter: string;
|
||||
// (undocumented)
|
||||
dirname(path: string): string;
|
||||
// (undocumented)
|
||||
extname(path: string): string;
|
||||
// (undocumented)
|
||||
format(pathObject: {
|
||||
root: string;
|
||||
dir: string;
|
||||
base: string;
|
||||
ext: string;
|
||||
name: string;
|
||||
}): string;
|
||||
// (undocumented)
|
||||
isAbsolute(path: string): boolean;
|
||||
// (undocumented)
|
||||
join(...paths: string[]): string;
|
||||
// (undocumented)
|
||||
normalize(path: string): string;
|
||||
// (undocumented)
|
||||
parse(path: string): {
|
||||
root: string;
|
||||
dir: string;
|
||||
base: string;
|
||||
ext: string;
|
||||
name: string;
|
||||
};
|
||||
// (undocumented)
|
||||
readonly posix: Path;
|
||||
// (undocumented)
|
||||
relative(from: string, to: string): string;
|
||||
// (undocumented)
|
||||
resolve(...paths: string[]): string;
|
||||
// (undocumented)
|
||||
readonly sep: string;
|
||||
// (undocumented)
|
||||
readonly win32: null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type QwikBuildMode = 'production' | 'development';
|
||||
|
||||
// @public (undocumented)
|
||||
export type QwikBuildTarget = 'client' | 'ssr' | 'lib' | 'test';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikBundle {
|
||||
dynamicImports?: string[];
|
||||
imports?: string[];
|
||||
interactivity?: number;
|
||||
origins?: string[];
|
||||
size: number;
|
||||
symbols?: string[];
|
||||
total: number;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type QwikBundleGraph = Array<string | number>;
|
||||
|
||||
// @public
|
||||
export interface QwikManifest {
|
||||
bundleGraph?: QwikBundleGraph;
|
||||
bundles: {
|
||||
[fileName: string]: QwikBundle;
|
||||
};
|
||||
injections?: GlobalInjections[];
|
||||
manifestHash: string;
|
||||
mapping: {
|
||||
[symbolName: string]: string;
|
||||
};
|
||||
options?: {
|
||||
target?: string;
|
||||
buildMode?: string;
|
||||
entryStrategy?: {
|
||||
type: EntryStrategy['type'];
|
||||
};
|
||||
};
|
||||
platform?: {
|
||||
[name: string]: string;
|
||||
};
|
||||
preloader?: string;
|
||||
symbols: {
|
||||
[symbolName: string]: QwikSymbol;
|
||||
};
|
||||
version: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function qwikRollup(qwikRollupOpts?: QwikRollupPluginOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikRollupPluginOptions {
|
||||
buildMode?: QwikBuildMode;
|
||||
// (undocumented)
|
||||
csr?: boolean;
|
||||
debug?: boolean;
|
||||
entryStrategy?: EntryStrategy;
|
||||
// Warning: (ae-incompatible-release-tags) The symbol "experimental" is marked as @public, but its signature references "ExperimentalFeatures" which is marked as @alpha
|
||||
experimental?: (keyof typeof ExperimentalFeatures)[];
|
||||
lint?: boolean;
|
||||
manifestInput?: QwikManifest;
|
||||
manifestOutput?: (manifest: QwikManifest) => Promise<void> | void;
|
||||
// (undocumented)
|
||||
optimizerOptions?: OptimizerOptions;
|
||||
rootDir?: string;
|
||||
srcDir?: string;
|
||||
srcInputs?: TransformModuleInput[] | null;
|
||||
target?: QwikBuildTarget;
|
||||
transformedModuleOutput?: ((transformedModules: TransformModule[]) => Promise<void> | void) | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikSymbol {
|
||||
// (undocumented)
|
||||
canonicalFilename: string;
|
||||
// (undocumented)
|
||||
captures: boolean;
|
||||
// (undocumented)
|
||||
ctxKind: 'function' | 'eventHandler';
|
||||
// (undocumented)
|
||||
ctxName: string;
|
||||
// (undocumented)
|
||||
displayName: string;
|
||||
// (undocumented)
|
||||
hash: string;
|
||||
// (undocumented)
|
||||
loc: [number, number];
|
||||
// (undocumented)
|
||||
origin: string;
|
||||
// (undocumented)
|
||||
parent: string | null;
|
||||
}
|
||||
|
||||
// @public
|
||||
export function qwikVite(qwikViteOpts?: QwikVitePluginOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikViteDevResponse {
|
||||
// (undocumented)
|
||||
_qwikEnvData?: Record<string, any>;
|
||||
// (undocumented)
|
||||
_qwikRenderResolve?: () => void;
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "P" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export type QwikVitePlugin = P<QwikVitePluginApi> & {
|
||||
name: 'vite-plugin-qwik';
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikVitePluginApi {
|
||||
// (undocumented)
|
||||
getAssetsDir: () => string | undefined;
|
||||
// (undocumented)
|
||||
getClientOutDir: () => string | null;
|
||||
// (undocumented)
|
||||
getClientPublicOutDir: () => string | null;
|
||||
// (undocumented)
|
||||
getManifest: () => QwikManifest | null;
|
||||
// (undocumented)
|
||||
getOptimizer: () => Optimizer | null;
|
||||
// Warning: (ae-forgotten-export) The symbol "NormalizedQwikPluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
getOptions: () => NormalizedQwikPluginOptions;
|
||||
// (undocumented)
|
||||
getRootDir: () => string | null;
|
||||
// (undocumented)
|
||||
registerBundleGraphAdder: (adder: BundleGraphAdder) => void;
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikVitePluginCSROptions" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikVitePluginSSROptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type QwikVitePluginOptions = QwikVitePluginCSROptions | QwikVitePluginSSROptions;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolvedManifest {
|
||||
// (undocumented)
|
||||
injections: GlobalInjections[];
|
||||
// (undocumented)
|
||||
manifest: QwikManifest;
|
||||
// (undocumented)
|
||||
mapper: SymbolMapper;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
interface SegmentAnalysis {
|
||||
// (undocumented)
|
||||
canonicalFilename: string;
|
||||
// (undocumented)
|
||||
captures: boolean;
|
||||
// (undocumented)
|
||||
ctxKind: 'eventHandler' | 'function';
|
||||
// (undocumented)
|
||||
ctxName: string;
|
||||
// (undocumented)
|
||||
displayName: string;
|
||||
// (undocumented)
|
||||
entry: string | null;
|
||||
// (undocumented)
|
||||
extension: string;
|
||||
// (undocumented)
|
||||
hash: string;
|
||||
// (undocumented)
|
||||
loc: [number, number];
|
||||
// (undocumented)
|
||||
name: string;
|
||||
// (undocumented)
|
||||
origin: string;
|
||||
// (undocumented)
|
||||
parent: string | null;
|
||||
}
|
||||
export { SegmentAnalysis as HookAnalysis }
|
||||
export { SegmentAnalysis }
|
||||
|
||||
// @public (undocumented)
|
||||
interface SegmentEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'segment';
|
||||
}
|
||||
export { SegmentEntryStrategy as HookEntryStrategy }
|
||||
export { SegmentEntryStrategy }
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SingleEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'single';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SmartEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'smart';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SourceLocation {
|
||||
// (undocumented)
|
||||
endCol: number;
|
||||
// (undocumented)
|
||||
endLine: number;
|
||||
// (undocumented)
|
||||
hi: number;
|
||||
// (undocumented)
|
||||
lo: number;
|
||||
// (undocumented)
|
||||
startCol: number;
|
||||
// (undocumented)
|
||||
startLine: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type SourceMapsOption = 'external' | 'inline' | undefined | null;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SymbolMapper = Record<string, readonly [symbol: string, chunk: string]>;
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "createSymbolMapper" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @alpha
|
||||
export let symbolMapper: ReturnType<typeof createSymbolMapper>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SymbolMapperFn = (symbolName: string, mapper: SymbolMapper | undefined, parent?: string) => readonly [symbol: string, chunk: string] | undefined;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SystemEnvironment = 'node' | 'deno' | 'bun' | 'webworker' | 'browsermain' | 'unknown';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformFsOptions extends TransformOptions {
|
||||
// (undocumented)
|
||||
vendorRoots: string[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModule {
|
||||
// (undocumented)
|
||||
code: string;
|
||||
// (undocumented)
|
||||
isEntry: boolean;
|
||||
// (undocumented)
|
||||
map: string | null;
|
||||
// (undocumented)
|
||||
origPath: string | null;
|
||||
// (undocumented)
|
||||
path: string;
|
||||
// (undocumented)
|
||||
segment: SegmentAnalysis | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModuleInput {
|
||||
// (undocumented)
|
||||
code: string;
|
||||
// (undocumented)
|
||||
devPath?: string;
|
||||
// (undocumented)
|
||||
path: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModulesOptions extends TransformOptions {
|
||||
// (undocumented)
|
||||
input: TransformModuleInput[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformOptions {
|
||||
// (undocumented)
|
||||
entryStrategy?: EntryStrategy;
|
||||
// (undocumented)
|
||||
explicitExtensions?: boolean;
|
||||
// (undocumented)
|
||||
isServer?: boolean;
|
||||
// (undocumented)
|
||||
minify?: MinifyMode;
|
||||
// Warning: (ae-forgotten-export) The symbol "EmitMode" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
mode?: EmitMode;
|
||||
// (undocumented)
|
||||
preserveFilenames?: boolean;
|
||||
// (undocumented)
|
||||
regCtxName?: string[];
|
||||
// (undocumented)
|
||||
rootDir?: string;
|
||||
// (undocumented)
|
||||
scope?: string;
|
||||
// (undocumented)
|
||||
sourceMaps?: boolean;
|
||||
// (undocumented)
|
||||
srcDir: string;
|
||||
// (undocumented)
|
||||
stripCtxName?: string[];
|
||||
// (undocumented)
|
||||
stripEventHandlers?: boolean;
|
||||
// (undocumented)
|
||||
stripExports?: string[];
|
||||
// (undocumented)
|
||||
transpileJsx?: boolean;
|
||||
// (undocumented)
|
||||
transpileTs?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformOutput {
|
||||
// (undocumented)
|
||||
diagnostics: Diagnostic[];
|
||||
// (undocumented)
|
||||
isJsx: boolean;
|
||||
// (undocumented)
|
||||
isTypeScript: boolean;
|
||||
// (undocumented)
|
||||
modules: TransformModule[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type TranspileOption = boolean | undefined | null;
|
||||
|
||||
// @public (undocumented)
|
||||
export const versions: {
|
||||
qwik: string;
|
||||
};
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { Plugin as Plugin_2 } from 'vite';
|
||||
|
||||
// @public
|
||||
export type BundleGraphAdder = (manifest: QwikManifest) => Record<string, {
|
||||
imports?: string[];
|
||||
dynamicImports?: string[];
|
||||
}>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ComponentEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'component';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const createOptimizer: (optimizerOptions?: OptimizerOptions) => Promise<Optimizer>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Diagnostic {
|
||||
// (undocumented)
|
||||
category: DiagnosticCategory;
|
||||
// (undocumented)
|
||||
code: string | null;
|
||||
// (undocumented)
|
||||
file: string;
|
||||
// (undocumented)
|
||||
highlights: SourceLocation[];
|
||||
// (undocumented)
|
||||
message: string;
|
||||
// (undocumented)
|
||||
scope: string;
|
||||
// (undocumented)
|
||||
suggestions: string[] | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type DiagnosticCategory = 'error' | 'warning' | 'sourceError';
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "HoistEntryStrategy" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "HookEntryStrategy_2" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type EntryStrategy = InlineEntryStrategy | HoistEntryStrategy | SingleEntryStrategy | HookEntryStrategy_2 | SegmentEntryStrategy | ComponentEntryStrategy | SmartEntryStrategy;
|
||||
|
||||
// @alpha
|
||||
export enum ExperimentalFeatures {
|
||||
noSPA = "noSPA",
|
||||
preventNavigate = "preventNavigate",
|
||||
valibot = "valibot"
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface GlobalInjections {
|
||||
// (undocumented)
|
||||
attributes?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
// (undocumented)
|
||||
location: 'head' | 'body';
|
||||
// (undocumented)
|
||||
tag: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InlineEntryStrategy {
|
||||
// (undocumented)
|
||||
type: 'inline';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type MinifyMode = 'simplify' | 'none';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Optimizer {
|
||||
sys: OptimizerSystem;
|
||||
transformFs(opts: TransformFsOptions): Promise<TransformOutput>;
|
||||
transformFsSync(opts: TransformFsOptions): TransformOutput;
|
||||
transformModules(opts: TransformModulesOptions): Promise<TransformOutput>;
|
||||
transformModulesSync(opts: TransformModulesOptions): TransformOutput;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface OptimizerOptions {
|
||||
// (undocumented)
|
||||
binding?: any;
|
||||
inlineStylesUpToBytes?: number;
|
||||
sourcemap?: boolean;
|
||||
// (undocumented)
|
||||
sys?: OptimizerSystem;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface OptimizerSystem {
|
||||
// (undocumented)
|
||||
cwd: () => string;
|
||||
// (undocumented)
|
||||
dynamicImport: (path: string) => Promise<any>;
|
||||
// (undocumented)
|
||||
env: SystemEnvironment;
|
||||
// (undocumented)
|
||||
getInputFiles?: (rootDir: string) => Promise<TransformModuleInput[]>;
|
||||
// (undocumented)
|
||||
os: string;
|
||||
// (undocumented)
|
||||
path: Path;
|
||||
// (undocumented)
|
||||
strictDynamicImport: (path: string) => Promise<any>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface Path {
|
||||
// (undocumented)
|
||||
basename(path: string, ext?: string): string;
|
||||
// (undocumented)
|
||||
readonly delimiter: string;
|
||||
// (undocumented)
|
||||
dirname(path: string): string;
|
||||
// (undocumented)
|
||||
extname(path: string): string;
|
||||
// (undocumented)
|
||||
format(pathObject: {
|
||||
root: string;
|
||||
dir: string;
|
||||
base: string;
|
||||
ext: string;
|
||||
name: string;
|
||||
}): string;
|
||||
// (undocumented)
|
||||
isAbsolute(path: string): boolean;
|
||||
// (undocumented)
|
||||
join(...paths: string[]): string;
|
||||
// (undocumented)
|
||||
normalize(path: string): string;
|
||||
// (undocumented)
|
||||
parse(path: string): {
|
||||
root: string;
|
||||
dir: string;
|
||||
base: string;
|
||||
ext: string;
|
||||
name: string;
|
||||
};
|
||||
// (undocumented)
|
||||
readonly posix: Path;
|
||||
// (undocumented)
|
||||
relative(from: string, to: string): string;
|
||||
// (undocumented)
|
||||
resolve(...paths: string[]): string;
|
||||
// (undocumented)
|
||||
readonly sep: string;
|
||||
// (undocumented)
|
||||
readonly win32: null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type QwikBuildMode = 'production' | 'development';
|
||||
|
||||
// @public (undocumented)
|
||||
export type QwikBuildTarget = 'client' | 'ssr' | 'lib' | 'test';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikBundle {
|
||||
dynamicImports?: string[];
|
||||
imports?: string[];
|
||||
interactivity?: number;
|
||||
origins?: string[];
|
||||
size: number;
|
||||
symbols?: string[];
|
||||
total: number;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type QwikBundleGraph = Array<string | number>;
|
||||
|
||||
// @public
|
||||
export interface QwikManifest {
|
||||
bundleGraph?: QwikBundleGraph;
|
||||
bundles: {
|
||||
[fileName: string]: QwikBundle;
|
||||
};
|
||||
injections?: GlobalInjections[];
|
||||
manifestHash: string;
|
||||
mapping: {
|
||||
[symbolName: string]: string;
|
||||
};
|
||||
options?: {
|
||||
target?: string;
|
||||
buildMode?: string;
|
||||
entryStrategy?: {
|
||||
type: EntryStrategy['type'];
|
||||
};
|
||||
};
|
||||
platform?: {
|
||||
[name: string]: string;
|
||||
};
|
||||
preloader?: string;
|
||||
symbols: {
|
||||
[symbolName: string]: QwikSymbol;
|
||||
};
|
||||
version: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function qwikRollup(qwikRollupOpts?: QwikRollupPluginOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikRollupPluginOptions {
|
||||
buildMode?: QwikBuildMode;
|
||||
// (undocumented)
|
||||
csr?: boolean;
|
||||
debug?: boolean;
|
||||
entryStrategy?: EntryStrategy;
|
||||
// Warning: (ae-incompatible-release-tags) The symbol "experimental" is marked as @public, but its signature references "ExperimentalFeatures" which is marked as @alpha
|
||||
experimental?: (keyof typeof ExperimentalFeatures)[];
|
||||
lint?: boolean;
|
||||
manifestInput?: QwikManifest;
|
||||
manifestOutput?: (manifest: QwikManifest) => Promise<void> | void;
|
||||
// (undocumented)
|
||||
optimizerOptions?: OptimizerOptions;
|
||||
rootDir?: string;
|
||||
srcDir?: string;
|
||||
srcInputs?: TransformModuleInput[] | null;
|
||||
target?: QwikBuildTarget;
|
||||
transformedModuleOutput?: ((transformedModules: TransformModule[]) => Promise<void> | void) | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikSymbol {
|
||||
// (undocumented)
|
||||
canonicalFilename: string;
|
||||
// (undocumented)
|
||||
captures: boolean;
|
||||
// (undocumented)
|
||||
ctxKind: 'function' | 'eventHandler';
|
||||
// (undocumented)
|
||||
ctxName: string;
|
||||
// (undocumented)
|
||||
displayName: string;
|
||||
// (undocumented)
|
||||
hash: string;
|
||||
// (undocumented)
|
||||
loc: [number, number];
|
||||
// (undocumented)
|
||||
origin: string;
|
||||
// (undocumented)
|
||||
parent: string | null;
|
||||
}
|
||||
|
||||
// @public
|
||||
export function qwikVite(qwikViteOpts?: QwikVitePluginOptions): any;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikViteDevResponse {
|
||||
// (undocumented)
|
||||
_qwikEnvData?: Record<string, any>;
|
||||
// (undocumented)
|
||||
_qwikRenderResolve?: () => void;
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "P" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export type QwikVitePlugin = P<QwikVitePluginApi> & {
|
||||
name: 'vite-plugin-qwik';
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikVitePluginApi {
|
||||
// (undocumented)
|
||||
getAssetsDir: () => string | undefined;
|
||||
// (undocumented)
|
||||
getClientOutDir: () => string | null;
|
||||
// (undocumented)
|
||||
getClientPublicOutDir: () => string | null;
|
||||
// (undocumented)
|
||||
getManifest: () => QwikManifest | null;
|
||||
// (undocumented)
|
||||
getOptimizer: () => Optimizer | null;
|
||||
// Warning: (ae-forgotten-export) The symbol "NormalizedQwikPluginOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
getOptions: () => NormalizedQwikPluginOptions;
|
||||
// (undocumented)
|
||||
getRootDir: () => string | null;
|
||||
// (undocumented)
|
||||
registerBundleGraphAdder: (adder: BundleGraphAdder) => void;
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikVitePluginCSROptions" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikVitePluginSSROptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type QwikVitePluginOptions = QwikVitePluginCSROptions | QwikVitePluginSSROptions;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ResolvedManifest {
|
||||
// (undocumented)
|
||||
injections: GlobalInjections[];
|
||||
// (undocumented)
|
||||
manifest: QwikManifest;
|
||||
// (undocumented)
|
||||
mapper: SymbolMapper;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
interface SegmentAnalysis {
|
||||
// (undocumented)
|
||||
canonicalFilename: string;
|
||||
// (undocumented)
|
||||
captures: boolean;
|
||||
// (undocumented)
|
||||
ctxKind: 'eventHandler' | 'function';
|
||||
// (undocumented)
|
||||
ctxName: string;
|
||||
// (undocumented)
|
||||
displayName: string;
|
||||
// (undocumented)
|
||||
entry: string | null;
|
||||
// (undocumented)
|
||||
extension: string;
|
||||
// (undocumented)
|
||||
hash: string;
|
||||
// (undocumented)
|
||||
loc: [number, number];
|
||||
// (undocumented)
|
||||
name: string;
|
||||
// (undocumented)
|
||||
origin: string;
|
||||
// (undocumented)
|
||||
parent: string | null;
|
||||
}
|
||||
export { SegmentAnalysis as HookAnalysis }
|
||||
export { SegmentAnalysis }
|
||||
|
||||
// @public (undocumented)
|
||||
interface SegmentEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'segment';
|
||||
}
|
||||
export { SegmentEntryStrategy as HookEntryStrategy }
|
||||
export { SegmentEntryStrategy }
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SingleEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'single';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SmartEntryStrategy {
|
||||
// (undocumented)
|
||||
manual?: Record<string, string>;
|
||||
// (undocumented)
|
||||
type: 'smart';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SourceLocation {
|
||||
// (undocumented)
|
||||
endCol: number;
|
||||
// (undocumented)
|
||||
endLine: number;
|
||||
// (undocumented)
|
||||
hi: number;
|
||||
// (undocumented)
|
||||
lo: number;
|
||||
// (undocumented)
|
||||
startCol: number;
|
||||
// (undocumented)
|
||||
startLine: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type SourceMapsOption = 'external' | 'inline' | undefined | null;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SymbolMapper = Record<string, readonly [symbol: string, chunk: string]>;
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "createSymbolMapper" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @alpha
|
||||
export let symbolMapper: ReturnType<typeof createSymbolMapper>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SymbolMapperFn = (symbolName: string, mapper: SymbolMapper | undefined, parent?: string) => readonly [symbol: string, chunk: string] | undefined;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SystemEnvironment = 'node' | 'deno' | 'bun' | 'webworker' | 'browsermain' | 'unknown';
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformFsOptions extends TransformOptions {
|
||||
// (undocumented)
|
||||
vendorRoots: string[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModule {
|
||||
// (undocumented)
|
||||
code: string;
|
||||
// (undocumented)
|
||||
isEntry: boolean;
|
||||
// (undocumented)
|
||||
map: string | null;
|
||||
// (undocumented)
|
||||
origPath: string | null;
|
||||
// (undocumented)
|
||||
path: string;
|
||||
// (undocumented)
|
||||
segment: SegmentAnalysis | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModuleInput {
|
||||
// (undocumented)
|
||||
code: string;
|
||||
// (undocumented)
|
||||
devPath?: string;
|
||||
// (undocumented)
|
||||
path: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformModulesOptions extends TransformOptions {
|
||||
// (undocumented)
|
||||
input: TransformModuleInput[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformOptions {
|
||||
// (undocumented)
|
||||
entryStrategy?: EntryStrategy;
|
||||
// (undocumented)
|
||||
explicitExtensions?: boolean;
|
||||
// (undocumented)
|
||||
isServer?: boolean;
|
||||
// (undocumented)
|
||||
minify?: MinifyMode;
|
||||
// Warning: (ae-forgotten-export) The symbol "EmitMode" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
mode?: EmitMode;
|
||||
// (undocumented)
|
||||
preserveFilenames?: boolean;
|
||||
// (undocumented)
|
||||
regCtxName?: string[];
|
||||
// (undocumented)
|
||||
rootDir?: string;
|
||||
// (undocumented)
|
||||
scope?: string;
|
||||
// (undocumented)
|
||||
sourceMaps?: boolean;
|
||||
// (undocumented)
|
||||
srcDir: string;
|
||||
// (undocumented)
|
||||
stripCtxName?: string[];
|
||||
// (undocumented)
|
||||
stripEventHandlers?: boolean;
|
||||
// (undocumented)
|
||||
stripExports?: string[];
|
||||
// (undocumented)
|
||||
transpileJsx?: boolean;
|
||||
// (undocumented)
|
||||
transpileTs?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface TransformOutput {
|
||||
// (undocumented)
|
||||
diagnostics: Diagnostic[];
|
||||
// (undocumented)
|
||||
isJsx: boolean;
|
||||
// (undocumented)
|
||||
isTypeScript: boolean;
|
||||
// (undocumented)
|
||||
modules: TransformModule[];
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type TranspileOption = boolean | undefined | null;
|
||||
|
||||
// @public (undocumented)
|
||||
export const versions: {
|
||||
qwik: string;
|
||||
};
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>../../dist-dev/dts-out/packages/qwik/src/server/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik.server",
|
||||
"reportFolder": "<projectFolder>/src/server/",
|
||||
"reportTempFolder": "<projectFolder>../../dist-dev/api-extractor/server/"
|
||||
},
|
||||
|
||||
@@ -1,213 +1,213 @@
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { QwikManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { ResolvedManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { SnapshotResult } from '@builder.io/qwik';
|
||||
import type { StreamWriter } from '@builder.io/qwik';
|
||||
import type { SymbolMapperFn } from '@builder.io/qwik/optimizer';
|
||||
|
||||
// @public
|
||||
export function getQwikLoaderScript(opts?: {
|
||||
debug?: boolean;
|
||||
}): string;
|
||||
|
||||
// @public
|
||||
export function getQwikPrefetchWorkerScript(opts?: {
|
||||
debug?: boolean;
|
||||
}): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InOrderAuto {
|
||||
// (undocumented)
|
||||
maximunChunk?: number;
|
||||
// (undocumented)
|
||||
maximunInitialChunk?: number;
|
||||
// (undocumented)
|
||||
strategy: 'auto';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InOrderDisabled {
|
||||
// (undocumented)
|
||||
strategy: 'disabled';
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "InOrderDirect" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type InOrderStreaming = InOrderAuto | InOrderDisabled | InOrderDirect;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export interface PrefetchImplementation {
|
||||
// @deprecated (undocumented)
|
||||
linkFetchPriority?: 'auto' | 'low' | 'high' | null;
|
||||
// @deprecated (undocumented)
|
||||
linkInsert?: 'js-append' | 'html-append' | null;
|
||||
// @deprecated (undocumented)
|
||||
linkRel?: 'prefetch' | 'preload' | 'modulepreload' | null;
|
||||
// @deprecated (undocumented)
|
||||
prefetchEvent?: 'always' | null;
|
||||
// @deprecated (undocumented)
|
||||
workerFetchInsert?: 'always' | 'no-link-support' | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PrefetchResource {
|
||||
// (undocumented)
|
||||
imports: PrefetchResource[];
|
||||
// (undocumented)
|
||||
url: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PrefetchStrategy {
|
||||
// (undocumented)
|
||||
implementation?: PrefetchImplementation;
|
||||
// (undocumented)
|
||||
symbolsToPrefetch?: SymbolsToPrefetch;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PreloaderOptions {
|
||||
debug?: boolean;
|
||||
maxBufferedPreloads?: number;
|
||||
preloadProbability?: number;
|
||||
ssrPreloadProbability?: number;
|
||||
ssrPreloads?: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikLoaderOptions {
|
||||
// (undocumented)
|
||||
include?: 'always' | 'never' | 'auto';
|
||||
// (undocumented)
|
||||
position?: 'top' | 'bottom';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type Render = RenderToString | RenderToStream;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderOptions extends SerializeDocumentOptions {
|
||||
base?: string | ((options: RenderOptions) => string);
|
||||
// (undocumented)
|
||||
containerAttributes?: Record<string, string>;
|
||||
containerTagName?: string;
|
||||
locale?: string | ((options: RenderOptions) => string);
|
||||
// @deprecated (undocumented)
|
||||
prefetchStrategy?: PrefetchStrategy | null;
|
||||
// (undocumented)
|
||||
preloader?: PreloaderOptions | boolean;
|
||||
qwikLoader?: QwikLoaderOptions;
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikPrefetchServiceWorkerOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @deprecated (undocumented)
|
||||
qwikPrefetchServiceWorker?: QwikPrefetchServiceWorkerOptions;
|
||||
// (undocumented)
|
||||
serverData?: Record<string, any>;
|
||||
snapshot?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderResult {
|
||||
// (undocumented)
|
||||
isStatic: boolean;
|
||||
// (undocumented)
|
||||
manifest?: QwikManifest;
|
||||
// (undocumented)
|
||||
prefetchResources: PrefetchResource[];
|
||||
// (undocumented)
|
||||
snapshotResult: SnapshotResult | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RenderToStream = (opts: RenderToStreamOptions) => Promise<RenderToStreamResult>;
|
||||
|
||||
// @public
|
||||
export function renderToStream(rootNode: any, opts: RenderToStreamOptions): Promise<RenderToStreamResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStreamOptions extends RenderOptions {
|
||||
// (undocumented)
|
||||
stream: StreamWriter;
|
||||
// (undocumented)
|
||||
streaming?: StreamingOptions;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStreamResult extends RenderResult {
|
||||
// (undocumented)
|
||||
flushes: number;
|
||||
// (undocumented)
|
||||
size: number;
|
||||
// (undocumented)
|
||||
timing: {
|
||||
firstFlush: number;
|
||||
render: number;
|
||||
snapshot: number;
|
||||
};
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RenderToString = (opts: RenderToStringOptions) => Promise<RenderToStringResult>;
|
||||
|
||||
// @public
|
||||
export function renderToString(rootNode: any, opts?: RenderToStringOptions): Promise<RenderToStringResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStringOptions extends RenderOptions {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStringResult extends RenderResult {
|
||||
// (undocumented)
|
||||
html: string;
|
||||
// (undocumented)
|
||||
timing: {
|
||||
render: number;
|
||||
snapshot: number;
|
||||
};
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "ResolvedManifest_2" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export function resolveManifest(manifest?: Partial<QwikManifest | ResolvedManifest_2> | undefined): ResolvedManifest_2 | undefined;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SerializeDocumentOptions {
|
||||
// (undocumented)
|
||||
debug?: boolean;
|
||||
// (undocumented)
|
||||
manifest?: Partial<QwikManifest | ResolvedManifest>;
|
||||
// (undocumented)
|
||||
symbolMapper?: SymbolMapperFn;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function setServerPlatform(manifest?: Partial<QwikManifest | ResolvedManifest>): Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StreamingOptions {
|
||||
// (undocumented)
|
||||
inOrder?: InOrderStreaming;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type SymbolsToPrefetch = 'auto' | ((opts: {
|
||||
manifest: QwikManifest;
|
||||
}) => PrefetchResource[]);
|
||||
|
||||
// @public (undocumented)
|
||||
export const versions: {
|
||||
readonly qwik: string;
|
||||
readonly qwikDom: string;
|
||||
};
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { QwikManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { ResolvedManifest } from '@builder.io/qwik/optimizer';
|
||||
import type { SnapshotResult } from '@builder.io/qwik';
|
||||
import type { StreamWriter } from '@builder.io/qwik';
|
||||
import type { SymbolMapperFn } from '@builder.io/qwik/optimizer';
|
||||
|
||||
// @public
|
||||
export function getQwikLoaderScript(opts?: {
|
||||
debug?: boolean;
|
||||
}): string;
|
||||
|
||||
// @public
|
||||
export function getQwikPrefetchWorkerScript(opts?: {
|
||||
debug?: boolean;
|
||||
}): string;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InOrderAuto {
|
||||
// (undocumented)
|
||||
maximunChunk?: number;
|
||||
// (undocumented)
|
||||
maximunInitialChunk?: number;
|
||||
// (undocumented)
|
||||
strategy: 'auto';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface InOrderDisabled {
|
||||
// (undocumented)
|
||||
strategy: 'disabled';
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "InOrderDirect" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type InOrderStreaming = InOrderAuto | InOrderDisabled | InOrderDirect;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export interface PrefetchImplementation {
|
||||
// @deprecated (undocumented)
|
||||
linkFetchPriority?: 'auto' | 'low' | 'high' | null;
|
||||
// @deprecated (undocumented)
|
||||
linkInsert?: 'js-append' | 'html-append' | null;
|
||||
// @deprecated (undocumented)
|
||||
linkRel?: 'prefetch' | 'preload' | 'modulepreload' | null;
|
||||
// @deprecated (undocumented)
|
||||
prefetchEvent?: 'always' | null;
|
||||
// @deprecated (undocumented)
|
||||
workerFetchInsert?: 'always' | 'no-link-support' | null;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PrefetchResource {
|
||||
// (undocumented)
|
||||
imports: PrefetchResource[];
|
||||
// (undocumented)
|
||||
url: string;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PrefetchStrategy {
|
||||
// (undocumented)
|
||||
implementation?: PrefetchImplementation;
|
||||
// (undocumented)
|
||||
symbolsToPrefetch?: SymbolsToPrefetch;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface PreloaderOptions {
|
||||
debug?: boolean;
|
||||
maxBufferedPreloads?: number;
|
||||
preloadProbability?: number;
|
||||
ssrPreloadProbability?: number;
|
||||
ssrPreloads?: number;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface QwikLoaderOptions {
|
||||
// (undocumented)
|
||||
include?: 'always' | 'never' | 'auto';
|
||||
// (undocumented)
|
||||
position?: 'top' | 'bottom';
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type Render = RenderToString | RenderToStream;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderOptions extends SerializeDocumentOptions {
|
||||
base?: string | ((options: RenderOptions) => string);
|
||||
// (undocumented)
|
||||
containerAttributes?: Record<string, string>;
|
||||
containerTagName?: string;
|
||||
locale?: string | ((options: RenderOptions) => string);
|
||||
// @deprecated (undocumented)
|
||||
prefetchStrategy?: PrefetchStrategy | null;
|
||||
// (undocumented)
|
||||
preloader?: PreloaderOptions | boolean;
|
||||
qwikLoader?: QwikLoaderOptions;
|
||||
// Warning: (ae-forgotten-export) The symbol "QwikPrefetchServiceWorkerOptions" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @deprecated (undocumented)
|
||||
qwikPrefetchServiceWorker?: QwikPrefetchServiceWorkerOptions;
|
||||
// (undocumented)
|
||||
serverData?: Record<string, any>;
|
||||
snapshot?: boolean;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderResult {
|
||||
// (undocumented)
|
||||
isStatic: boolean;
|
||||
// (undocumented)
|
||||
manifest?: QwikManifest;
|
||||
// (undocumented)
|
||||
prefetchResources: PrefetchResource[];
|
||||
// (undocumented)
|
||||
snapshotResult: SnapshotResult | undefined;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RenderToStream = (opts: RenderToStreamOptions) => Promise<RenderToStreamResult>;
|
||||
|
||||
// @public
|
||||
export function renderToStream(rootNode: any, opts: RenderToStreamOptions): Promise<RenderToStreamResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStreamOptions extends RenderOptions {
|
||||
// (undocumented)
|
||||
stream: StreamWriter;
|
||||
// (undocumented)
|
||||
streaming?: StreamingOptions;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStreamResult extends RenderResult {
|
||||
// (undocumented)
|
||||
flushes: number;
|
||||
// (undocumented)
|
||||
size: number;
|
||||
// (undocumented)
|
||||
timing: {
|
||||
firstFlush: number;
|
||||
render: number;
|
||||
snapshot: number;
|
||||
};
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type RenderToString = (opts: RenderToStringOptions) => Promise<RenderToStringResult>;
|
||||
|
||||
// @public
|
||||
export function renderToString(rootNode: any, opts?: RenderToStringOptions): Promise<RenderToStringResult>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStringOptions extends RenderOptions {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface RenderToStringResult extends RenderResult {
|
||||
// (undocumented)
|
||||
html: string;
|
||||
// (undocumented)
|
||||
timing: {
|
||||
render: number;
|
||||
snapshot: number;
|
||||
};
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "ResolvedManifest_2" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public
|
||||
export function resolveManifest(manifest?: Partial<QwikManifest | ResolvedManifest_2> | undefined): ResolvedManifest_2 | undefined;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SerializeDocumentOptions {
|
||||
// (undocumented)
|
||||
debug?: boolean;
|
||||
// (undocumented)
|
||||
manifest?: Partial<QwikManifest | ResolvedManifest>;
|
||||
// (undocumented)
|
||||
symbolMapper?: SymbolMapperFn;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function setServerPlatform(manifest?: Partial<QwikManifest | ResolvedManifest>): Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StreamingOptions {
|
||||
// (undocumented)
|
||||
inOrder?: InOrderStreaming;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type SymbolsToPrefetch = 'auto' | ((opts: {
|
||||
manifest: QwikManifest;
|
||||
}) => PrefetchResource[]);
|
||||
|
||||
// @public (undocumented)
|
||||
export const versions: {
|
||||
readonly qwik: string;
|
||||
readonly qwikDom: string;
|
||||
};
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
@@ -2,9 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||||
"extends": "../api-extractor.json",
|
||||
"mainEntryPointFilePath": "<projectFolder>/../../dist-dev/dts-out/packages/qwik/src/testing/index.d.ts",
|
||||
"newlineKind": "lf",
|
||||
"apiReport": {
|
||||
"enabled": true,
|
||||
"reportFileName": "api.md",
|
||||
"reportFileName": "qwik.testing",
|
||||
"reportFolder": "<projectFolder>/src/testing/",
|
||||
"reportTempFolder": "<projectFolder>/../../dist-dev/api-extractor/testing/"
|
||||
},
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { JSXOutput } from '@builder.io/qwik';
|
||||
import { RenderResult } from '@builder.io/qwik';
|
||||
|
||||
// @public
|
||||
export const createDOM: ({ html }?: {
|
||||
html?: string;
|
||||
}) => Promise<{
|
||||
render: (jsxElement: JSXOutput) => Promise<RenderResult>;
|
||||
screen: HTMLElement;
|
||||
userEvent: (queryOrElement: string | Element | keyof HTMLElementTagNameMap | null, eventNameCamel: string | keyof WindowEventMap, eventPayload?: any) => Promise<void>;
|
||||
}>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
## API Report File for "@builder.io/qwik"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
import type { JSXOutput } from '@builder.io/qwik';
|
||||
import { RenderResult } from '@builder.io/qwik';
|
||||
|
||||
// @public
|
||||
export const createDOM: ({ html }?: {
|
||||
html?: string;
|
||||
}) => Promise<{
|
||||
render: (jsxElement: JSXOutput) => Promise<RenderResult>;
|
||||
screen: HTMLElement;
|
||||
userEvent: (queryOrElement: string | Element | keyof HTMLElementTagNameMap | null, eventNameCamel: string | keyof WindowEventMap, eventPayload?: any) => Promise<void>;
|
||||
}>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
236
pnpm-lock.yaml
generated
236
pnpm-lock.yaml
generated
@@ -50,11 +50,11 @@ importers:
|
||||
specifier: 3.0.1
|
||||
version: 3.0.1
|
||||
'@microsoft/api-documenter':
|
||||
specifier: 7.24.2
|
||||
version: 7.24.2(@types/node@20.14.11)
|
||||
specifier: 7.26.22
|
||||
version: 7.26.22(@types/node@20.14.11)
|
||||
'@microsoft/api-extractor':
|
||||
specifier: 7.43.1
|
||||
version: 7.43.1(@types/node@20.14.11)
|
||||
specifier: 7.52.4
|
||||
version: 7.52.4(@types/node@20.14.11)
|
||||
'@napi-rs/cli':
|
||||
specifier: 2.18.4
|
||||
version: 2.18.4
|
||||
@@ -648,8 +648,8 @@ importers:
|
||||
specifier: workspace:^
|
||||
version: link:../qwik
|
||||
'@microsoft/api-extractor':
|
||||
specifier: 7.43.1
|
||||
version: 7.43.1(@types/node@20.14.11)
|
||||
specifier: 7.52.4
|
||||
version: 7.52.4(@types/node@20.14.11)
|
||||
'@netlify/edge-functions':
|
||||
specifier: 2.10.0
|
||||
version: 2.10.0
|
||||
@@ -2610,30 +2610,36 @@ packages:
|
||||
'@mdx-js/mdx@3.0.1':
|
||||
resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
|
||||
|
||||
'@microsoft/api-documenter@7.24.2':
|
||||
resolution: {integrity: sha512-q03DXLBj7nzAzLyLRAVklBynqKgSFI/JBmrhF/mEEIpg8orNo4qKXWO1RSkD2IYrqvZV63b13mcUPYgcFdifQA==}
|
||||
'@microsoft/api-documenter@7.26.22':
|
||||
resolution: {integrity: sha512-Pilmp6xX4qyVAoNAqObynhhyhLVBndutNCw4hBwCX+7y7BEjeoFnUahrkhgjTsDFAnTI/+jmiZBk8lY9J73Fdg==}
|
||||
hasBin: true
|
||||
|
||||
'@microsoft/api-extractor-model@7.28.13':
|
||||
resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==}
|
||||
|
||||
'@microsoft/api-extractor-model@7.28.14':
|
||||
resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==}
|
||||
'@microsoft/api-extractor-model@7.30.5':
|
||||
resolution: {integrity: sha512-0ic4rcbcDZHz833RaTZWTGu+NpNgrxVNjVaor0ZDUymfDFzjA/Uuk8hYziIUIOEOSTfmIQqyzVwlzxZxPe7tOA==}
|
||||
|
||||
'@microsoft/api-extractor@7.43.0':
|
||||
resolution: {integrity: sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==}
|
||||
hasBin: true
|
||||
|
||||
'@microsoft/api-extractor@7.43.1':
|
||||
resolution: {integrity: sha512-ohg40SsvFFgzHFAtYq5wKJc8ZDyY46bphjtnSvhSSlXpPTG7GHwyyXkn48UZiUCBwr2WC7TRC1Jfwz7nreuiyQ==}
|
||||
'@microsoft/api-extractor@7.52.4':
|
||||
resolution: {integrity: sha512-mIEcqgx877CFwNrTuCdPnlIGak8FjlayZb8sSBwWXX+i4gxkZRpMsb5BQcFW3v1puuJB3jYMqQ08kyAc4Vldhw==}
|
||||
hasBin: true
|
||||
|
||||
'@microsoft/tsdoc-config@0.16.2':
|
||||
resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==}
|
||||
|
||||
'@microsoft/tsdoc-config@0.17.1':
|
||||
resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==}
|
||||
|
||||
'@microsoft/tsdoc@0.14.2':
|
||||
resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==}
|
||||
|
||||
'@microsoft/tsdoc@0.15.1':
|
||||
resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==}
|
||||
|
||||
'@modular-forms/qwik@0.23.1':
|
||||
resolution: {integrity: sha512-oiXMdbH0HNotc9LMUwoEwZSJkY7/SObyQCgAZHsAPIQOyQrDhG2W8rEJVy0zFtSOCxk6NZjLiMcXfcI5glKU8A==}
|
||||
peerDependencies:
|
||||
@@ -3245,8 +3251,8 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@rushstack/node-core-library@4.1.0':
|
||||
resolution: {integrity: sha512-qz4JFBZJCf1YN5cAXa1dP6Mki/HrsQxc/oYGAGx29dF2cwF2YMxHoly0FBhMw3IEnxo5fMj0boVfoHVBkpkx/w==}
|
||||
'@rushstack/node-core-library@5.13.0':
|
||||
resolution: {integrity: sha512-IGVhy+JgUacAdCGXKUrRhwHMTzqhWwZUI+qEPcdzsb80heOw0QPbhhoVsoiMF7Klp8eYsp7hzpScMXmOa3Uhfg==}
|
||||
peerDependencies:
|
||||
'@types/node': '*'
|
||||
peerDependenciesMeta:
|
||||
@@ -3256,6 +3262,9 @@ packages:
|
||||
'@rushstack/rig-package@0.5.2':
|
||||
resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==}
|
||||
|
||||
'@rushstack/rig-package@0.5.3':
|
||||
resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==}
|
||||
|
||||
'@rushstack/terminal@0.10.0':
|
||||
resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==}
|
||||
peerDependencies:
|
||||
@@ -3264,8 +3273,8 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@rushstack/terminal@0.10.1':
|
||||
resolution: {integrity: sha512-C6Vi/m/84IYJTkfzmXr1+W8Wi3MmBjVF/q3za91Gb3VYjKbpALHVxY6FgH625AnDe5Z0Kh4MHKWA3Z7bqgAezA==}
|
||||
'@rushstack/terminal@0.15.2':
|
||||
resolution: {integrity: sha512-7Hmc0ysK5077R/IkLS9hYu0QuNafm+TbZbtYVzCMbeOdMjaRboLKrhryjwZSRJGJzu+TV1ON7qZHeqf58XfLpA==}
|
||||
peerDependencies:
|
||||
'@types/node': '*'
|
||||
peerDependenciesMeta:
|
||||
@@ -3275,8 +3284,8 @@ packages:
|
||||
'@rushstack/ts-command-line@4.19.1':
|
||||
resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==}
|
||||
|
||||
'@rushstack/ts-command-line@4.19.2':
|
||||
resolution: {integrity: sha512-cqmXXmBEBlzo9WtyUrHtF9e6kl0LvBY7aTSVX4jfnBfXWZQWnPq9JTFPlQZ+L/ZwjZ4HrNwQsOVvhe9oOucZkw==}
|
||||
'@rushstack/ts-command-line@4.23.7':
|
||||
resolution: {integrity: sha512-Gr9cB7DGe6uz5vq2wdr89WbVDKz0UeuFEn5H2CfWDe7JvjFFaiV15gi6mqDBTbHhHCWS7w8mF1h3BnIfUndqdA==}
|
||||
|
||||
'@samverschueren/stream-to-observable@0.3.1':
|
||||
resolution: {integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==}
|
||||
@@ -3912,6 +3921,14 @@ packages:
|
||||
resolution: {integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
ajv-draft-04@1.0.0:
|
||||
resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==}
|
||||
peerDependencies:
|
||||
ajv: ^8.5.0
|
||||
peerDependenciesMeta:
|
||||
ajv:
|
||||
optional: true
|
||||
|
||||
ajv-errors@3.0.0:
|
||||
resolution: {integrity: sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==}
|
||||
peerDependencies:
|
||||
@@ -3920,12 +3937,18 @@ packages:
|
||||
ajv-formats@2.1.1:
|
||||
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
||||
|
||||
ajv-formats@3.0.1:
|
||||
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
||||
|
||||
ajv@6.12.6:
|
||||
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
||||
|
||||
ajv@8.12.0:
|
||||
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
||||
|
||||
ajv@8.13.0:
|
||||
resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
|
||||
|
||||
algoliasearch@4.16.0:
|
||||
resolution: {integrity: sha512-HAjKJ6bBblaXqO4dYygF4qx251GuJ6zCZt+qbJ+kU7sOC+yc84pawEjVpJByh+cGP2APFCsao2Giz50cDlKNPA==}
|
||||
|
||||
@@ -5883,8 +5906,8 @@ packages:
|
||||
fs-constants@1.0.0:
|
||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||
|
||||
fs-extra@11.2.0:
|
||||
resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
|
||||
fs-extra@11.3.0:
|
||||
resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==}
|
||||
engines: {node: '>=14.14'}
|
||||
|
||||
fs-extra@7.0.1:
|
||||
@@ -6433,8 +6456,9 @@ packages:
|
||||
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
is-core-module@2.13.1:
|
||||
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
|
||||
is-core-module@2.16.1:
|
||||
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
is-data-view@1.0.1:
|
||||
resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
|
||||
@@ -6860,6 +6884,7 @@ packages:
|
||||
|
||||
libsql@0.4.7:
|
||||
resolution: {integrity: sha512-T9eIRCs6b0J1SHKYIvD8+KCJMcWZ900iZyxdnSCdqxN12Z1ijzT+jY5nrk72Jw4B0HGzms2NgpryArlJqvc3Lw==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
light-my-request@5.11.1:
|
||||
@@ -7573,6 +7598,7 @@ packages:
|
||||
node-domexception@1.0.0:
|
||||
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
||||
engines: {node: '>=10.5.0'}
|
||||
deprecated: Use your platform's native DOMException instead
|
||||
|
||||
node-fetch-native@1.6.6:
|
||||
resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==}
|
||||
@@ -8535,8 +8561,9 @@ packages:
|
||||
resolve@1.19.0:
|
||||
resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==}
|
||||
|
||||
resolve@1.22.8:
|
||||
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
|
||||
resolve@1.22.10:
|
||||
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
hasBin: true
|
||||
|
||||
resolve@2.0.0-next.5:
|
||||
@@ -9416,8 +9443,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
ufo@1.5.4:
|
||||
resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
|
||||
ufo@1.6.1:
|
||||
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
|
||||
|
||||
uid-safe@2.1.5:
|
||||
resolution: {integrity: sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==}
|
||||
@@ -11151,7 +11178,7 @@ snapshots:
|
||||
|
||||
'@fastify/ajv-compiler@3.5.0':
|
||||
dependencies:
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
ajv-formats: 2.1.1
|
||||
fast-uri: 2.3.0
|
||||
|
||||
@@ -11471,15 +11498,15 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@microsoft/api-documenter@7.24.2(@types/node@20.14.11)':
|
||||
'@microsoft/api-documenter@7.26.22(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
'@microsoft/api-extractor-model': 7.28.14(@types/node@20.14.11)
|
||||
'@microsoft/tsdoc': 0.14.2
|
||||
'@rushstack/node-core-library': 4.1.0(@types/node@20.14.11)
|
||||
'@rushstack/terminal': 0.10.1(@types/node@20.14.11)
|
||||
'@rushstack/ts-command-line': 4.19.2(@types/node@20.14.11)
|
||||
'@microsoft/api-extractor-model': 7.30.5(@types/node@20.14.11)
|
||||
'@microsoft/tsdoc': 0.15.1
|
||||
'@rushstack/node-core-library': 5.13.0(@types/node@20.14.11)
|
||||
'@rushstack/terminal': 0.15.2(@types/node@20.14.11)
|
||||
'@rushstack/ts-command-line': 4.23.7(@types/node@20.14.11)
|
||||
js-yaml: 3.13.1
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
||||
@@ -11491,11 +11518,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
||||
'@microsoft/api-extractor-model@7.28.14(@types/node@20.14.11)':
|
||||
'@microsoft/api-extractor-model@7.30.5(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
'@microsoft/tsdoc': 0.14.2
|
||||
'@microsoft/tsdoc-config': 0.16.2
|
||||
'@rushstack/node-core-library': 4.1.0(@types/node@20.14.11)
|
||||
'@microsoft/tsdoc': 0.15.1
|
||||
'@microsoft/tsdoc-config': 0.17.1
|
||||
'@rushstack/node-core-library': 5.13.0(@types/node@20.14.11)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
||||
@@ -11510,25 +11537,25 @@ snapshots:
|
||||
'@rushstack/ts-command-line': 4.19.1(@types/node@20.14.11)
|
||||
lodash: 4.17.21
|
||||
minimatch: 3.0.8
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
semver: 7.5.4
|
||||
source-map: 0.6.1
|
||||
typescript: 5.4.5
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
||||
'@microsoft/api-extractor@7.43.1(@types/node@20.14.11)':
|
||||
'@microsoft/api-extractor@7.52.4(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
'@microsoft/api-extractor-model': 7.28.14(@types/node@20.14.11)
|
||||
'@microsoft/tsdoc': 0.14.2
|
||||
'@microsoft/tsdoc-config': 0.16.2
|
||||
'@rushstack/node-core-library': 4.1.0(@types/node@20.14.11)
|
||||
'@rushstack/rig-package': 0.5.2
|
||||
'@rushstack/terminal': 0.10.1(@types/node@20.14.11)
|
||||
'@rushstack/ts-command-line': 4.19.2(@types/node@20.14.11)
|
||||
'@microsoft/api-extractor-model': 7.30.5(@types/node@20.14.11)
|
||||
'@microsoft/tsdoc': 0.15.1
|
||||
'@microsoft/tsdoc-config': 0.17.1
|
||||
'@rushstack/node-core-library': 5.13.0(@types/node@20.14.11)
|
||||
'@rushstack/rig-package': 0.5.3
|
||||
'@rushstack/terminal': 0.15.2(@types/node@20.14.11)
|
||||
'@rushstack/ts-command-line': 4.23.7(@types/node@20.14.11)
|
||||
lodash: 4.17.21
|
||||
minimatch: 3.0.8
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
semver: 7.5.4
|
||||
source-map: 0.6.1
|
||||
typescript: 5.4.5
|
||||
@@ -11542,8 +11569,17 @@ snapshots:
|
||||
jju: 1.4.0
|
||||
resolve: 1.19.0
|
||||
|
||||
'@microsoft/tsdoc-config@0.17.1':
|
||||
dependencies:
|
||||
'@microsoft/tsdoc': 0.15.1
|
||||
ajv: 8.12.0
|
||||
jju: 1.4.0
|
||||
resolve: 1.22.10
|
||||
|
||||
'@microsoft/tsdoc@0.14.2': {}
|
||||
|
||||
'@microsoft/tsdoc@0.15.1': {}
|
||||
|
||||
'@modular-forms/qwik@0.23.1(@builder.io/qwik-city@packages+qwik-city)(@builder.io/qwik@packages+qwik)':
|
||||
dependencies:
|
||||
'@builder.io/qwik': link:packages/qwik
|
||||
@@ -11772,9 +11808,9 @@ snapshots:
|
||||
dependencies:
|
||||
'@import-maps/resolve': 1.0.1
|
||||
'@vercel/nft': 0.27.3(supports-color@9.4.0)
|
||||
ajv: 8.12.0
|
||||
ajv-errors: 3.0.0(ajv@8.12.0)
|
||||
better-ajv-errors: 1.2.0(ajv@8.12.0)
|
||||
ajv: 8.13.0
|
||||
ajv-errors: 3.0.0(ajv@8.13.0)
|
||||
better-ajv-errors: 1.2.0(ajv@8.13.0)
|
||||
common-path-prefix: 3.0.0
|
||||
env-paths: 3.0.0
|
||||
esbuild: 0.21.2
|
||||
@@ -11803,7 +11839,7 @@ snapshots:
|
||||
|
||||
'@netlify/framework-info@9.8.13':
|
||||
dependencies:
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
filter-obj: 5.1.0
|
||||
find-up: 6.3.0
|
||||
is-plain-obj: 4.1.0
|
||||
@@ -12240,26 +12276,33 @@ snapshots:
|
||||
fs-extra: 7.0.1
|
||||
import-lazy: 4.0.0
|
||||
jju: 1.4.0
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
semver: 7.5.4
|
||||
z-schema: 5.0.5
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
|
||||
'@rushstack/node-core-library@4.1.0(@types/node@20.14.11)':
|
||||
'@rushstack/node-core-library@5.13.0(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
fs-extra: 7.0.1
|
||||
ajv: 8.13.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.13.0)
|
||||
ajv-formats: 3.0.1
|
||||
fs-extra: 11.3.0
|
||||
import-lazy: 4.0.0
|
||||
jju: 1.4.0
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
semver: 7.5.4
|
||||
z-schema: 5.0.5
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
|
||||
'@rushstack/rig-package@0.5.2':
|
||||
dependencies:
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
strip-json-comments: 3.1.1
|
||||
|
||||
'@rushstack/rig-package@0.5.3':
|
||||
dependencies:
|
||||
resolve: 1.22.10
|
||||
strip-json-comments: 3.1.1
|
||||
|
||||
'@rushstack/terminal@0.10.0(@types/node@20.14.11)':
|
||||
@@ -12269,9 +12312,9 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
|
||||
'@rushstack/terminal@0.10.1(@types/node@20.14.11)':
|
||||
'@rushstack/terminal@0.15.2(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
'@rushstack/node-core-library': 4.1.0(@types/node@20.14.11)
|
||||
'@rushstack/node-core-library': 5.13.0(@types/node@20.14.11)
|
||||
supports-color: 8.1.1
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
@@ -12285,9 +12328,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
||||
'@rushstack/ts-command-line@4.19.2(@types/node@20.14.11)':
|
||||
'@rushstack/ts-command-line@4.23.7(@types/node@20.14.11)':
|
||||
dependencies:
|
||||
'@rushstack/terminal': 0.10.1(@types/node@20.14.11)
|
||||
'@rushstack/terminal': 0.15.2(@types/node@20.14.11)
|
||||
'@types/argparse': 1.0.38
|
||||
argparse: 1.0.10
|
||||
string-argv: 0.3.2
|
||||
@@ -13074,13 +13117,21 @@ snapshots:
|
||||
clean-stack: 4.2.0
|
||||
indent-string: 5.0.0
|
||||
|
||||
ajv-errors@3.0.0(ajv@8.12.0):
|
||||
ajv-draft-04@1.0.0(ajv@8.13.0):
|
||||
optionalDependencies:
|
||||
ajv: 8.13.0
|
||||
|
||||
ajv-errors@3.0.0(ajv@8.13.0):
|
||||
dependencies:
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
|
||||
ajv-formats@2.1.1:
|
||||
dependencies:
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
|
||||
ajv-formats@3.0.1:
|
||||
dependencies:
|
||||
ajv: 8.13.0
|
||||
|
||||
ajv@6.12.6:
|
||||
dependencies:
|
||||
@@ -13096,6 +13147,13 @@ snapshots:
|
||||
require-from-string: 2.0.2
|
||||
uri-js: 4.4.1
|
||||
|
||||
ajv@8.13.0:
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
json-schema-traverse: 1.0.0
|
||||
require-from-string: 2.0.2
|
||||
uri-js: 4.4.1
|
||||
|
||||
algoliasearch@4.16.0:
|
||||
dependencies:
|
||||
'@algolia/cache-browser-local-storage': 4.16.0
|
||||
@@ -13343,7 +13401,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.23.9
|
||||
cosmiconfig: 7.1.0
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
|
||||
backoff@2.5.0:
|
||||
dependencies:
|
||||
@@ -13378,11 +13436,11 @@ snapshots:
|
||||
|
||||
before-after-hook@2.2.3: {}
|
||||
|
||||
better-ajv-errors@1.2.0(ajv@8.12.0):
|
||||
better-ajv-errors@1.2.0(ajv@8.13.0):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.23.5
|
||||
'@humanwhocodes/momoa': 2.0.4
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
chalk: 4.1.2
|
||||
jsonpointer: 5.0.1
|
||||
leven: 3.1.0
|
||||
@@ -15084,7 +15142,7 @@ snapshots:
|
||||
fast-json-stringify@5.12.0:
|
||||
dependencies:
|
||||
'@fastify/merge-json-schemas': 0.1.1
|
||||
ajv: 8.12.0
|
||||
ajv: 8.13.0
|
||||
ajv-formats: 2.1.1
|
||||
fast-deep-equal: 3.1.3
|
||||
fast-uri: 2.3.0
|
||||
@@ -15334,7 +15392,7 @@ snapshots:
|
||||
|
||||
fs-constants@1.0.0: {}
|
||||
|
||||
fs-extra@11.2.0:
|
||||
fs-extra@11.3.0:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.11
|
||||
jsonfile: 6.1.0
|
||||
@@ -15444,7 +15502,7 @@ snapshots:
|
||||
basic-ftp: 5.0.4
|
||||
data-uri-to-buffer: 6.0.2
|
||||
debug: 4.3.7(supports-color@9.4.0)
|
||||
fs-extra: 11.2.0
|
||||
fs-extra: 11.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -15592,7 +15650,7 @@ snapshots:
|
||||
iron-webcrypto: 1.0.0
|
||||
ohash: 1.1.3
|
||||
radix3: 1.1.0
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
uncrypto: 0.1.3
|
||||
unenv: 1.10.0
|
||||
|
||||
@@ -15994,7 +16052,7 @@ snapshots:
|
||||
pathe: 1.1.2
|
||||
sharp: 0.32.6
|
||||
svgo: 3.3.2
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
unstorage: 1.10.1(@netlify/blobs@8.1.0)
|
||||
xss: 1.0.14
|
||||
transitivePeerDependencies:
|
||||
@@ -16049,7 +16107,7 @@ snapshots:
|
||||
|
||||
is-callable@1.2.7: {}
|
||||
|
||||
is-core-module@2.13.1:
|
||||
is-core-module@2.16.1:
|
||||
dependencies:
|
||||
hasown: 2.0.2
|
||||
|
||||
@@ -16478,7 +16536,7 @@ snapshots:
|
||||
node-forge: 1.3.1
|
||||
pathe: 1.1.2
|
||||
std-env: 3.7.0
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
untun: 0.1.3
|
||||
uqr: 0.1.2
|
||||
|
||||
@@ -17272,7 +17330,7 @@ snapshots:
|
||||
acorn: 8.12.1
|
||||
pathe: 1.1.2
|
||||
pkg-types: 1.0.3
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
|
||||
module-definition@5.0.1:
|
||||
dependencies:
|
||||
@@ -17558,14 +17616,14 @@ snapshots:
|
||||
normalize-package-data@3.0.3:
|
||||
dependencies:
|
||||
hosted-git-info: 4.1.0
|
||||
is-core-module: 2.13.1
|
||||
is-core-module: 2.16.1
|
||||
semver: 7.6.3
|
||||
validate-npm-package-license: 3.0.4
|
||||
|
||||
normalize-package-data@6.0.1:
|
||||
dependencies:
|
||||
hosted-git-info: 7.0.1
|
||||
is-core-module: 2.13.1
|
||||
is-core-module: 2.16.1
|
||||
semver: 7.6.3
|
||||
validate-npm-package-license: 3.0.4
|
||||
|
||||
@@ -17687,7 +17745,7 @@ snapshots:
|
||||
dependencies:
|
||||
destr: 2.0.3
|
||||
node-fetch-native: 1.6.6
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
|
||||
ohash@1.1.3: {}
|
||||
|
||||
@@ -18566,18 +18624,18 @@ snapshots:
|
||||
|
||||
resolve@1.19.0:
|
||||
dependencies:
|
||||
is-core-module: 2.13.1
|
||||
is-core-module: 2.16.1
|
||||
path-parse: 1.0.7
|
||||
|
||||
resolve@1.22.8:
|
||||
resolve@1.22.10:
|
||||
dependencies:
|
||||
is-core-module: 2.13.1
|
||||
is-core-module: 2.16.1
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
resolve@2.0.0-next.5:
|
||||
dependencies:
|
||||
is-core-module: 2.13.1
|
||||
is-core-module: 2.16.1
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
@@ -19528,7 +19586,7 @@ snapshots:
|
||||
|
||||
typescript@5.4.5: {}
|
||||
|
||||
ufo@1.5.4: {}
|
||||
ufo@1.6.1: {}
|
||||
|
||||
uid-safe@2.1.5:
|
||||
dependencies:
|
||||
@@ -19567,7 +19625,7 @@ snapshots:
|
||||
mime: 3.0.0
|
||||
node-fetch-native: 1.6.6
|
||||
pathe: 1.1.2
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
|
||||
unenv@1.10.0:
|
||||
dependencies:
|
||||
@@ -19657,7 +19715,7 @@ snapshots:
|
||||
mri: 1.2.0
|
||||
node-fetch-native: 1.6.6
|
||||
ofetch: 1.3.3
|
||||
ufo: 1.5.4
|
||||
ufo: 1.6.1
|
||||
optionalDependencies:
|
||||
'@netlify/blobs': 8.1.0
|
||||
transitivePeerDependencies:
|
||||
@@ -19821,7 +19879,7 @@ snapshots:
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.39.0)
|
||||
debug: 4.3.7(supports-color@9.4.0)
|
||||
error-stack-parser-es: 0.1.5
|
||||
fs-extra: 11.2.0
|
||||
fs-extra: 11.3.0
|
||||
open: 10.1.0
|
||||
perfect-debounce: 1.0.0
|
||||
picocolors: 1.1.1
|
||||
@@ -19835,7 +19893,7 @@ snapshots:
|
||||
dependencies:
|
||||
chokidar: 3.6.0
|
||||
fast-glob: 3.3.2
|
||||
fs-extra: 11.2.0
|
||||
fs-extra: 11.3.0
|
||||
picocolors: 1.1.1
|
||||
vite: 5.3.5(@types/node@20.14.11)(lightningcss@1.29.1)(terser@5.31.3)
|
||||
|
||||
@@ -20043,7 +20101,7 @@ snapshots:
|
||||
miniflare: 3.20240718.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)
|
||||
nanoid: 3.3.7
|
||||
path-to-regexp: 6.2.1
|
||||
resolve: 1.22.8
|
||||
resolve: 1.22.10
|
||||
resolve.exports: 2.0.2
|
||||
selfsigned: 2.4.1
|
||||
source-map: 0.6.1
|
||||
|
||||
@@ -23,5 +23,6 @@
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"@tailwindcss/vite": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user