library builder: entry points a/b and a-b are built into the same bundle

未关闭
#34,128 0 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@alan-agius4 已经在做这个了。

开始于 2026年9月19日。

评估

这个 Issue 还没有评估数据。

描述

angular/build:library area: @angular/build gemini-triaged
Command

build

Is this a regression?
  • Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was

No response

Description

Found while testing #34106 cc @alan-agius4

Two entry points whose names differ only by / vs - (like zz/child and zz-child) get the same bundle name. The build passes with exit 0, one entry point's code overwrites the other's, and both exports point at the same file.

Minimal Reproduction
  1. projects/lib/zz/child/public-api.ts: export const NESTED = 'nested';
  2. projects/lib/zz-child/public-api.ts: export const FLAT = 'flat';
  3. entryPoints: "./zz-child": "projects/lib/zz-child/public-api.ts" and "./zz/child": "projects/lib/zz/child/public-api.ts"
  4. ng build mylib exits 0, fesm2022 has a single mylib-zz-child.mjs with only NESTED, and both ./zz-child and ./zz/child in exports point at it
  5. import { FLAT } from 'mylib/zz-child' fails in the consumer
Exception or Error

Your Environment
@angular/build built from #34106 (005e05ee) with the repo's own bazel build
Angular CLI 22.1.8
Angular 22.1.7
Node 24.16.0
pnpm 11
macOS 25.6, 14 cores, 24 GB
Anything else relevant?

No response

主要语言
TypeScript
星标
27k
派生
11.8k
平均合并
16 小时 21 分钟
30 天内合并 PR
170

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

angular/angular-cli 的其他 Issue

查看 angular/angular-cli 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。