Skip to content

Commit c86cbf3

Browse files
committed
changeset
1 parent 7d69d89 commit c86cbf3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/nasty-kiwis-talk.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Include runtime types in the output of `wrangler types`
6+
7+
`wrangler types` will now produce one file that contains both `Env` types and runtime types based on your compatibility date and flags. This is located at `worker-configuration.d.ts` by default.
8+
9+
This behaviour was previously gated behind `--experimental-include-runtime`. That flag is no longer necessary and has been removed. It has been replaced by `--include-runtime` and `include-env`, both of which are set to `true` by default.

0 commit comments

Comments
 (0)