Skip to content
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

jsii-docgen fails to produce documentation on Windows due to improper input to find assemblies. #1379

Open
FreakBurrito opened this issue Apr 10, 2024 · 0 comments

Comments

@FreakBurrito
Copy link

When running on Windows, node-glob does not resolve any assemblies in the project due to assembliesDir containing Windows style path delimiters.

for (let dotJsii of await glob.promise(`${this.assembliesDir}/**/${SPEC_FILE_NAME}`)) {

According to the Docs for node-glob It should use / for path delimiters as \ is reserved for escaping glob characters.
https://github.com/isaacs/node-glob?tab=readme-ov-file#usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant