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

[BUG] Problems with $ in begin of module names? #591

Closed
westor21 opened this issue Jun 18, 2018 · 2 comments
Closed

[BUG] Problems with $ in begin of module names? #591

westor21 opened this issue Jun 18, 2018 · 2 comments

Comments

@westor21
Copy link

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

@vogloblinsky
Copy link
Contributor

After investigation, the bug is located inside viz.js codebase.
The only workaround i can do now is to clean modules names for graph rendering.

@lock
Copy link

lock bot commented Sep 30, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants