Skip to content

Commit

Permalink
fix(orchestration): handle new jsii-docgen transliteration error (#1420)
Browse files Browse the repository at this point in the history
Without this, orchestration will always fail loudly.

A `TransliterationError` is emitted by `jsii-docgen` when
transliteration by `jsii-rosetta` failed.
This always implies that all (sub-)modules for the given language will
fail, since the transliteration step is not submodule specific.

----

*By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license*

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
mrgrain and github-actions authored Aug 28, 2024
1 parent 64c827d commit d59efef
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 50 deletions.
70 changes: 35 additions & 35 deletions src/__tests__/__snapshots__/construct-hub.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d59efef

Please sign in to comment.