-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: loose mode to ignore all errors (#370)
Currently the `loose` property is being used to signal acceptable failures to `jsii-rosetta` during the transliteration process. Apparently there are [failures](#369) which are not covered by setting `loose: true` in rosetta. In order to be able to generate API reference even for those types of failures, we broaden the meaning of `loose` in the context of `jsii-docgen` such that any transliteration failure will be caught and silently ignored.
- Loading branch information
Showing
3 changed files
with
235 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
211 changes: 211 additions & 0 deletions
211
test/docgen/view/__snapshots__/documentation.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters