Skip to content

Commit

Permalink
chore(api-extractor): change ae-incompatible-release-tags to warning
Browse files Browse the repository at this point in the history
A lot of the output from Stencil omit doc block comments, which makes some of the types appear
public even if they are marked as beta. This in turn generates the error
`ae-incompatible-release-tags`, which would have been nice to have but it seems not to be fully
compatible with what Stencil generates.
  • Loading branch information
jgroth committed Mar 27, 2024
1 parent 14e9b05 commit d20fdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@
"addToApiReportFile": false
},
"ae-incompatible-release-tags": {
"logLevel": "error",
"addToApiReportFile": false
"logLevel": "warning",
"addToApiReportFile": true
},
"ae-internal-missing-underscore": {
"logLevel": "error",
Expand Down

0 comments on commit d20fdc4

Please sign in to comment.