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
Processing stops when module name starts with $.
We name some files or directories with a starting $. And here is the output of the processing:
[18:34:47] Process main graph
[18:34:48] Ooops error during main graph generation, moving on next part with main graph disabled : : Error: syntax error in line 1 near '$'
[18:34:48] Process module graph: $UiComponentsModule
[18:34:48] Error: syntax error in line 1 near '$'
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Sep 30, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
Processing stops when module name starts with $.
We name some files or directories with a starting $. And here is the output of the processing:
[18:34:47] Process main graph
[18:34:48] Ooops error during main graph generation, moving on next part with main graph disabled : : Error: syntax error in line 1 near '$'
[18:34:48] Process module graph: $UiComponentsModule
[18:34:48] Error: syntax error in line 1 near '$'
Operating System, Node.js, npm, compodoc version(s)
OS: Windows7
node: v8.11.1
npm: 5.6.0
Compodoc: 1.1.3
Compodoc installed globally or locally ?
globally
The text was updated successfully, but these errors were encountered: