Commit 82779e8
committed
refactor: remove Bun artifacts and convert remaining Bun APIs
- Remove @types/bun, bun.lock, docs/bun.lock, bunfig.toml
- Remove .cursor/rules/bun-cli.mdc (outdated)
- Convert Bun.spawn → node:child_process in local/run.ts
- Convert Bun.sleep → node:timers/promises in local/server.ts
- Remove spawn/sleep polyfills from node-polyfills.ts
- Add src/global.d.ts for Worker and RegExp.escape types
- Remove isBun guards from tests (now run on Node)1 parent 2a62159 commit 82779e8
14 files changed
Lines changed: 91 additions & 2956 deletions
File tree
- .cursor/rules
- docs
- script
- src
- commands/local
- test
- commands/local
- lib/db
- script
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments