[api-extractor] export default
of tagged API members are not correctly trimmed from API report variants
#4775
Labels
bug
Something isn't working as intended
effort: easy
Probably a quick fix. Want to contribute? :-)
help wanted
If you're looking to contribute, this issue is a good place to start!
repro confirmed
The issue comments included repro instructions, and the maintainers reproduced the problem
Summary
Given an export pattern like the following:
The expectation is that
Foo
exports would only appear in API report variantsbeta
andalpha
, but they incorrectly appear in all report variants like the following:I have published a draft PR (#4774) that illustrates the issue by updating test assets.
The text was updated successfully, but these errors were encountered: