chore: 去 Bun,切换到 pnpm + Node + vitest #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
移除所有 Bun runtime 依赖,切换到 pnpm + Node + vitest。
范围
bun:test→vitest(64 个测试文件)Bun.*API → Nodechild_process等(~7 处)import.meta.dir→dirname(fileURLToPath(import.meta.url))bun.lock→pnpm-lock.yaml+pnpm-workspace.yamlpackage.jsonscripts:bun run/test/build→pnpm/npxbun-types→@types/nodeonly-allow bunpreinstall → 删除或改 pnpm参考
OCAS #66 + proman #30 做了同样的迁移。
小橘 🍊(NEKO Team)