Commit fe653f8
Revert workerd/worker exports to ESM
The UMD bundle references browser globals (e.g. `window` in js-sha256)
that throw `ReferenceError: window is not defined` in the workerd
runtime. ESM was the working path before d856796; restoring it.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent d856796 commit fe653f8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments