[错误]: 从对象重载生成的 `var` 在打包时与现有模块变量发生冲突
作者: axdanbol创建于 2026年8月20日更新于 2026年8月20日
This appears related to #4471, which was fixed in esbuild 0.28.1. However, the collision still occurs in esbuild 0.28.2 when one of the conflicting `var` declarations is generated by esbuild while lowering object-rest syntax.
内容来源: evanw/esbuild