-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
+findConfigUpwards(rootDir: string): string #122
Comments
Steps to reproduce:
Expected result: SVG should be generated
|
I also have this problem with another project. It is due to a bug (that I fixed in a PR #121 (comment)) where tplant puts functions (which are not UML methods) into the PlantUML (and they appear outside of classes, thus causing PlantUML to crash). For example, https://github.com/babel/babel/blob/0417c41e5982b8e49477227dc8fc20f16eb61e4c/packages/babel-core/src/config/files/configuration.ts#L212 shows that it's not a method (export function). I suspect the npm package didn't get built/published properly. I also noticed that I just cloned and built the code from the repo here, and I don't have the problem with functions going into the PlantUML. However, if I run it from the latest |
It works for me if I install the
|
I get
when trying to generate documentation for @sitecore/jss
I assume it might be related to
in tsconfig.json
The text was updated successfully, but these errors were encountered: