Skip to content

Commit

Permalink
a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent d2eef9f commit eb48c7c
Show file tree
Hide file tree
Showing 108 changed files with 519 additions and 243 deletions.
4 changes: 2 additions & 2 deletions fixtures/nodejs-hybrid-app/worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated by Wrangler on Tue Mar 05 2024 16:04:07 GMT+0000 (Greenwich Mean Time)
// by running `wrangler types`
// Generated by Wrangler on Thu Aug 29 2024 19:37:30 GMT+0100 (British Summer Time)
// by running `wrangler types --x-include-runtime`

interface Env {
DB_HOSTNAME: "hh-pgsql-public.ebi.ac.uk";
Expand Down
5 changes: 5 additions & 0 deletions fixtures/pages-nodejs-v2-compat/worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Generated by Wrangler on Thu Aug 29 2024 19:37:32 GMT+0100 (British Summer Time)
// by running `wrangler types --x-include-runtime`

interface Env {
}
9 changes: 8 additions & 1 deletion fixtures/worker-ts/worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// Generated by Wrangler on Thu Aug 29 2024 18:05:34 GMT+0100 (British Summer Time)
// Generated by Wrangler on Fri Aug 30 2024 17:35:30 GMT+0100 (British Summer Time)
// by running `wrangler types --x-include-runtime`

interface Env {
SOME_BINDING: KVNamespace;
BINDING: KVNamespace;
HELLO: "WORLD";
HELLO2: "WORLD";
HELLO3: "WORLD";
HELLO4: "WORLD";
HELLO5: "WORLD";
}
23 changes: 23 additions & 0 deletions fixtures/worker-ts/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
name = "worker-ts"
main = "src/index.ts"
compatibility_date = "2023-05-04"

[vars]
HELLO = "WORLD"
HELLO2 = "WORLD"
HELLO3 = "WORLD"
HELLO4 = "WORLD"
HELLO5 = "WORLD"


[[kv_namespaces]]
binding = "SOME_BINDING"
id = "0408d79206d54e859284b605fb19bff4"

[[kv_namespaces]]
binding = "BINDING2"
id = "01962077d09242c5b0978a12bccaa5ed"

[[kv_namespaces]]
binding = "SOME_BINDING2"
id = "06e46ea96ab9494dae07a2f745f7adc1"

[[kv_namespaces]]
binding = "BINDING45"
4 changes: 2 additions & 2 deletions packages/cloudflare-workers-bindings-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"cloudflare-workers-bindings": [
{
"id": "workerBindings",
"name": "",
"icon": "media/cf-workers-logo.svg"
"name": "Bindings",
"icon": "resources/icons/cf-workers-logo.svg"
}
]
},
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eb48c7c

Please sign in to comment.