[api-extractor] handle merged (augmented) symbols properly #1045
Labels
enhancement
The issue is asking for a new feature or design change
needs more info
We can't proceed because we need a better repro or an answer to a question
When declaration merging is applied on an imported type a new symbol is created (merged symbol).
This symbol contains
SymbolFlags.Transient
which does not have a matchingAstSymbol
which in turn throws an errorThe type itself is fine, it is just a merged type and the transient check should not stop it, for this particular situation.
This is my current workaround, i'm not sure it covers all scenarios:
The text was updated successfully, but these errors were encountered: