Skip to content

Commit 081be9d

Browse files
committed
feat(cloudflare): Prepare for nodejs_compat entrypoint
1 parent f030305 commit 081be9d

74 files changed

Lines changed: 74 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev-packages/cloudflare-integration-tests/suites/basic/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/d1/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "d1-test-worker",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
"d1_databases": [
77
{
88
"binding": "DB",

dev-packages/cloudflare-integration-tests/suites/double-instrumentation/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/integrations/http-server-disabled/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/integrations/http-server-filtered/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/integrations/http-server-ignore/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/integrations/http-server-small/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/integrations/http-server/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/public-api/metrics/server-address/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "worker-name",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

dev-packages/cloudflare-integration-tests/suites/public-api/startSpan-streamed/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "start-span-streamed",
33
"compatibility_date": "2025-06-17",
44
"main": "index.ts",
5-
"compatibility_flags": ["nodejs_als"],
5+
"compatibility_flags": ["nodejs_compat"],
66
}

0 commit comments

Comments
 (0)