devflare 1.0.0-next.39 → 1.0.0-next.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/account-BtWcv3X9.js +462 -0
- package/dist/_chunks/account-resources-CsmVowJp.js +159 -0
- package/dist/_chunks/ai-CBEuLdoP.js +322 -0
- package/dist/_chunks/api-TzdliH-6.js +568 -0
- package/dist/_chunks/build-3T6O4uIg.js +24 -0
- package/dist/_chunks/build-artifacts-8TqBSQkG.js +483 -0
- package/dist/_chunks/cli-BTF1X4SG.js +1128 -0
- package/dist/_chunks/cloudflare-BaloqI3H.js +157 -0
- package/dist/_chunks/colors-DiK6wPJ5.js +13 -0
- package/dist/_chunks/command-utils-BsfkmTqh.js +45 -0
- package/dist/_chunks/compiler-uoyAQ8zW.js +424 -0
- package/dist/_chunks/config-D5u-bEkn.js +78 -0
- package/dist/_chunks/config-path-DCPto4XB.js +42 -0
- package/dist/_chunks/context-CX50Y2Kb.js +2250 -0
- package/dist/_chunks/decorators-QmV57ixr.js +19 -0
- package/dist/_chunks/dependencies-C2oxFjU_.js +57 -0
- package/dist/_chunks/deploy-DMTr6JeR.js +915 -0
- package/dist/_chunks/dev-CvRHmRFZ.js +3456 -0
- package/dist/_chunks/doctor-DIG8DoFU.js +219 -0
- package/dist/_chunks/durable-object-DMtH0XYX.js +234 -0
- package/dist/_chunks/env-S0_nMVz1.js +125 -0
- package/dist/_chunks/family-DXC5SdFK.js +143 -0
- package/dist/_chunks/generated-artifacts-dMJY4KAt.js +32 -0
- package/dist/_chunks/glob-CmQOvunB.js +56 -0
- package/dist/_chunks/init-3moXTgpb.js +165 -0
- package/dist/_chunks/loader-DLXO60RO.js +1153 -0
- package/dist/_chunks/local-dev-vars-CTSa-wvF.js +81 -0
- package/dist/_chunks/local-hyperdrive-CJ90j46O.js +119 -0
- package/dist/_chunks/local-media-bindings-DsAW4AMF.js +335 -0
- package/dist/_chunks/local-secrets-DMmEOygL.js +123 -0
- package/dist/_chunks/local-workflow-entrypoints-Wip3o1u8.js +90 -0
- package/dist/_chunks/login-BmnDzDlH.js +51 -0
- package/dist/_chunks/package-metadata-DAuCkyvK.js +39 -0
- package/dist/_chunks/preferences-BKp_7XJx.js +241 -0
- package/dist/_chunks/preview-BhqDmq8I.js +456 -0
- package/dist/_chunks/preview-registry-ClAbLTHH.js +1186 -0
- package/dist/_chunks/preview-resources-DdXj8LMM.js +358 -0
- package/dist/_chunks/previews-Dlr13x5M.js +1134 -0
- package/dist/_chunks/productions-D3AnOHac.js +411 -0
- package/dist/_chunks/ref-CYJNAAe_.js +178 -0
- package/dist/_chunks/remote-CZnP-HLJ.js +79 -0
- package/dist/_chunks/remote-config-D39BY9ji.js +132 -0
- package/dist/_chunks/resolve-package-Y84HB3Nt.js +133 -0
- package/dist/_chunks/rolldown-runtime-CvQ6eiug.js +14 -0
- package/dist/_chunks/routes-C3FqES2W.js +796 -0
- package/dist/_chunks/runtime-FvXvfuZ2.js +550 -0
- package/dist/_chunks/schema-normalization-DWVleVxo.js +477 -0
- package/dist/_chunks/secrets-70eN0Q6C.js +95 -0
- package/dist/_chunks/token-kguIDmej.js +333 -0
- package/dist/_chunks/tokens-iVcgNXi-.js +221 -0
- package/dist/_chunks/types-OrLbzv4I.js +476 -0
- package/dist/_chunks/ui-BUoZApvE.js +103 -0
- package/dist/_chunks/usage-BBTGzjon.js +272 -0
- package/dist/_chunks/vite-CsI0E-uV.js +1235 -0
- package/dist/_chunks/vite-utils-OVLMV605.js +183 -0
- package/dist/_chunks/worker-CS1jgNFE.js +410 -0
- package/dist/_chunks/worker-bundler-dTTnYU3n.js +458 -0
- package/dist/_chunks/worker-entrypoint-CQW77lG8.js +247 -0
- package/dist/_chunks/workerName-CFJsLZA-.js +23 -0
- package/dist/bridge/index.d.ts +6 -6
- package/dist/bridge/miniflare.d.ts +2 -2
- package/dist/bridge/proxy.d.ts +1 -1
- package/dist/bridge/v2/body-streams.d.ts +1 -1
- package/dist/bridge/v2/codec.d.ts +4 -4
- package/dist/bridge/v2/index.d.ts +10 -10
- package/dist/bridge/v2/serialization.d.ts +1 -1
- package/dist/bridge/v2/value-codec.d.ts +1 -1
- package/dist/bridge/v2/value-serialization.d.ts.map +1 -1
- package/dist/bridge/v2/ws-relay.d.ts +3 -3
- package/dist/browser-shim/index.d.ts +2 -2
- package/dist/browser.d.ts +70 -70
- package/dist/browser.js +74 -2462
- package/dist/bundler/do-bundler.d.ts +1 -1
- package/dist/bundler/index.d.ts +3 -3
- package/dist/bundler/rolldown-shared.d.ts +1 -1
- package/dist/bundler/worker-bundler.d.ts +1 -1
- package/dist/cli/build-manifest.d.ts +1 -1
- package/dist/cli/command-utils.d.ts +1 -1
- package/dist/cli/commands/account.d.ts +1 -1
- package/dist/cli/commands/ai.d.ts +1 -1
- package/dist/cli/commands/build-artifacts.d.ts +5 -5
- package/dist/cli/commands/build.d.ts +1 -1
- package/dist/cli/commands/config.d.ts +1 -1
- package/dist/cli/commands/deploy/prepare.d.ts +2 -2
- package/dist/cli/commands/deploy/runtime.d.ts +1 -1
- package/dist/cli/commands/deploy/verification.d.ts +1 -1
- package/dist/cli/commands/deploy.d.ts +1 -1
- package/dist/cli/commands/dev.d.ts +1 -1
- package/dist/cli/commands/doctor.d.ts +1 -1
- package/dist/cli/commands/init.d.ts +1 -1
- package/dist/cli/commands/login.d.ts +1 -1
- package/dist/cli/commands/previews-support/cleanup.d.ts +1 -1
- package/dist/cli/commands/previews-support/family.d.ts +3 -3
- package/dist/cli/commands/previews-support/render.d.ts +3 -3
- package/dist/cli/commands/previews-support/theme.d.ts +2 -2
- package/dist/cli/commands/previews-support/types.d.ts +2 -2
- package/dist/cli/commands/previews.d.ts +1 -1
- package/dist/cli/commands/productions.d.ts +1 -1
- package/dist/cli/commands/remote.d.ts +1 -1
- package/dist/cli/commands/secrets.d.ts +1 -1
- package/dist/cli/commands/token.d.ts +1 -1
- package/dist/cli/commands/type-generation/discovery.d.ts +2 -2
- package/dist/cli/commands/type-generation/generator.d.ts +3 -3
- package/dist/cli/commands/type-generation/models.d.ts +1 -1
- package/dist/cli/commands/types.d.ts +1 -1
- package/dist/cli/commands/worker.d.ts +1 -1
- package/dist/cli/deploy-strategy.d.ts +1 -1
- package/dist/cli/deploy-target.d.ts +1 -1
- package/dist/cli/help-pages/pages/account.d.ts +1 -1
- package/dist/cli/help-pages/pages/core.d.ts +1 -1
- package/dist/cli/help-pages/pages/index.d.ts +1 -1
- package/dist/cli/help-pages/pages/misc.d.ts +1 -1
- package/dist/cli/help-pages/pages/previews.d.ts +1 -1
- package/dist/cli/help-pages/pages/productions.d.ts +1 -1
- package/dist/cli/help-pages/render.d.ts +2 -2
- package/dist/cli/help-pages/shared.d.ts +1 -1
- package/dist/cli/help.d.ts +2 -2
- package/dist/cli/index.js +2 -1383
- package/dist/cli/preview-bindings.d.ts +3 -3
- package/dist/cli/preview.d.ts +1 -1
- package/dist/cli/wrangler-auth.d.ts +1 -1
- package/dist/cloudflare/account-core.d.ts +2 -2
- package/dist/cloudflare/account-resources.d.ts +2 -2
- package/dist/cloudflare/account-status.d.ts +1 -1
- package/dist/cloudflare/account-workers.d.ts +2 -2
- package/dist/cloudflare/account.d.ts +7 -7
- package/dist/cloudflare/auth.d.ts +1 -1
- package/dist/cloudflare/index.d.ts +13 -13
- package/dist/cloudflare/index.js +4 -59
- package/dist/cloudflare/kv-namespace.d.ts +1 -1
- package/dist/cloudflare/preview-registry-cache.d.ts +1 -1
- package/dist/cloudflare/preview-registry-inference.d.ts +2 -2
- package/dist/cloudflare/preview-registry-records.d.ts +3 -3
- package/dist/cloudflare/preview-registry-shape.d.ts +2 -2
- package/dist/cloudflare/preview-registry-store.d.ts +3 -3
- package/dist/cloudflare/preview-registry-transport.d.ts +2 -2
- package/dist/cloudflare/preview-registry-types.d.ts +2 -2
- package/dist/cloudflare/preview-registry.d.ts +5 -5
- package/dist/cloudflare/tokens.d.ts +2 -2
- package/dist/cloudflare/usage.d.ts +2 -2
- package/dist/config/binding-resolution-helpers.d.ts +1 -1
- package/dist/config/compiler/bindings.d.ts +2 -2
- package/dist/config/compiler/core-helpers.d.ts +2 -2
- package/dist/config/compiler/do-workers.d.ts +2 -2
- package/dist/config/compiler/paths.d.ts +1 -1
- package/dist/config/compiler.d.ts +6 -6
- package/dist/config/define.d.ts +2 -2
- package/dist/config/deploy-resources.d.ts +5 -5
- package/dist/config/env-vars.d.ts +1 -1
- package/dist/config/framework-providers.d.ts +1 -1
- package/dist/config/index.d.ts +12 -12
- package/dist/config/loader.d.ts +2 -2
- package/dist/config/local-dev-vars.d.ts +1 -1
- package/dist/config/preview-resources.d.ts +4 -4
- package/dist/config/preview.d.ts +1 -1
- package/dist/config/ref.d.ts +2 -2
- package/dist/config/resolve-phased.d.ts +4 -4
- package/dist/config/resolve.d.ts +1 -1
- package/dist/config/resource-resolution.d.ts +6 -6
- package/dist/config/schema-env.d.ts +20 -20
- package/dist/config/schema-normalization.d.ts +1 -1
- package/dist/config/schema-types-bindings.d.ts +4 -4
- package/dist/config/schema-types-build.d.ts +1 -1
- package/dist/config/schema-types.d.ts +7 -7
- package/dist/config/schema.d.ts +46 -46
- package/dist/config/service-bindings-validation.d.ts +1 -1
- package/dist/config-entry.d.ts +6 -6
- package/dist/config-entry.js +3 -8
- package/dist/decorators/index.d.ts +2 -2
- package/dist/decorators/index.js +2 -9
- package/dist/dev-server/d1-migrations.d.ts +1 -1
- package/dist/dev-server/dev-server-state.d.ts +6 -6
- package/dist/dev-server/gateway-script.d.ts +1 -1
- package/dist/dev-server/index.d.ts +1 -1
- package/dist/dev-server/miniflare-bindings.d.ts +1 -1
- package/dist/dev-server/miniflare-dev-config.d.ts +5 -5
- package/dist/dev-server/miniflare-worker-config.d.ts +3 -3
- package/dist/dev-server/server-startup-helpers.d.ts +6 -6
- package/dist/dev-server/worker-surface-paths.d.ts +2 -2
- package/dist/index.d.ts +8 -8
- package/dist/index.js +9 -22
- package/dist/runtime/context-events.d.ts +1 -1
- package/dist/runtime/context.d.ts +3 -3
- package/dist/runtime/exports.d.ts +2 -2
- package/dist/runtime/index.d.ts +10 -10
- package/dist/runtime/index.js +5 -57
- package/dist/runtime/middleware.d.ts +1 -1
- package/dist/runtime/router/index.d.ts +3 -3
- package/dist/runtime/validation.d.ts +1 -1
- package/dist/secrets/local-secrets.d.ts +1 -1
- package/dist/shims/local-media-bindings.d.ts +1 -1
- package/dist/sveltekit/index.d.ts +1 -1
- package/dist/sveltekit/index.js +327 -9
- package/dist/sveltekit/local-bindings.d.ts +1 -1
- package/dist/sveltekit/platform.d.ts +1 -1
- package/dist/test/binding-hints.d.ts +2 -2
- package/dist/test/cf.d.ts +19 -19
- package/dist/test/index.d.ts +18 -18
- package/dist/test/index.js +4495 -46
- package/dist/test/offline-bindings.d.ts +3 -3
- package/dist/test/resolve-service-bindings.d.ts +1 -1
- package/dist/test/simple-context-bindings.d.ts +1 -1
- package/dist/test/simple-context-durable-objects.d.ts +1 -1
- package/dist/test/simple-context-env.d.ts +2 -2
- package/dist/test/simple-context-handlers.d.ts +2 -2
- package/dist/test/simple-context-lifecycle.d.ts +2 -2
- package/dist/test/simple-context-mfconfig.d.ts +1 -1
- package/dist/test/simple-context-multi-worker.d.ts +2 -2
- package/dist/test/simple-context-runtime.d.ts +1 -1
- package/dist/test/simple-context-startup.d.ts +1 -1
- package/dist/test/simple-context.d.ts +1 -1
- package/dist/test/utilities/env.d.ts +3 -3
- package/dist/test/utilities.d.ts +10 -10
- package/dist/test/worker.d.ts +1 -1
- package/dist/transform/index.d.ts +2 -2
- package/dist/utils/send-email.js +163 -19
- package/dist/vite/config-file.d.ts +2 -2
- package/dist/vite/index.d.ts +3 -3
- package/dist/vite/index.js +2 -31
- package/dist/vite/plugin-config-hook.d.ts +1 -1
- package/dist/vite/plugin-context.d.ts +3 -3
- package/dist/vite/plugin-durable-objects.d.ts +2 -2
- package/dist/vite/plugin-programmatic.d.ts +1 -1
- package/dist/vite/plugin-service-bindings.d.ts +2 -2
- package/dist/vite/plugin.d.ts +3 -3
- package/dist/worker-entry/composed-worker.d.ts +1 -1
- package/dist/worker-entry/routes.d.ts +2 -2
- package/dist/worker-entry/surface-paths.d.ts +1 -1
- package/dist/workflows/local-workflow-entrypoints.d.ts +1 -1
- package/package.json +5 -3
- package/dist/account-4tgh03a8.js +0 -484
- package/dist/ai-r3zqmxan.js +0 -261
- package/dist/api-6z01z734.js +0 -33
- package/dist/build-kw625v84.js +0 -51
- package/dist/config-ghk2bxj3.js +0 -102
- package/dist/deploy-9kee65n9.js +0 -1062
- package/dist/dev-x8zr249a.js +0 -3569
- package/dist/doctor-0ng5qrr1.js +0 -258
- package/dist/durable-object-0ybmg08a.js +0 -13
- package/dist/index-04wh9bxx.js +0 -514
- package/dist/index-0cc05hzv.js +0 -74
- package/dist/index-2yv7w548.js +0 -185
- package/dist/index-37x76zdn.js +0 -4
- package/dist/index-3cpzsr47.js +0 -125
- package/dist/index-3t6rypgc.js +0 -13
- package/dist/index-4mmpccrb.js +0 -309
- package/dist/index-5dkjffqz.js +0 -25
- package/dist/index-5hy7jmv3.js +0 -890
- package/dist/index-627srx16.js +0 -45
- package/dist/index-7m557715.js +0 -283
- package/dist/index-a8pnvg3r.js +0 -52
- package/dist/index-aabgympv.js +0 -39
- package/dist/index-atwc3csp.js +0 -256
- package/dist/index-cv4cvrxe.js +0 -2046
- package/dist/index-h7r11y4a.js +0 -539
- package/dist/index-hvtd936d.js +0 -1229
- package/dist/index-kcp7y951.js +0 -136
- package/dist/index-maw0jjnn.js +0 -147
- package/dist/index-mek9msfv.js +0 -705
- package/dist/index-n4xkaymm.js +0 -236
- package/dist/index-nkk59p3y.js +0 -579
- package/dist/index-phcrvs6d.js +0 -342
- package/dist/index-se4kw8tm.js +0 -460
- package/dist/index-x8s9rwfh.js +0 -2020
- package/dist/index-y7w3x9p1.js +0 -18
- package/dist/index-z9gy8w6b.js +0 -57
- package/dist/index-zdd0d9qa.js +0 -199
- package/dist/init-tb8jqgvr.js +0 -180
- package/dist/login-4h1sfsed.js +0 -75
- package/dist/previews-qr7c5j8h.js +0 -1336
- package/dist/productions-xpmd6bw8.js +0 -505
- package/dist/remote-kqcvhnfx.js +0 -192
- package/dist/secrets-6wbdsdek.js +0 -89
- package/dist/token-yp1qa70y.js +0 -419
- package/dist/types-15yv4cj3.js +0 -701
- package/dist/worker-1yg72jxg.js +0 -510
- package/dist/worker-entrypoint-y8s9kdcx.js +0 -15
package/dist/browser.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { defineConfig } from './config/define';
|
|
2
|
-
export { ref } from './config/ref';
|
|
3
|
-
export { workerName } from './workerName';
|
|
4
|
-
export { env, vars } from './env';
|
|
5
|
-
export { setBindingHints, createEnvProxy, initEnv } from './bridge/proxy';
|
|
6
|
-
export type { EnvProxyOptions, BindingHints } from './bridge/proxy';
|
|
7
|
-
export { BridgeClient, getClient } from './bridge/client';
|
|
8
|
-
export type { BridgeClientOptions } from './bridge/client';
|
|
9
|
-
export { durableObject, getDurableObjectOptions, type DurableObjectOptions } from './decorators';
|
|
10
|
-
type ConfigModule = typeof import('./config');
|
|
1
|
+
export { defineConfig } from './config/define.js';
|
|
2
|
+
export { ref } from './config/ref.js';
|
|
3
|
+
export { workerName } from './workerName.js';
|
|
4
|
+
export { env, vars } from './env.js';
|
|
5
|
+
export { setBindingHints, createEnvProxy, initEnv } from './bridge/proxy.js';
|
|
6
|
+
export type { EnvProxyOptions, BindingHints } from './bridge/proxy.js';
|
|
7
|
+
export { BridgeClient, getClient } from './bridge/client.js';
|
|
8
|
+
export type { BridgeClientOptions } from './bridge/client.js';
|
|
9
|
+
export { durableObject, getDurableObjectOptions, type DurableObjectOptions } from './decorators/index.js';
|
|
10
|
+
type ConfigModule = typeof import('./config/index.js');
|
|
11
11
|
type ConfigNotFoundErrorArgs = ConstructorParameters<ConfigModule['ConfigNotFoundError']>;
|
|
12
12
|
type ConfigValidationErrorArgs = ConstructorParameters<ConfigModule['ConfigValidationError']>;
|
|
13
13
|
type ConfigResourceResolutionErrorArgs = ConstructorParameters<ConfigModule['ConfigResourceResolutionError']>;
|
|
14
|
-
export declare const loadConfig: typeof import("./config").loadConfig;
|
|
15
|
-
export declare const loadResolvedConfig: typeof import("./config").loadResolvedConfig;
|
|
16
|
-
export declare const compileConfig: typeof import("./config").compileConfig;
|
|
17
|
-
export declare const stringifyConfig: typeof import("./config").stringifyConfig;
|
|
14
|
+
export declare const loadConfig: typeof import("./config/index.js").loadConfig;
|
|
15
|
+
export declare const loadResolvedConfig: typeof import("./config/index.js").loadResolvedConfig;
|
|
16
|
+
export declare const compileConfig: typeof import("./config/index.js").compileConfig;
|
|
17
|
+
export declare const stringifyConfig: typeof import("./config/index.js").stringifyConfig;
|
|
18
18
|
export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
19
19
|
name: import("zod").ZodString;
|
|
20
20
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -115,7 +115,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
115
115
|
name: string;
|
|
116
116
|
}>]>>>;
|
|
117
117
|
r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
118
|
-
durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings").DurableObjectBindingInput>>>;
|
|
118
|
+
durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings.js").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings.js").DurableObjectBindingInput>>>;
|
|
119
119
|
queues: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
120
120
|
producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
121
121
|
consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -465,7 +465,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
465
465
|
name: string;
|
|
466
466
|
}> | undefined;
|
|
467
467
|
r2?: Record<string, string> | undefined;
|
|
468
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
468
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
469
469
|
queues?: {
|
|
470
470
|
producers?: Record<string, string> | undefined;
|
|
471
471
|
consumers?: {
|
|
@@ -588,7 +588,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
588
588
|
name: string;
|
|
589
589
|
}> | undefined;
|
|
590
590
|
r2?: Record<string, string> | undefined;
|
|
591
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
591
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
592
592
|
queues?: {
|
|
593
593
|
producers?: Record<string, string> | undefined;
|
|
594
594
|
consumers?: {
|
|
@@ -998,17 +998,17 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
998
998
|
target: import("zod").ZodOptional<import("zod").ZodString>;
|
|
999
999
|
minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1000
1000
|
sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1001
|
-
options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
|
|
1001
|
+
options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build.js").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build.js").DevflareRolldownOptions>>;
|
|
1002
1002
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1003
1003
|
target?: string | undefined;
|
|
1004
1004
|
minify?: boolean | undefined;
|
|
1005
1005
|
sourcemap?: boolean | undefined;
|
|
1006
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
1006
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
1007
1007
|
}, {
|
|
1008
1008
|
target?: string | undefined;
|
|
1009
1009
|
minify?: boolean | undefined;
|
|
1010
1010
|
sourcemap?: boolean | undefined;
|
|
1011
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
1011
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
1012
1012
|
}>>;
|
|
1013
1013
|
vite: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1014
1014
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -1123,7 +1123,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1123
1123
|
name: string;
|
|
1124
1124
|
}>]>>>;
|
|
1125
1125
|
r2: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1126
|
-
durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings").DurableObjectBindingInput>>>;
|
|
1126
|
+
durableObjects: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./config/schema-bindings.js").DurableObjectBindingInput, import("zod").ZodTypeDef, import("./config/schema-bindings.js").DurableObjectBindingInput>>>;
|
|
1127
1127
|
queues: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1128
1128
|
producers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1129
1129
|
consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1473,7 +1473,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1473
1473
|
name: string;
|
|
1474
1474
|
}> | undefined;
|
|
1475
1475
|
r2?: Record<string, string> | undefined;
|
|
1476
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
1476
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
1477
1477
|
queues?: {
|
|
1478
1478
|
producers?: Record<string, string> | undefined;
|
|
1479
1479
|
consumers?: {
|
|
@@ -1596,7 +1596,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1596
1596
|
name: string;
|
|
1597
1597
|
}> | undefined;
|
|
1598
1598
|
r2?: Record<string, string> | undefined;
|
|
1599
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
1599
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
1600
1600
|
queues?: {
|
|
1601
1601
|
producers?: Record<string, string> | undefined;
|
|
1602
1602
|
consumers?: {
|
|
@@ -1990,17 +1990,17 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1990
1990
|
target: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1991
1991
|
minify: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1992
1992
|
sourcemap: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1993
|
-
options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build").DevflareRolldownOptions>>;
|
|
1993
|
+
options: import("zod").ZodOptional<import("zod").ZodType<import("./config/schema-build.js").DevflareRolldownOptions, import("zod").ZodTypeDef, import("./config/schema-build.js").DevflareRolldownOptions>>;
|
|
1994
1994
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1995
1995
|
target?: string | undefined;
|
|
1996
1996
|
minify?: boolean | undefined;
|
|
1997
1997
|
sourcemap?: boolean | undefined;
|
|
1998
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
1998
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
1999
1999
|
}, {
|
|
2000
2000
|
target?: string | undefined;
|
|
2001
2001
|
minify?: boolean | undefined;
|
|
2002
2002
|
sourcemap?: boolean | undefined;
|
|
2003
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
2003
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
2004
2004
|
}>>>;
|
|
2005
2005
|
readonly vite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2006
2006
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -2055,7 +2055,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2055
2055
|
name: string;
|
|
2056
2056
|
}> | undefined;
|
|
2057
2057
|
r2?: Record<string, string> | undefined;
|
|
2058
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
2058
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2059
2059
|
queues?: {
|
|
2060
2060
|
producers?: Record<string, string> | undefined;
|
|
2061
2061
|
consumers?: {
|
|
@@ -2261,7 +2261,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2261
2261
|
target?: string | undefined;
|
|
2262
2262
|
minify?: boolean | undefined;
|
|
2263
2263
|
sourcemap?: boolean | undefined;
|
|
2264
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
2264
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
2265
2265
|
} | undefined;
|
|
2266
2266
|
vite?: import("zod").objectOutputType<{
|
|
2267
2267
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -2308,7 +2308,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2308
2308
|
name: string;
|
|
2309
2309
|
}> | undefined;
|
|
2310
2310
|
r2?: Record<string, string> | undefined;
|
|
2311
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
2311
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2312
2312
|
queues?: {
|
|
2313
2313
|
producers?: Record<string, string> | undefined;
|
|
2314
2314
|
consumers?: {
|
|
@@ -2514,7 +2514,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2514
2514
|
target?: string | undefined;
|
|
2515
2515
|
minify?: boolean | undefined;
|
|
2516
2516
|
sourcemap?: boolean | undefined;
|
|
2517
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
2517
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
2518
2518
|
} | undefined;
|
|
2519
2519
|
vite?: import("zod").objectInputType<{
|
|
2520
2520
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -2563,7 +2563,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2563
2563
|
name: string;
|
|
2564
2564
|
}> | undefined;
|
|
2565
2565
|
r2?: Record<string, string> | undefined;
|
|
2566
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
2566
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2567
2567
|
queues?: {
|
|
2568
2568
|
producers?: Record<string, string> | undefined;
|
|
2569
2569
|
consumers?: {
|
|
@@ -2775,7 +2775,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2775
2775
|
target?: string | undefined;
|
|
2776
2776
|
minify?: boolean | undefined;
|
|
2777
2777
|
sourcemap?: boolean | undefined;
|
|
2778
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
2778
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
2779
2779
|
} | undefined;
|
|
2780
2780
|
vite?: import("zod").objectOutputType<{
|
|
2781
2781
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -2822,7 +2822,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2822
2822
|
name: string;
|
|
2823
2823
|
}> | undefined;
|
|
2824
2824
|
r2?: Record<string, string> | undefined;
|
|
2825
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
2825
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
2826
2826
|
queues?: {
|
|
2827
2827
|
producers?: Record<string, string> | undefined;
|
|
2828
2828
|
consumers?: {
|
|
@@ -3028,7 +3028,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3028
3028
|
target?: string | undefined;
|
|
3029
3029
|
minify?: boolean | undefined;
|
|
3030
3030
|
sourcemap?: boolean | undefined;
|
|
3031
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
3031
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
3032
3032
|
} | undefined;
|
|
3033
3033
|
vite?: import("zod").objectOutputType<{
|
|
3034
3034
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -3077,7 +3077,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3077
3077
|
name: string;
|
|
3078
3078
|
}> | undefined;
|
|
3079
3079
|
r2?: Record<string, string> | undefined;
|
|
3080
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
3080
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3081
3081
|
queues?: {
|
|
3082
3082
|
producers?: Record<string, string> | undefined;
|
|
3083
3083
|
consumers?: {
|
|
@@ -3289,7 +3289,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3289
3289
|
target?: string | undefined;
|
|
3290
3290
|
minify?: boolean | undefined;
|
|
3291
3291
|
sourcemap?: boolean | undefined;
|
|
3292
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
3292
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
3293
3293
|
} | undefined;
|
|
3294
3294
|
vite?: import("zod").objectInputType<{
|
|
3295
3295
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -3336,7 +3336,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3336
3336
|
name: string;
|
|
3337
3337
|
}> | undefined;
|
|
3338
3338
|
r2?: Record<string, string> | undefined;
|
|
3339
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
3339
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3340
3340
|
queues?: {
|
|
3341
3341
|
producers?: Record<string, string> | undefined;
|
|
3342
3342
|
consumers?: {
|
|
@@ -3542,7 +3542,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3542
3542
|
target?: string | undefined;
|
|
3543
3543
|
minify?: boolean | undefined;
|
|
3544
3544
|
sourcemap?: boolean | undefined;
|
|
3545
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
3545
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
3546
3546
|
} | undefined;
|
|
3547
3547
|
vite?: import("zod").objectInputType<{
|
|
3548
3548
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -3591,7 +3591,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3591
3591
|
name: string;
|
|
3592
3592
|
}> | undefined;
|
|
3593
3593
|
r2?: Record<string, string> | undefined;
|
|
3594
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
3594
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3595
3595
|
queues?: {
|
|
3596
3596
|
producers?: Record<string, string> | undefined;
|
|
3597
3597
|
consumers?: {
|
|
@@ -3803,7 +3803,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3803
3803
|
target?: string | undefined;
|
|
3804
3804
|
minify?: boolean | undefined;
|
|
3805
3805
|
sourcemap?: boolean | undefined;
|
|
3806
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
3806
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
3807
3807
|
} | undefined;
|
|
3808
3808
|
vite?: import("zod").objectOutputType<{
|
|
3809
3809
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -3850,7 +3850,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3850
3850
|
name: string;
|
|
3851
3851
|
}> | undefined;
|
|
3852
3852
|
r2?: Record<string, string> | undefined;
|
|
3853
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
3853
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
3854
3854
|
queues?: {
|
|
3855
3855
|
producers?: Record<string, string> | undefined;
|
|
3856
3856
|
consumers?: {
|
|
@@ -4056,7 +4056,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4056
4056
|
target?: string | undefined;
|
|
4057
4057
|
minify?: boolean | undefined;
|
|
4058
4058
|
sourcemap?: boolean | undefined;
|
|
4059
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
4059
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
4060
4060
|
} | undefined;
|
|
4061
4061
|
vite?: import("zod").objectOutputType<{
|
|
4062
4062
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -4105,7 +4105,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4105
4105
|
name: string;
|
|
4106
4106
|
}> | undefined;
|
|
4107
4107
|
r2?: Record<string, string> | undefined;
|
|
4108
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
4108
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
4109
4109
|
queues?: {
|
|
4110
4110
|
producers?: Record<string, string> | undefined;
|
|
4111
4111
|
consumers?: {
|
|
@@ -4317,7 +4317,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4317
4317
|
target?: string | undefined;
|
|
4318
4318
|
minify?: boolean | undefined;
|
|
4319
4319
|
sourcemap?: boolean | undefined;
|
|
4320
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
4320
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
4321
4321
|
} | undefined;
|
|
4322
4322
|
vite?: import("zod").objectInputType<{
|
|
4323
4323
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -4364,7 +4364,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4364
4364
|
name: string;
|
|
4365
4365
|
}> | undefined;
|
|
4366
4366
|
r2?: Record<string, string> | undefined;
|
|
4367
|
-
durableObjects?: Record<string, import("./config/schema-bindings").DurableObjectBindingInput> | undefined;
|
|
4367
|
+
durableObjects?: Record<string, import("./config/schema-bindings.js").DurableObjectBindingInput> | undefined;
|
|
4368
4368
|
queues?: {
|
|
4369
4369
|
producers?: Record<string, string> | undefined;
|
|
4370
4370
|
consumers?: {
|
|
@@ -4570,7 +4570,7 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4570
4570
|
target?: string | undefined;
|
|
4571
4571
|
minify?: boolean | undefined;
|
|
4572
4572
|
sourcemap?: boolean | undefined;
|
|
4573
|
-
options?: import("./config/schema-build").DevflareRolldownOptions | undefined;
|
|
4573
|
+
options?: import("./config/schema-build.js").DevflareRolldownOptions | undefined;
|
|
4574
4574
|
} | undefined;
|
|
4575
4575
|
vite?: import("zod").objectInputType<{
|
|
4576
4576
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
@@ -4592,30 +4592,30 @@ export declare class ConfigResourceResolutionError extends Error {
|
|
|
4592
4592
|
readonly code = "CONFIG_RESOURCE_RESOLUTION_ERROR";
|
|
4593
4593
|
constructor(..._args: ConfigResourceResolutionErrorArgs);
|
|
4594
4594
|
}
|
|
4595
|
-
export declare const runCli: typeof import("./cli").runCli;
|
|
4596
|
-
export declare const parseArgs: typeof import("./cli").parseArgs;
|
|
4597
|
-
export declare const findDurableObjectClasses: typeof import("./transform").findDurableObjectClasses;
|
|
4598
|
-
export declare const findDurableObjectClassesDetailed: typeof import("./transform").findDurableObjectClasses;
|
|
4599
|
-
export declare const generateWrapper: typeof import("./transform").generateWrapper;
|
|
4600
|
-
export declare const transformDurableObject: typeof import("./transform").transformDurableObject;
|
|
4601
|
-
export declare const transformWorkerEntrypoint: typeof import("./transform").transformWorkerEntrypoint;
|
|
4602
|
-
export declare const findExportedFunctions: typeof import("./transform").findExportedFunctions;
|
|
4603
|
-
export declare const shouldTransformWorker: typeof import("./transform").shouldTransformWorker;
|
|
4604
|
-
export declare const generateRpcInterface: typeof import("./transform").generateRpcInterface;
|
|
4605
|
-
export declare const startMiniflare: typeof import("./bridge").startMiniflare;
|
|
4606
|
-
export declare const startMiniflareFromConfig: typeof import("./bridge").startMiniflareFromConfig;
|
|
4607
|
-
export declare const getMiniflare: typeof import("./bridge").getMiniflare;
|
|
4608
|
-
export declare const stopMiniflare: typeof import("./bridge").stopMiniflare;
|
|
4595
|
+
export declare const runCli: typeof import("./cli/index.js").runCli;
|
|
4596
|
+
export declare const parseArgs: typeof import("./cli/index.js").parseArgs;
|
|
4597
|
+
export declare const findDurableObjectClasses: typeof import("./transform/index.js").findDurableObjectClasses;
|
|
4598
|
+
export declare const findDurableObjectClassesDetailed: typeof import("./transform/index.js").findDurableObjectClasses;
|
|
4599
|
+
export declare const generateWrapper: typeof import("./transform/index.js").generateWrapper;
|
|
4600
|
+
export declare const transformDurableObject: typeof import("./transform/index.js").transformDurableObject;
|
|
4601
|
+
export declare const transformWorkerEntrypoint: typeof import("./transform/index.js").transformWorkerEntrypoint;
|
|
4602
|
+
export declare const findExportedFunctions: typeof import("./transform/index.js").findExportedFunctions;
|
|
4603
|
+
export declare const shouldTransformWorker: typeof import("./transform/index.js").shouldTransformWorker;
|
|
4604
|
+
export declare const generateRpcInterface: typeof import("./transform/index.js").generateRpcInterface;
|
|
4605
|
+
export declare const startMiniflare: typeof import("./bridge/index.js").startMiniflare;
|
|
4606
|
+
export declare const startMiniflareFromConfig: typeof import("./bridge/index.js").startMiniflareFromConfig;
|
|
4607
|
+
export declare const getMiniflare: typeof import("./bridge/index.js").getMiniflare;
|
|
4608
|
+
export declare const stopMiniflare: typeof import("./bridge/index.js").stopMiniflare;
|
|
4609
4609
|
export declare const gateway: {
|
|
4610
|
-
fetch(request: Request, env: import("./bridge/server").GatewayEnv, ctx: ExecutionContext): Promise<Response>;
|
|
4610
|
+
fetch(request: Request, env: import("./bridge/server.js").GatewayEnv, ctx: ExecutionContext): Promise<Response>;
|
|
4611
4611
|
};
|
|
4612
|
-
export declare const createTestContext: typeof import("./test").createTestContext;
|
|
4613
|
-
export declare const createMockTestContext: typeof import("./test").createMockTestContext;
|
|
4614
|
-
export declare const createMockKV: typeof import("./test").createMockKV;
|
|
4615
|
-
export declare const createMockD1: typeof import("./test").createMockD1;
|
|
4616
|
-
export declare const createMockR2: typeof import("./test").createMockR2;
|
|
4617
|
-
export declare const createMockQueue: typeof import("./test").createMockQueue;
|
|
4618
|
-
export declare const createMockEnv: typeof import("./test").createMockEnv;
|
|
4619
|
-
export declare const withTestContext: typeof import("./test").withTestContext;
|
|
4620
|
-
export { defineConfig as default } from './config/define';
|
|
4612
|
+
export declare const createTestContext: typeof import("./test/index.js").createTestContext;
|
|
4613
|
+
export declare const createMockTestContext: typeof import("./test/index.js").createMockTestContext;
|
|
4614
|
+
export declare const createMockKV: typeof import("./test/index.js").createMockKV;
|
|
4615
|
+
export declare const createMockD1: typeof import("./test/index.js").createMockD1;
|
|
4616
|
+
export declare const createMockR2: typeof import("./test/index.js").createMockR2;
|
|
4617
|
+
export declare const createMockQueue: typeof import("./test/index.js").createMockQueue;
|
|
4618
|
+
export declare const createMockEnv: typeof import("./test/index.js").createMockEnv;
|
|
4619
|
+
export declare const withTestContext: typeof import("./test/index.js").withTestContext;
|
|
4620
|
+
export { defineConfig as default } from './config/define.js';
|
|
4621
4621
|
//# sourceMappingURL=browser.d.ts.map
|