Remove api-extractor exception from @microsoft/fast-foundation #3317
Labels
area:dev-ops
Pertains to build, CI, and other dev-ops work
chore
Maintenance or non-code work
closed:done
Work is finished
status:blocked
Any issue blocked by another
Milestone
#3316 implements a change to
packages/web-components/fast-foundation/api-extractor.json
that instructs theae-different-release-tags
rule to not fail in CI. This is due to an issue in api-documenter not being able to differentiate exports of the same name. Several components implement a mixin pattern where naming an interface the same as a class is required.When the api-documenter issue is fixed we can revert the change to our
api-extractor.json
and update the release-tag reference for all relevant exports.The text was updated successfully, but these errors were encountered: