Skip to content

fix: linker handles old-style directives/components/pipes fields for pre-v14 libraries#92

Merged
Brooooooklyn merged 1 commit intomainfrom
fix/linker-old-style-dependencies
Mar 6, 2026
Merged

fix: linker handles old-style directives/components/pipes fields for pre-v14 libraries#92
Brooooooklyn merged 1 commit intomainfrom
fix/linker-old-style-dependencies

Conversation

@Brooooooklyn
Copy link
Member

The linker only read the new-style dependencies field (v14+), ignoring
the old-style directives, components, and pipes fields used by
Angular v12–v13 libraries. This caused the dependencies array to be
completely missing from linked output for those libraries.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

…pre-v14 libraries

The linker only read the new-style `dependencies` field (v14+), ignoring
the old-style `directives`, `components`, and `pipes` fields used by
Angular v12–v13 libraries. This caused the dependencies array to be
completely missing from linked output for those libraries.

- Close #88

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Brooooooklyn Brooooooklyn merged commit fb4b6ad into main Mar 6, 2026
3 checks passed
@Brooooooklyn Brooooooklyn deleted the fix/linker-old-style-dependencies branch March 6, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linker omits dependencies array for pre-v14 libraries using old-style directives/components/pipes fields

1 participant