You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But since aws-cdk-lib just has a single assembly file I believe it should get transliterated by this API call. But I'm not sure / it's possible maybe jsii-docgen is loading the assembly incorrectly.
Verbose Log
N/A
The text was updated successfully, but these errors were encountered:
If you modify the code as follow it seems to resolve the issue although i'm not too sure if we need to support nesting more than 1 level deep. If this is the case it should be pretty easy to modify this into a recursive function.
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
What is the problem?
jsii-rosetta does not seem to be transliterating submodule READMEs. This issue popped up in jsii-docgen as it takes a dependency on jsii-rosetta.
I wasn't able to write up a repro with just jsii-rosetta by itself, but here is an example repro with [email protected]:
If you look here at our code that calls jsii-rosetta, it looks like it could be doing something sneaky where it transliterates just the top-level assembly: https://github.com/cdklabs/jsii-docgen/blob/6a13c8bc60b3dee45c8d18ea581d3b8169c65a37/src/docgen/view/documentation.ts#L320-L333
But since aws-cdk-lib just has a single assembly file I believe it should get transliterated by this API call. But I'm not sure / it's possible maybe
jsii-docgen
is loading the assembly incorrectly.Verbose Log
N/A
The text was updated successfully, but these errors were encountered: