wrangler 2.20.0 → 3.0.0
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/README.md +4 -4
- package/bin/wrangler.js +9 -75
- package/package.json +5 -13
- package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
- package/templates/checked-fetch.js +1 -1
- package/templates/first-party-worker-module-facade.ts +2 -2
- package/templates/middleware/common.ts +9 -4
- package/templates/middleware/loader-sw.ts +2 -7
- package/templates/new-worker-scheduled.ts +1 -1
- package/templates/new-worker.ts +1 -1
- package/templates/pages-dev-util.ts +4 -1
- package/templates/pages-shim.ts +0 -3
- package/templates/tsconfig.tsbuildinfo +1 -1
- package/wrangler-dist/cli.d.ts +149 -75
- package/wrangler-dist/cli.js +60062 -64338
- package/import_meta_url.js +0 -3
- package/miniflare-config-stubs/.env.empty +0 -0
- package/miniflare-config-stubs/package.empty.json +0 -1
- package/miniflare-config-stubs/wrangler.empty.toml +0 -0
- package/miniflare-dist/index.mjs +0 -6442
- package/src/__tests__/access.test.ts +0 -25
- package/src/__tests__/api-dev.test.ts +0 -238
- package/src/__tests__/api-devregistry.test.ts +0 -121
- package/src/__tests__/api.test.ts +0 -102
- package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
- package/src/__tests__/config-cache.test.ts +0 -42
- package/src/__tests__/configuration.test.ts +0 -4517
- package/src/__tests__/constellation.test.ts +0 -371
- package/src/__tests__/d1/d1.test.ts +0 -82
- package/src/__tests__/d1/execute.test.ts +0 -66
- package/src/__tests__/d1/migrate.test.ts +0 -257
- package/src/__tests__/d1/splitter.test.ts +0 -255
- package/src/__tests__/delete.test.ts +0 -272
- package/src/__tests__/deployments.test.ts +0 -369
- package/src/__tests__/dev.test.tsx +0 -1617
- package/src/__tests__/generate.test.ts +0 -237
- package/src/__tests__/get-host-from-url.test.ts +0 -16
- package/src/__tests__/guess-worker-format.test.ts +0 -120
- package/src/__tests__/helpers/clipboardy-mock.js +0 -4
- package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
- package/src/__tests__/helpers/end-event-loop.ts +0 -6
- package/src/__tests__/helpers/mock-account-id.ts +0 -48
- package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
- package/src/__tests__/helpers/mock-bin.ts +0 -36
- package/src/__tests__/helpers/mock-console.ts +0 -112
- package/src/__tests__/helpers/mock-dialogs.ts +0 -139
- package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
- package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
- package/src/__tests__/helpers/mock-http-server.ts +0 -46
- package/src/__tests__/helpers/mock-istty.ts +0 -74
- package/src/__tests__/helpers/mock-known-routes.ts +0 -12
- package/src/__tests__/helpers/mock-kv.ts +0 -46
- package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
- package/src/__tests__/helpers/mock-process.ts +0 -34
- package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
- package/src/__tests__/helpers/mock-stdin.ts +0 -108
- package/src/__tests__/helpers/mock-web-socket.ts +0 -29
- package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
- package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
- package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
- package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
- package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
- package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
- package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
- package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
- package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
- package/src/__tests__/helpers/msw/index.ts +0 -52
- package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
- package/src/__tests__/helpers/run-in-tmp.ts +0 -38
- package/src/__tests__/helpers/run-wrangler.ts +0 -16
- package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
- package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
- package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
- package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
- package/src/__tests__/helpers/write-worker-source.ts +0 -31
- package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
- package/src/__tests__/https-options.test.ts +0 -163
- package/src/__tests__/index.test.ts +0 -282
- package/src/__tests__/init.test.ts +0 -3196
- package/src/__tests__/jest.setup.ts +0 -179
- package/src/__tests__/kv.test.ts +0 -1799
- package/src/__tests__/logger.test.ts +0 -207
- package/src/__tests__/logout.test.ts +0 -47
- package/src/__tests__/metrics.test.ts +0 -493
- package/src/__tests__/middleware.scheduled.test.ts +0 -145
- package/src/__tests__/middleware.test.ts +0 -816
- package/src/__tests__/mtls-certificates.test.ts +0 -589
- package/src/__tests__/package-manager.test.ts +0 -353
- package/src/__tests__/pages/deployment-list.test.ts +0 -80
- package/src/__tests__/pages/functions-build.test.ts +0 -528
- package/src/__tests__/pages/pages.test.ts +0 -81
- package/src/__tests__/pages/project-create.test.ts +0 -63
- package/src/__tests__/pages/project-list.test.ts +0 -110
- package/src/__tests__/pages/project-upload.test.ts +0 -500
- package/src/__tests__/pages/publish.test.ts +0 -2864
- package/src/__tests__/pages-deployment-tail.test.ts +0 -957
- package/src/__tests__/parse.test.ts +0 -436
- package/src/__tests__/paths.test.ts +0 -39
- package/src/__tests__/publish.test.ts +0 -8849
- package/src/__tests__/pubsub.test.ts +0 -496
- package/src/__tests__/queues.test.ts +0 -532
- package/src/__tests__/r2.test.ts +0 -374
- package/src/__tests__/route.test.ts +0 -45
- package/src/__tests__/secret.test.ts +0 -693
- package/src/__tests__/tail.test.ts +0 -989
- package/src/__tests__/test-old-node-version.js +0 -31
- package/src/__tests__/traverse-module-graph.test.ts +0 -220
- package/src/__tests__/tsconfig-sanity.ts +0 -12
- package/src/__tests__/tsconfig.json +0 -8
- package/src/__tests__/tsconfig.tsbuildinfo +0 -1
- package/src/__tests__/type-generation.test.ts +0 -234
- package/src/__tests__/user.test.ts +0 -118
- package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
- package/src/__tests__/validate-dev-props.test.ts +0 -56
- package/src/__tests__/version.test.ts +0 -35
- package/src/__tests__/whoami.test.tsx +0 -172
- package/src/__tests__/worker-namespace.test.ts +0 -340
- package/src/abort.d.ts +0 -3
- package/src/api/dev.ts +0 -321
- package/src/api/index.ts +0 -11
- package/src/api/mtls-certificate.ts +0 -148
- package/src/api/pages/create-worker-bundle-contents.ts +0 -77
- package/src/api/pages/index.ts +0 -5
- package/src/api/pages/publish.tsx +0 -371
- package/src/bundle-reporter.ts +0 -68
- package/src/bundle.ts +0 -929
- package/src/cfetch/index.ts +0 -158
- package/src/cfetch/internal.ts +0 -258
- package/src/cli.ts +0 -28
- package/src/config/README.md +0 -107
- package/src/config/config.ts +0 -282
- package/src/config/diagnostics.ts +0 -80
- package/src/config/environment.ts +0 -625
- package/src/config/index.ts +0 -403
- package/src/config/validation-helpers.ts +0 -597
- package/src/config/validation.ts +0 -2369
- package/src/config-cache.ts +0 -85
- package/src/constellation/createProject.tsx +0 -51
- package/src/constellation/deleteProject.ts +0 -51
- package/src/constellation/deleteProjectModel.ts +0 -68
- package/src/constellation/index.ts +0 -75
- package/src/constellation/listCatalog.tsx +0 -35
- package/src/constellation/listModel.tsx +0 -41
- package/src/constellation/listProject.tsx +0 -28
- package/src/constellation/listRuntime.tsx +0 -28
- package/src/constellation/options.ts +0 -17
- package/src/constellation/types.ts +0 -17
- package/src/constellation/uploadModel.tsx +0 -64
- package/src/constellation/utils.ts +0 -90
- package/src/create-worker-preview.ts +0 -293
- package/src/create-worker-upload-form.ts +0 -363
- package/src/d1/backups.tsx +0 -219
- package/src/d1/constants.ts +0 -2
- package/src/d1/create.tsx +0 -70
- package/src/d1/delete.ts +0 -53
- package/src/d1/execute.tsx +0 -357
- package/src/d1/formatTimeAgo.ts +0 -14
- package/src/d1/index.ts +0 -100
- package/src/d1/list.tsx +0 -62
- package/src/d1/migrations/apply.tsx +0 -212
- package/src/d1/migrations/create.tsx +0 -79
- package/src/d1/migrations/helpers.ts +0 -169
- package/src/d1/migrations/index.ts +0 -3
- package/src/d1/migrations/list.tsx +0 -95
- package/src/d1/migrations/options.ts +0 -23
- package/src/d1/options.ts +0 -22
- package/src/d1/splitter.ts +0 -161
- package/src/d1/types.ts +0 -25
- package/src/d1/utils.ts +0 -49
- package/src/delete.ts +0 -100
- package/src/deployments.ts +0 -368
- package/src/deprecated/index.ts +0 -144
- package/src/dev/dev-vars.ts +0 -39
- package/src/dev/dev.tsx +0 -605
- package/src/dev/get-local-persistence-path.ts +0 -31
- package/src/dev/local.tsx +0 -952
- package/src/dev/remote.tsx +0 -635
- package/src/dev/start-server.ts +0 -545
- package/src/dev/use-esbuild.ts +0 -215
- package/src/dev/validate-dev-props.ts +0 -40
- package/src/dev-registry.ts +0 -202
- package/src/dev.tsx +0 -934
- package/src/dialogs.ts +0 -136
- package/src/dispatch-namespace.ts +0 -211
- package/src/docs/helpers.ts +0 -50
- package/src/docs/index.ts +0 -54
- package/src/durable.ts +0 -102
- package/src/entry.ts +0 -344
- package/src/environment-variables/factory.ts +0 -89
- package/src/environment-variables/misc-variables.ts +0 -30
- package/src/errors.ts +0 -11
- package/src/generate/index.ts +0 -298
- package/src/git-client.ts +0 -135
- package/src/global-wrangler-config-path.ts +0 -26
- package/src/https-options.ts +0 -127
- package/src/index.ts +0 -768
- package/src/init.ts +0 -1037
- package/src/inspect.ts +0 -883
- package/src/intl-polyfill.d.ts +0 -139
- package/src/is-ci.ts +0 -14
- package/src/is-interactive.ts +0 -16
- package/src/jest.d.ts +0 -4
- package/src/kv/helpers.ts +0 -433
- package/src/kv/index.ts +0 -594
- package/src/logger.ts +0 -123
- package/src/metrics/index.ts +0 -5
- package/src/metrics/metrics-config.ts +0 -239
- package/src/metrics/metrics-dispatcher.ts +0 -96
- package/src/metrics/metrics-usage-headers.ts +0 -24
- package/src/metrics/send-event.ts +0 -99
- package/src/miniflare-cli/README.md +0 -30
- package/src/miniflare-cli/assets.ts +0 -251
- package/src/miniflare-cli/index.ts +0 -210
- package/src/miniflare-cli/request-context.ts +0 -40
- package/src/miniflare-cli/tsconfig.json +0 -9
- package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
- package/src/miniflare-cli/types.ts +0 -11
- package/src/module-collection.ts +0 -333
- package/src/mtls-certificate/cli.ts +0 -155
- package/src/open-in-browser.ts +0 -17
- package/src/package-manager.ts +0 -219
- package/src/pages/build.ts +0 -423
- package/src/pages/buildFunctions.ts +0 -140
- package/src/pages/constants.ts +0 -18
- package/src/pages/deployment-tails.ts +0 -281
- package/src/pages/deployments.tsx +0 -84
- package/src/pages/dev.ts +0 -734
- package/src/pages/errors.ts +0 -67
- package/src/pages/functions/buildPlugin.ts +0 -114
- package/src/pages/functions/buildWorker.ts +0 -350
- package/src/pages/functions/filepath-routing.test.ts +0 -234
- package/src/pages/functions/filepath-routing.ts +0 -189
- package/src/pages/functions/identifiers.ts +0 -78
- package/src/pages/functions/routes-consolidation.test.ts +0 -250
- package/src/pages/functions/routes-consolidation.ts +0 -73
- package/src/pages/functions/routes-transformation.test.ts +0 -282
- package/src/pages/functions/routes-transformation.ts +0 -115
- package/src/pages/functions/routes-validation.test.ts +0 -403
- package/src/pages/functions/routes-validation.ts +0 -202
- package/src/pages/functions/routes.ts +0 -151
- package/src/pages/functions/tsconfig.json +0 -8
- package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
- package/src/pages/functions.ts +0 -86
- package/src/pages/hash.ts +0 -13
- package/src/pages/index.ts +0 -102
- package/src/pages/projects.tsx +0 -159
- package/src/pages/prompt-select-project.tsx +0 -31
- package/src/pages/publish.tsx +0 -267
- package/src/pages/types.ts +0 -46
- package/src/pages/upload.tsx +0 -469
- package/src/pages/utils.ts +0 -23
- package/src/parse.ts +0 -308
- package/src/paths.ts +0 -71
- package/src/proxy.ts +0 -694
- package/src/publish/index.ts +0 -274
- package/src/publish/publish.ts +0 -1065
- package/src/pubsub/index.ts +0 -286
- package/src/pubsub/pubsub-commands.ts +0 -623
- package/src/queues/cli/commands/consumer/add.ts +0 -71
- package/src/queues/cli/commands/consumer/index.ts +0 -19
- package/src/queues/cli/commands/consumer/remove.ts +0 -31
- package/src/queues/cli/commands/create.ts +0 -25
- package/src/queues/cli/commands/delete.ts +0 -26
- package/src/queues/cli/commands/index.ts +0 -35
- package/src/queues/cli/commands/list.ts +0 -25
- package/src/queues/client.ts +0 -136
- package/src/queues/utils.ts +0 -18
- package/src/r2/constants.ts +0 -4
- package/src/r2/helpers.ts +0 -132
- package/src/r2/index.ts +0 -289
- package/src/routes.ts +0 -140
- package/src/secret/index.ts +0 -377
- package/src/selfsigned.d.ts +0 -29
- package/src/sites.ts +0 -484
- package/src/tail/createTail.ts +0 -415
- package/src/tail/filters.ts +0 -277
- package/src/tail/index.ts +0 -211
- package/src/tail/printing.ts +0 -132
- package/src/traverse-module-graph.ts +0 -54
- package/src/tsconfig-sanity.ts +0 -16
- package/src/type-generation.ts +0 -181
- package/src/update-check.ts +0 -19
- package/src/user/access.ts +0 -68
- package/src/user/auth-variables.ts +0 -113
- package/src/user/choose-account.tsx +0 -39
- package/src/user/generate-auth-url.ts +0 -33
- package/src/user/generate-random-state.ts +0 -16
- package/src/user/index.ts +0 -2
- package/src/user/user.ts +0 -1234
- package/src/utils/collectKeyValues.ts +0 -14
- package/src/utils/render.ts +0 -93
- package/src/whoami.ts +0 -135
- package/src/worker.ts +0 -279
- package/src/yargs-types.ts +0 -37
- package/src/zones.ts +0 -191
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { mockAccountId, mockApiToken } from "./helpers/mock-account-id";
|
|
3
|
-
import { mockConsoleMethods } from "./helpers/mock-console";
|
|
4
|
-
import {
|
|
5
|
-
createFetchResult,
|
|
6
|
-
msw,
|
|
7
|
-
mswSuccessNamespacesHandlers,
|
|
8
|
-
} from "./helpers/msw";
|
|
9
|
-
import { runInTempDir } from "./helpers/run-in-tmp";
|
|
10
|
-
import { runWrangler } from "./helpers/run-wrangler";
|
|
11
|
-
|
|
12
|
-
describe("dispatch-namespace", () => {
|
|
13
|
-
const std = mockConsoleMethods();
|
|
14
|
-
beforeEach(() => msw.use(...mswSuccessNamespacesHandlers));
|
|
15
|
-
|
|
16
|
-
runInTempDir();
|
|
17
|
-
mockAccountId();
|
|
18
|
-
mockApiToken();
|
|
19
|
-
|
|
20
|
-
it("should display a list of available subcommands, for dispatch-namespace with no subcommand", async () => {
|
|
21
|
-
await runWrangler("dispatch-namespace");
|
|
22
|
-
|
|
23
|
-
// wait a tick for the help menu to be printed
|
|
24
|
-
await new Promise((resolve) => setImmediate(resolve));
|
|
25
|
-
|
|
26
|
-
expect(std).toMatchInlineSnapshot(`
|
|
27
|
-
Object {
|
|
28
|
-
"debug": "",
|
|
29
|
-
"err": "",
|
|
30
|
-
"info": "",
|
|
31
|
-
"out": "wrangler dispatch-namespace
|
|
32
|
-
|
|
33
|
-
📦 Interact with a dispatch namespace
|
|
34
|
-
|
|
35
|
-
Commands:
|
|
36
|
-
wrangler dispatch-namespace list List all dispatch namespaces
|
|
37
|
-
wrangler dispatch-namespace get <name> Get information about a dispatch namespace
|
|
38
|
-
wrangler dispatch-namespace create <name> Create a dispatch namespace
|
|
39
|
-
wrangler dispatch-namespace delete <name> Delete a dispatch namespace
|
|
40
|
-
wrangler dispatch-namespace rename <old-name> <new-name> Rename a dispatch namespace
|
|
41
|
-
|
|
42
|
-
Flags:
|
|
43
|
-
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
|
|
44
|
-
-c, --config Path to .toml configuration file [string]
|
|
45
|
-
-e, --env Environment to use for operations and .env files [string]
|
|
46
|
-
-h, --help Show help [boolean]
|
|
47
|
-
-v, --version Show version number [boolean]",
|
|
48
|
-
"warn": "",
|
|
49
|
-
}
|
|
50
|
-
`);
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
describe("create namespace", () => {
|
|
54
|
-
const namespaceName = "my-namespace";
|
|
55
|
-
let counter = 0;
|
|
56
|
-
msw.use(
|
|
57
|
-
rest.post(
|
|
58
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
|
|
59
|
-
(req, res, ctx) => {
|
|
60
|
-
counter++;
|
|
61
|
-
const { namespaceNameParam } = req.params;
|
|
62
|
-
expect(counter).toBe(1);
|
|
63
|
-
expect(namespaceNameParam).toBe(namespaceName);
|
|
64
|
-
return res.once(
|
|
65
|
-
ctx.json(
|
|
66
|
-
createFetchResult({
|
|
67
|
-
namespace_id: "some-namespace-id",
|
|
68
|
-
namespace_name: "namespace-name",
|
|
69
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
70
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
71
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
72
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
73
|
-
})
|
|
74
|
-
)
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
)
|
|
78
|
-
);
|
|
79
|
-
|
|
80
|
-
it("should display help for create", async () => {
|
|
81
|
-
await expect(
|
|
82
|
-
runWrangler("dispatch-namespace create")
|
|
83
|
-
).rejects.toThrowErrorMatchingInlineSnapshot(
|
|
84
|
-
`"Not enough non-option arguments: got 0, need at least 1"`
|
|
85
|
-
);
|
|
86
|
-
|
|
87
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
88
|
-
"
|
|
89
|
-
wrangler dispatch-namespace create <name>
|
|
90
|
-
|
|
91
|
-
Create a dispatch namespace
|
|
92
|
-
|
|
93
|
-
Positionals:
|
|
94
|
-
name Name of the dispatch namespace [string] [required]
|
|
95
|
-
|
|
96
|
-
Flags:
|
|
97
|
-
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
|
|
98
|
-
-c, --config Path to .toml configuration file [string]
|
|
99
|
-
-e, --env Environment to use for operations and .env files [string]
|
|
100
|
-
-h, --help Show help [boolean]
|
|
101
|
-
-v, --version Show version number [boolean]"
|
|
102
|
-
`);
|
|
103
|
-
});
|
|
104
|
-
|
|
105
|
-
it("should attempt to create the given namespace", async () => {
|
|
106
|
-
await runWrangler(`dispatch-namespace create ${namespaceName}`);
|
|
107
|
-
|
|
108
|
-
expect(std.out).toMatchInlineSnapshot(
|
|
109
|
-
`"Created dispatch namespace \\"my-namespace\\" with ID \\"some-namespace-id\\""`
|
|
110
|
-
);
|
|
111
|
-
});
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
describe("delete namespace", () => {
|
|
115
|
-
const namespaceName = "my-namespace";
|
|
116
|
-
let counter = 0;
|
|
117
|
-
msw.use(
|
|
118
|
-
rest.delete(
|
|
119
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
|
|
120
|
-
(req, res, ctx) => {
|
|
121
|
-
counter++;
|
|
122
|
-
const { namespaceNameParam } = req.params;
|
|
123
|
-
expect(counter).toBe(1);
|
|
124
|
-
expect(namespaceNameParam).toBe(namespaceName);
|
|
125
|
-
return res.once(ctx.json(null));
|
|
126
|
-
}
|
|
127
|
-
)
|
|
128
|
-
);
|
|
129
|
-
|
|
130
|
-
it("should display help for delete", async () => {
|
|
131
|
-
await expect(
|
|
132
|
-
runWrangler("dispatch-namespace create")
|
|
133
|
-
).rejects.toThrowErrorMatchingInlineSnapshot(
|
|
134
|
-
`"Not enough non-option arguments: got 0, need at least 1"`
|
|
135
|
-
);
|
|
136
|
-
|
|
137
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
138
|
-
"
|
|
139
|
-
wrangler dispatch-namespace create <name>
|
|
140
|
-
|
|
141
|
-
Create a dispatch namespace
|
|
142
|
-
|
|
143
|
-
Positionals:
|
|
144
|
-
name Name of the dispatch namespace [string] [required]
|
|
145
|
-
|
|
146
|
-
Flags:
|
|
147
|
-
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
|
|
148
|
-
-c, --config Path to .toml configuration file [string]
|
|
149
|
-
-e, --env Environment to use for operations and .env files [string]
|
|
150
|
-
-h, --help Show help [boolean]
|
|
151
|
-
-v, --version Show version number [boolean]"
|
|
152
|
-
`);
|
|
153
|
-
});
|
|
154
|
-
|
|
155
|
-
it("should try to delete the given namespace", async () => {
|
|
156
|
-
await runWrangler(`dispatch-namespace delete ${namespaceName}`);
|
|
157
|
-
|
|
158
|
-
expect(std.out).toMatchInlineSnapshot(
|
|
159
|
-
`"Deleted dispatch namespace \\"my-namespace\\""`
|
|
160
|
-
);
|
|
161
|
-
});
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
describe("get namespace", () => {
|
|
165
|
-
const namespaceName = "my-namespace";
|
|
166
|
-
let counter = 0;
|
|
167
|
-
msw.use(
|
|
168
|
-
rest.get(
|
|
169
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
|
|
170
|
-
(req, res, ctx) => {
|
|
171
|
-
counter++;
|
|
172
|
-
const { namespaceNameParam } = req.params;
|
|
173
|
-
expect(counter).toBe(1);
|
|
174
|
-
expect(namespaceNameParam).toBe(namespaceName);
|
|
175
|
-
return res.once(
|
|
176
|
-
ctx.json(
|
|
177
|
-
createFetchResult({
|
|
178
|
-
namespace_id: "some-namespace-id",
|
|
179
|
-
namespace_name: "namespace-name",
|
|
180
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
181
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
182
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
183
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
184
|
-
})
|
|
185
|
-
)
|
|
186
|
-
);
|
|
187
|
-
}
|
|
188
|
-
)
|
|
189
|
-
);
|
|
190
|
-
|
|
191
|
-
it("should display help for get", async () => {
|
|
192
|
-
await expect(
|
|
193
|
-
runWrangler("dispatch-namespace get")
|
|
194
|
-
).rejects.toThrowErrorMatchingInlineSnapshot(
|
|
195
|
-
`"Not enough non-option arguments: got 0, need at least 1"`
|
|
196
|
-
);
|
|
197
|
-
|
|
198
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
199
|
-
"
|
|
200
|
-
wrangler dispatch-namespace get <name>
|
|
201
|
-
|
|
202
|
-
Get information about a dispatch namespace
|
|
203
|
-
|
|
204
|
-
Positionals:
|
|
205
|
-
name Name of the dispatch namespace [string] [required]
|
|
206
|
-
|
|
207
|
-
Flags:
|
|
208
|
-
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
|
|
209
|
-
-c, --config Path to .toml configuration file [string]
|
|
210
|
-
-e, --env Environment to use for operations and .env files [string]
|
|
211
|
-
-h, --help Show help [boolean]
|
|
212
|
-
-v, --version Show version number [boolean]"
|
|
213
|
-
`);
|
|
214
|
-
});
|
|
215
|
-
|
|
216
|
-
it("should attempt to get info for the given namespace", async () => {
|
|
217
|
-
await runWrangler(`dispatch-namespace get ${namespaceName}`);
|
|
218
|
-
|
|
219
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
220
|
-
"{
|
|
221
|
-
namespace_id: 'some-namespace-id',
|
|
222
|
-
namespace_name: 'namespace-name',
|
|
223
|
-
created_on: '2022-06-29T14:30:08.16152Z',
|
|
224
|
-
created_by: '1fc1df98cc4420fe00367c3ab68c1639',
|
|
225
|
-
modified_on: '2022-06-29T14:30:08.16152Z',
|
|
226
|
-
modified_by: '1fc1df98cc4420fe00367c3ab68c1639'
|
|
227
|
-
}"
|
|
228
|
-
`);
|
|
229
|
-
});
|
|
230
|
-
});
|
|
231
|
-
|
|
232
|
-
describe("list namespaces", () => {
|
|
233
|
-
const namespaceName = "my-namespace";
|
|
234
|
-
let counter = 0;
|
|
235
|
-
msw.use(
|
|
236
|
-
rest.get(
|
|
237
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
|
|
238
|
-
(req, res, ctx) => {
|
|
239
|
-
counter++;
|
|
240
|
-
const { namespaceNameParam } = req.params;
|
|
241
|
-
expect(counter).toBe(1);
|
|
242
|
-
expect(namespaceNameParam).toBe(namespaceName);
|
|
243
|
-
return res.once(
|
|
244
|
-
ctx.json(
|
|
245
|
-
createFetchResult({
|
|
246
|
-
namespace_id: "some-namespace-id",
|
|
247
|
-
namespace_name: "namespace-name",
|
|
248
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
249
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
250
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
251
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
252
|
-
})
|
|
253
|
-
)
|
|
254
|
-
);
|
|
255
|
-
}
|
|
256
|
-
)
|
|
257
|
-
);
|
|
258
|
-
|
|
259
|
-
it("should list all namespaces", async () => {
|
|
260
|
-
await runWrangler("dispatch-namespace list");
|
|
261
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
262
|
-
"[
|
|
263
|
-
{
|
|
264
|
-
namespace_id: 'some-namespace-id',
|
|
265
|
-
namespace_name: 'namespace-name',
|
|
266
|
-
created_on: '2022-06-29T14:30:08.16152Z',
|
|
267
|
-
created_by: '1fc1df98cc4420fe00367c3ab68c1639',
|
|
268
|
-
modified_on: '2022-06-29T14:30:08.16152Z',
|
|
269
|
-
modified_by: '1fc1df98cc4420fe00367c3ab68c1639'
|
|
270
|
-
}
|
|
271
|
-
]"
|
|
272
|
-
`);
|
|
273
|
-
});
|
|
274
|
-
});
|
|
275
|
-
|
|
276
|
-
describe("rename namespace", () => {
|
|
277
|
-
const namespaceName = "my-namespace";
|
|
278
|
-
let counter = 0;
|
|
279
|
-
msw.use(
|
|
280
|
-
rest.put(
|
|
281
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
|
|
282
|
-
(req, res, ctx) => {
|
|
283
|
-
counter++;
|
|
284
|
-
const { namespaceNameParam } = req.params;
|
|
285
|
-
expect(counter).toBe(1);
|
|
286
|
-
expect(namespaceNameParam).toBe(namespaceName);
|
|
287
|
-
return res.once(
|
|
288
|
-
ctx.json(
|
|
289
|
-
createFetchResult({
|
|
290
|
-
namespace_id: "some-namespace-id",
|
|
291
|
-
namespace_name: "namespace-name",
|
|
292
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
293
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
294
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
295
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
296
|
-
})
|
|
297
|
-
)
|
|
298
|
-
);
|
|
299
|
-
}
|
|
300
|
-
)
|
|
301
|
-
);
|
|
302
|
-
|
|
303
|
-
it("should display help for rename", async () => {
|
|
304
|
-
await expect(
|
|
305
|
-
runWrangler("dispatch-namespace rename")
|
|
306
|
-
).rejects.toThrowErrorMatchingInlineSnapshot(
|
|
307
|
-
`"Not enough non-option arguments: got 0, need at least 2"`
|
|
308
|
-
);
|
|
309
|
-
|
|
310
|
-
expect(std.out).toMatchInlineSnapshot(`
|
|
311
|
-
"
|
|
312
|
-
wrangler dispatch-namespace rename <old-name> <new-name>
|
|
313
|
-
|
|
314
|
-
Rename a dispatch namespace
|
|
315
|
-
|
|
316
|
-
Positionals:
|
|
317
|
-
old-name Name of the dispatch namespace [string] [required]
|
|
318
|
-
new-name New name of the dispatch namespace [string] [required]
|
|
319
|
-
|
|
320
|
-
Flags:
|
|
321
|
-
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
|
|
322
|
-
-c, --config Path to .toml configuration file [string]
|
|
323
|
-
-e, --env Environment to use for operations and .env files [string]
|
|
324
|
-
-h, --help Show help [boolean]
|
|
325
|
-
-v, --version Show version number [boolean]"
|
|
326
|
-
`);
|
|
327
|
-
});
|
|
328
|
-
|
|
329
|
-
it("should attempt to rename the given namespace", async () => {
|
|
330
|
-
const newName = "new-namespace";
|
|
331
|
-
await runWrangler(
|
|
332
|
-
`dispatch-namespace rename ${namespaceName} ${newName}`
|
|
333
|
-
);
|
|
334
|
-
|
|
335
|
-
expect(std.out).toMatchInlineSnapshot(
|
|
336
|
-
`"Renamed dispatch namespace \\"my-namespace\\" to \\"new-namespace\\""`
|
|
337
|
-
);
|
|
338
|
-
});
|
|
339
|
-
});
|
|
340
|
-
});
|
package/src/abort.d.ts
DELETED
package/src/api/dev.ts
DELETED
|
@@ -1,321 +0,0 @@
|
|
|
1
|
-
import { fetch, Request } from "undici";
|
|
2
|
-
import { startApiDev, startDev } from "../dev";
|
|
3
|
-
import { logger } from "../logger";
|
|
4
|
-
|
|
5
|
-
import type { Environment } from "../config";
|
|
6
|
-
import type { Rule } from "../config/environment";
|
|
7
|
-
import type { EnablePagesAssetsServiceBindingOptions } from "../miniflare-cli/types";
|
|
8
|
-
import type { RequestInit, Response, RequestInfo } from "undici";
|
|
9
|
-
|
|
10
|
-
export interface UnstableDevOptions {
|
|
11
|
-
config?: string; // Path to .toml configuration file, relative to cwd
|
|
12
|
-
env?: string; // Environment to use for operations and .env files
|
|
13
|
-
ip?: string; // IP address to listen on
|
|
14
|
-
port?: number; // Port to listen on
|
|
15
|
-
bundle?: boolean; // Set to false to skip internal build steps and directly publish script
|
|
16
|
-
inspectorPort?: number; // Port for devtools to connect to
|
|
17
|
-
localProtocol?: "http" | "https"; // Protocol to listen to requests on, defaults to http.
|
|
18
|
-
assets?: string; // Static assets to be served
|
|
19
|
-
site?: string; // Root folder of static assets for Workers Sites
|
|
20
|
-
siteInclude?: string[]; // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
|
|
21
|
-
siteExclude?: string[]; // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
|
|
22
|
-
nodeCompat?: boolean; // Enable Node.js compatibility
|
|
23
|
-
compatibilityDate?: string; // Date to use for compatibility checks
|
|
24
|
-
compatibilityFlags?: string[]; // Flags to use for compatibility checks
|
|
25
|
-
persist?: boolean; // Enable persistence for local mode, using default path: .wrangler/state
|
|
26
|
-
persistTo?: string; // Specify directory to use for local persistence (implies --persist)
|
|
27
|
-
vars?: {
|
|
28
|
-
[key: string]: unknown;
|
|
29
|
-
};
|
|
30
|
-
kv?: {
|
|
31
|
-
binding: string;
|
|
32
|
-
id: string;
|
|
33
|
-
preview_id?: string;
|
|
34
|
-
}[];
|
|
35
|
-
durableObjects?: {
|
|
36
|
-
name: string;
|
|
37
|
-
class_name: string;
|
|
38
|
-
script_name?: string | undefined;
|
|
39
|
-
environment?: string | undefined;
|
|
40
|
-
}[];
|
|
41
|
-
r2?: {
|
|
42
|
-
binding: string;
|
|
43
|
-
bucket_name: string;
|
|
44
|
-
preview_bucket_name?: string;
|
|
45
|
-
}[];
|
|
46
|
-
processEntrypoint?: boolean;
|
|
47
|
-
moduleRoot?: string;
|
|
48
|
-
rules?: Rule[];
|
|
49
|
-
logLevel?: "none" | "info" | "error" | "log" | "warn" | "debug"; // Specify logging level [choices: "debug", "info", "log", "warn", "error", "none"] [default: "log"]
|
|
50
|
-
inspect?: boolean;
|
|
51
|
-
local?: boolean;
|
|
52
|
-
accountId?: string;
|
|
53
|
-
experimental?: {
|
|
54
|
-
d1Databases?: Environment["d1_databases"];
|
|
55
|
-
disableExperimentalWarning?: boolean; // Disables wrangler's warning when unstable APIs are used.
|
|
56
|
-
disableDevRegistry?: boolean; // Disables wrangler's support multi-worker setups. May reduce flakiness when used in tests in CI.
|
|
57
|
-
enablePagesAssetsServiceBinding?: EnablePagesAssetsServiceBindingOptions;
|
|
58
|
-
experimentalLocal?: boolean; // Use Miniflare 3 instead of Miniflare 2
|
|
59
|
-
experimentalLocalRemoteKv?: boolean;
|
|
60
|
-
forceLocal?: boolean;
|
|
61
|
-
liveReload?: boolean; // Auto reload HTML pages when change is detected in local mode
|
|
62
|
-
showInteractiveDevSession?: boolean;
|
|
63
|
-
testMode?: boolean; // This option shouldn't be used - We plan on removing it eventually
|
|
64
|
-
testScheduled?: boolean; // Test scheduled events by visiting /__scheduled in browser
|
|
65
|
-
watch?: boolean; // unstable_dev doesn't support watch-mode yet in testMode
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export interface UnstableDevWorker {
|
|
70
|
-
port: number;
|
|
71
|
-
address: string;
|
|
72
|
-
stop: () => Promise<void>;
|
|
73
|
-
fetch: (input?: RequestInfo, init?: RequestInit) => Promise<Response>;
|
|
74
|
-
waitUntilExit: () => Promise<void>;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* unstable_dev starts a wrangler dev server, and returns a promise that resolves with utility functions to interact with it.
|
|
78
|
-
*/
|
|
79
|
-
export async function unstable_dev(
|
|
80
|
-
script: string,
|
|
81
|
-
options?: UnstableDevOptions,
|
|
82
|
-
apiOptions?: unknown
|
|
83
|
-
): Promise<UnstableDevWorker> {
|
|
84
|
-
// Note that not every experimental option is passed directly through to the underlying dev API - experimental options can be used here in unstable_dev. Otherwise we could just pass experimental down to dev blindly.
|
|
85
|
-
|
|
86
|
-
const experimentalOptions = {
|
|
87
|
-
// Defaults for "experimental" options
|
|
88
|
-
disableDevRegistry: false,
|
|
89
|
-
disableExperimentalWarning: false,
|
|
90
|
-
showInteractiveDevSession: false,
|
|
91
|
-
testMode: true,
|
|
92
|
-
// Override all options, including overwriting with "undefined"
|
|
93
|
-
...options?.experimental,
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
const {
|
|
97
|
-
// there are two types of "experimental" options:
|
|
98
|
-
// 1. options to unstable_dev that we're still testing or are unsure of
|
|
99
|
-
disableDevRegistry,
|
|
100
|
-
disableExperimentalWarning,
|
|
101
|
-
forceLocal,
|
|
102
|
-
liveReload,
|
|
103
|
-
showInteractiveDevSession,
|
|
104
|
-
testMode,
|
|
105
|
-
testScheduled,
|
|
106
|
-
// 2. options for alpha/beta products/libs
|
|
107
|
-
d1Databases,
|
|
108
|
-
experimentalLocal,
|
|
109
|
-
experimentalLocalRemoteKv,
|
|
110
|
-
enablePagesAssetsServiceBinding,
|
|
111
|
-
} = experimentalOptions;
|
|
112
|
-
|
|
113
|
-
if (apiOptions) {
|
|
114
|
-
logger.error(
|
|
115
|
-
"unstable_dev's third argument (apiOptions) has been deprecated in favor of an `experimental` property within the second argument (options).\nPlease update your code from:\n`await unstable_dev('...', {...}, {...});`\nto:\n`await unstable_dev('...', {..., experimental: {...}});`"
|
|
116
|
-
);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
if (!disableExperimentalWarning) {
|
|
120
|
-
logger.warn(
|
|
121
|
-
`unstable_dev() is experimental\nunstable_dev()'s behaviour will likely change in future releases`
|
|
122
|
-
);
|
|
123
|
-
}
|
|
124
|
-
let readyPort: number;
|
|
125
|
-
let readyAddress: string;
|
|
126
|
-
//due to Pages adoption of unstable_dev, we can't *just* disable rebuilds and watching. instead, we'll have two versions of startDev, which will converge.
|
|
127
|
-
if (testMode) {
|
|
128
|
-
//in testMode, we can run multiple wranglers in parallel, but rebuilds might not work out of the box
|
|
129
|
-
return new Promise<UnstableDevWorker>((resolve) => {
|
|
130
|
-
//lmao
|
|
131
|
-
return new Promise<Awaited<ReturnType<typeof startApiDev>>>((ready) => {
|
|
132
|
-
// once the devServer is ready for requests, we resolve the inner promise
|
|
133
|
-
// (where we've named the resolve function "ready")
|
|
134
|
-
const devServer = startApiDev({
|
|
135
|
-
script: script,
|
|
136
|
-
inspect: false,
|
|
137
|
-
logLevel: "none",
|
|
138
|
-
_: [],
|
|
139
|
-
$0: "",
|
|
140
|
-
port: options?.port ?? 0,
|
|
141
|
-
local: true,
|
|
142
|
-
d1Databases,
|
|
143
|
-
disableDevRegistry,
|
|
144
|
-
testScheduled: testScheduled ?? false,
|
|
145
|
-
experimentalLocal: experimentalLocal ?? false,
|
|
146
|
-
experimentalLocalRemoteKv: experimentalLocalRemoteKv ?? false,
|
|
147
|
-
enablePagesAssetsServiceBinding,
|
|
148
|
-
liveReload,
|
|
149
|
-
showInteractiveDevSession,
|
|
150
|
-
onReady: (address, port) => {
|
|
151
|
-
readyPort = port;
|
|
152
|
-
readyAddress = address;
|
|
153
|
-
ready(devServer);
|
|
154
|
-
},
|
|
155
|
-
config: options?.config,
|
|
156
|
-
env: options?.env,
|
|
157
|
-
processEntrypoint: !!options?.processEntrypoint,
|
|
158
|
-
bundle: options?.bundle,
|
|
159
|
-
compatibilityDate: options?.compatibilityDate,
|
|
160
|
-
compatibilityFlags: options?.compatibilityFlags,
|
|
161
|
-
ip: options?.ip,
|
|
162
|
-
inspectorPort: options?.inspectorPort,
|
|
163
|
-
v: undefined,
|
|
164
|
-
localProtocol: options?.localProtocol,
|
|
165
|
-
assets: options?.assets,
|
|
166
|
-
site: options?.site, // Root folder of static assets for Workers Sites
|
|
167
|
-
siteInclude: options?.siteInclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
|
|
168
|
-
siteExclude: options?.siteExclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
|
|
169
|
-
nodeCompat: options?.nodeCompat, // Enable Node.js compatibility
|
|
170
|
-
persist: options?.persist, // Enable persistence for local mode, using default path: .wrangler/state
|
|
171
|
-
persistTo: options?.persistTo, // Specify directory to use for local persistence (implies --persist)
|
|
172
|
-
experimentalJsonConfig: undefined,
|
|
173
|
-
name: undefined,
|
|
174
|
-
noBundle: false,
|
|
175
|
-
format: undefined,
|
|
176
|
-
latest: false,
|
|
177
|
-
routes: undefined,
|
|
178
|
-
host: undefined,
|
|
179
|
-
localUpstream: undefined,
|
|
180
|
-
experimentalPublic: undefined,
|
|
181
|
-
upstreamProtocol: undefined,
|
|
182
|
-
var: undefined,
|
|
183
|
-
define: undefined,
|
|
184
|
-
jsxFactory: undefined,
|
|
185
|
-
jsxFragment: undefined,
|
|
186
|
-
tsconfig: undefined,
|
|
187
|
-
minify: undefined,
|
|
188
|
-
experimentalEnableLocalPersistence: undefined,
|
|
189
|
-
legacyEnv: undefined,
|
|
190
|
-
public: undefined,
|
|
191
|
-
...options,
|
|
192
|
-
});
|
|
193
|
-
}).then((devServer) => {
|
|
194
|
-
// now that the inner promise has resolved, we can resolve the outer promise
|
|
195
|
-
// with an object that lets you fetch and stop the dev server
|
|
196
|
-
resolve({
|
|
197
|
-
port: readyPort,
|
|
198
|
-
address: readyAddress,
|
|
199
|
-
stop: devServer.stop,
|
|
200
|
-
fetch: async (input?: RequestInfo, init?: RequestInit) => {
|
|
201
|
-
return await fetch(
|
|
202
|
-
...parseRequestInput(
|
|
203
|
-
readyAddress,
|
|
204
|
-
readyPort,
|
|
205
|
-
input,
|
|
206
|
-
init,
|
|
207
|
-
options?.localProtocol
|
|
208
|
-
)
|
|
209
|
-
);
|
|
210
|
-
},
|
|
211
|
-
//no-op, does nothing in tests
|
|
212
|
-
waitUntilExit: async () => {
|
|
213
|
-
return;
|
|
214
|
-
},
|
|
215
|
-
});
|
|
216
|
-
});
|
|
217
|
-
});
|
|
218
|
-
} else {
|
|
219
|
-
//outside of test mode, rebuilds work fine, but only one instance of wrangler will work at a time
|
|
220
|
-
|
|
221
|
-
return new Promise<UnstableDevWorker>((resolve) => {
|
|
222
|
-
//lmao
|
|
223
|
-
return new Promise<Awaited<ReturnType<typeof startDev>>>((ready) => {
|
|
224
|
-
const devServer = startDev({
|
|
225
|
-
script: script,
|
|
226
|
-
inspect: false,
|
|
227
|
-
_: [],
|
|
228
|
-
$0: "",
|
|
229
|
-
logLevel: options?.logLevel ?? "log",
|
|
230
|
-
port: options?.port ?? 0,
|
|
231
|
-
local: true,
|
|
232
|
-
showInteractiveDevSession,
|
|
233
|
-
d1Databases,
|
|
234
|
-
disableDevRegistry,
|
|
235
|
-
testScheduled: testScheduled ?? false,
|
|
236
|
-
experimentalLocal: experimentalLocal ?? false,
|
|
237
|
-
experimentalLocalRemoteKv: experimentalLocalRemoteKv ?? false,
|
|
238
|
-
enablePagesAssetsServiceBinding,
|
|
239
|
-
forceLocal,
|
|
240
|
-
liveReload,
|
|
241
|
-
onReady: (address, port) => {
|
|
242
|
-
readyPort = port;
|
|
243
|
-
readyAddress = address;
|
|
244
|
-
ready(devServer);
|
|
245
|
-
},
|
|
246
|
-
config: options?.config,
|
|
247
|
-
env: options?.env,
|
|
248
|
-
bundle: options?.bundle,
|
|
249
|
-
compatibilityDate: options?.compatibilityDate,
|
|
250
|
-
compatibilityFlags: options?.compatibilityFlags,
|
|
251
|
-
ip: options?.ip,
|
|
252
|
-
inspectorPort: options?.inspectorPort,
|
|
253
|
-
v: undefined,
|
|
254
|
-
localProtocol: options?.localProtocol,
|
|
255
|
-
assets: options?.assets,
|
|
256
|
-
site: options?.site, // Root folder of static assets for Workers Sites
|
|
257
|
-
siteInclude: options?.siteInclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
|
|
258
|
-
siteExclude: options?.siteExclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
|
|
259
|
-
nodeCompat: options?.nodeCompat, // Enable Node.js compatibility
|
|
260
|
-
persist: options?.persist, // Enable persistence for local mode, using default path: .wrangler/state
|
|
261
|
-
persistTo: options?.persistTo, // Specify directory to use for local persistence (implies --persist)
|
|
262
|
-
experimentalJsonConfig: undefined,
|
|
263
|
-
name: undefined,
|
|
264
|
-
noBundle: false,
|
|
265
|
-
format: undefined,
|
|
266
|
-
latest: false,
|
|
267
|
-
routes: undefined,
|
|
268
|
-
host: undefined,
|
|
269
|
-
localUpstream: undefined,
|
|
270
|
-
experimentalPublic: undefined,
|
|
271
|
-
upstreamProtocol: undefined,
|
|
272
|
-
var: undefined,
|
|
273
|
-
define: undefined,
|
|
274
|
-
jsxFactory: undefined,
|
|
275
|
-
jsxFragment: undefined,
|
|
276
|
-
tsconfig: undefined,
|
|
277
|
-
minify: undefined,
|
|
278
|
-
experimentalEnableLocalPersistence: undefined,
|
|
279
|
-
legacyEnv: undefined,
|
|
280
|
-
public: undefined,
|
|
281
|
-
...options,
|
|
282
|
-
});
|
|
283
|
-
}).then((devServer) => {
|
|
284
|
-
resolve({
|
|
285
|
-
port: readyPort,
|
|
286
|
-
address: readyAddress,
|
|
287
|
-
stop: devServer.stop,
|
|
288
|
-
fetch: async (input?: RequestInfo, init?: RequestInit) => {
|
|
289
|
-
return await fetch(
|
|
290
|
-
...parseRequestInput(
|
|
291
|
-
readyAddress,
|
|
292
|
-
readyPort,
|
|
293
|
-
input,
|
|
294
|
-
init,
|
|
295
|
-
options?.localProtocol
|
|
296
|
-
)
|
|
297
|
-
);
|
|
298
|
-
},
|
|
299
|
-
waitUntilExit: devServer.devReactElement.waitUntilExit,
|
|
300
|
-
});
|
|
301
|
-
});
|
|
302
|
-
});
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export function parseRequestInput(
|
|
307
|
-
readyAddress: string,
|
|
308
|
-
readyPort: number,
|
|
309
|
-
input: RequestInfo = "/",
|
|
310
|
-
init?: RequestInit,
|
|
311
|
-
protocol: "http" | "https" = "http"
|
|
312
|
-
): [RequestInfo, RequestInit | undefined] {
|
|
313
|
-
if (input instanceof Request) {
|
|
314
|
-
return [input, undefined];
|
|
315
|
-
}
|
|
316
|
-
const url = new URL(`${input}`, `${protocol}://${readyAddress}:${readyPort}`);
|
|
317
|
-
url.protocol = protocol;
|
|
318
|
-
url.hostname = readyAddress;
|
|
319
|
-
url.port = readyPort.toString();
|
|
320
|
-
return [url, init];
|
|
321
|
-
}
|
package/src/api/index.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { unstable_dev } from "./dev";
|
|
2
|
-
export type { UnstableDevWorker, UnstableDevOptions } from "./dev";
|
|
3
|
-
export { unstable_pages } from "./pages";
|
|
4
|
-
export {
|
|
5
|
-
uploadMTlsCertificate,
|
|
6
|
-
uploadMTlsCertificateFromFs,
|
|
7
|
-
listMTlsCertificates,
|
|
8
|
-
getMTlsCertificate,
|
|
9
|
-
getMTlsCertificateByName,
|
|
10
|
-
deleteMTlsCertificate,
|
|
11
|
-
} from "./mtls-certificate";
|