Skip to content

Commit b85c1e0

Browse files
authored
feat(types): Add exports field to ExecutionContext (#4719)
1 parent 02346c6 commit b85c1e0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/context.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export interface ExecutionContext {
4444
*/
4545
// eslint-disable-next-line @typescript-eslint/no-explicit-any
4646
props: any
47+
/**
48+
* For compatibility with Wrangler 4.x.
49+
*/
50+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
51+
exports?: any
4752
}
4853

4954
/**

0 commit comments

Comments
 (0)