-
-
Notifications
You must be signed in to change notification settings - Fork 34
Outstanding TODOs from PR #51 #54
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
Conversation
| @@ -1,22 +1,9 @@ | |||
| #!/usr/bin/env node | |||
| "use strict"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably wanna keep "use strict" here
|
Does this fix the doc building issue on Windows? |
|
@niieani No, I still get This line is causing the issue. EDIT - What I did:
|
|
I can check this today evening |
|
@StrahilKazlachev @niieani is replaced with this line: The |
|
Ok, typedoc seems to have no problems. I used the command in a wrong way. I can submit a PR for the first problem with doc-build, if you want. |
|
@code-chris that would be fantastic. Please target the #cli branch. |
|
@code-chris Nice! With 0.5.1 the TS just complains |
|
Hmm, thanks for reporting @StrahilKazlachev. We should probably do something about that. Again, open to PRs with fixes. |
In Addition to #51
@EisenbergEffect @niieani