chore: remove symlink dead code #271
Reference in New Issue
Block a user
Delete Branch "chore/remove-symlink-dead-code"
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?
What
删除
ensure-uncaged-workflow-symlink.ts及所有相关引用。Why
PR #270 后 bundle 完全自包含,不再有 external
@uncaged/*import,symlink 机制成为死代码。Changes
ensure-uncaged-workflow-symlink.tsextract-bundle-exports.ts— 移除 symlink 调用,简化为单参数types.ts— 移除ExtractBundleExportsOptionsbundle/index.ts+register/src/index.ts— 移除 re-exportworker.ts— 移除 import 和调用workflow-adapter.ts+add.ts— 适配新签名bundle-import-env.ts— 清理过时注释9 files changed, +4 / -77
Depends on: #270
LGTM ✅ 干净的死代码清理——symlink 机制随 #270 的 bundle 自包含策略已无存在意义,类型和参数一并清除,调用方全部适配。