library builder: a name re-exported through two "export *" paths is dropped from the bundle
@alan-agius4 đang làm issue này rồi.
Từ ngày 20/9/2026.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
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
When the same name is reached through two export * paths, and each of those files re-exports it by name from a module bundle treats as external (a sibling entry point, or a package like @angular/core), the name is dropped from the FESM bundle and from the .d.ts. The re-export becomes a bare side-effect import. Exit 0, no warning.
Hit on ng-zorro-antd: ng-zorro-antd/i18n loses NZ_DATE_LOCALE, so import { NZ_DATE_LOCALE } from 'ng-zorro-antd/i18n' stops compiling. ng-packagr keeps it.
Minimal Reproduction
projects/lib/src/a.ts:export { InjectionToken } from '@angular/core';projects/lib/src/b.ts: the same lineprojects/lib/src/public-api.ts:export * from './a';andexport * from './b';- one entry point,
".": "projects/lib/src/public-api.ts" - build:
fesm2022/lib.mjsandtypes/lib.d.tsare each a single line,import "@angular/core";
ng-packagr on the same sources emits export { InjectionToken } from '@angular/core'; in both. A consumer gets TS2305 at build time and "does not provide an export named" at runtime.
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
npm 11.13.0
macOS 26.6, 14 cores, 24 GB
Anything else relevant?
It's rolldown, not builder. rolldown 1.2.8 alone, no Angular: an entry that stars a.js and b.js, each doing export { EXT } from 'ext' with ext external, outputs import "ext" with an empty exports list, and reports no warning even with an onwarn handler. Node keeps the name in that shape (the namespace has EXT) and only drops it when the two paths resolve to different bindings, which is the case the spec's ambiguity rule is for.
One export * path survives, and so does one named re-export plus one star. Other names in the same files are unaffected, only the duplicated one is lost.
- Ngôn ngữ chính
- TypeScript
- Star
- 27k
- Fork
- 11.8k
- Merge trung bình
- 16 giờ 21 phút
- Pull request đã merge (30 ngày)
- 170
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của angular/angular-cli
-
Can't use an array of hostnames in --allowedHosts cli parameter in @angular/build:dev-server Đang mởarea: @angular/build gemini-triaged
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
angular/angular-cli#33955 ·
-
area: @angular/cli gemini-triaged
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
angular/angular-cli#33055 · 1 bình luận · 3 reaction ·
-
angular/build:library area: @angular/build gemini-triaged
angular/angular-cli#34131 · 1 người được giao ·
-
angular/build:library area: @angular/build gemini-triaged
angular/angular-cli#34128 · 1 người được giao ·
-
angular/build:library area: @angular/build gemini-triaged
angular/angular-cli#34124 · 1 bình luận · 1 người được giao ·
Tất cả issue của angular/angular-cli
Issue tương tự
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 95/100
-
Ecosystem: ClawMetry — the Qwen Code reader is now free and open source (follow-up to #9294 / #9338) Đang mởcategory/integration priority/P3 scope/documentation status/ready-for-human type/feature-request
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 84/100
-
area:auth FE mvp P3
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
klasolsson81/jobbliggaren#1788 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
get-convex/migrations#69 ·
-
accessibility angular bug good first issue typescript ux
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
apache/fineract-backoffice-ui#584 · 1 bình luận ·