Commit 0d7cd98
fix: exclude read_excel from browser bundle (uses node:zlib)
read_excel.ts uses `node:zlib` which has no browser polyfill. This caused
the `bun build --target browser` step to fail in CI. Removed read_excel
from barrel exports (src/index.ts, src/io/index.ts) — users who need it
in Node/Bun can import directly from "tsb/io/read_excel". Updated
read_excel.test.ts to import from the module file.
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/fa19ae27-a6ef-46a6-a974-a3c323b8b6a2
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>1 parent 4a8ccc3 commit 0d7cd98
3 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
| 472 | + | |
474 | 473 | | |
475 | 474 | | |
476 | 475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments