We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fern CLI
P1 - High (Strongly needed)
If a conjure spec mentions a type such as map<rid, string>, it errors out when generating docs.
map<rid, string>
The fix is trivial-- in this block of code, we just need to add an additional clause .replaceAll("<rid", "<string")
.replaceAll("<rid", "<string")
0.57.0
No response
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which Fern component?
Fern CLI
How urgent is this?
P1 - High (Strongly needed)
What's the issue?
If a conjure spec mentions a type such as
map<rid, string>
, it errors out when generating docs.The fix is trivial-- in this block of code, we just need to add an additional clause
.replaceAll("<rid", "<string")
Fern CLI & Generator Versions
0.57.0
Workaround
No response
Are you interested in contributing a fix?
Yes
The text was updated successfully, but these errors were encountered: