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
vogloblinsky
changed the title
[Bug] Syntax highlighting stops after unsupported comment (//)
[BUG] Syntax highlighting stops after unsupported comment (//)
Jan 5, 2017
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
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
Syntax highlighting stops after unsupported comment by compodoc like this:
Operating System, Node.js, npm, compodoc version(s)
Windows 7
node: 6.9.2
npm: 4.0.5
compodoc: 0.0.28
Angular configuration, a
package.json
file in the root folder"angular-cli": {},
"scripts": {
"start": "ng serve --proxy-config proxy.conf.json",
"lint": "tslint "src/**/*.ts"",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"compodoc": "./node_modules/.bin/compodoc -h stripe -p src/tsconfig.json"
},
"private": true,
"dependencies": {
"@angular/common": "~2.4.1",
"@angular/compiler": "~2.4.1",
"@angular/core": "~2.4.1",
"@angular/forms": "~2.4.1",
"@angular/http": "~2.4.1",
"@angular/platform-browser": "~2.4.1",
"@angular/platform-browser-dynamic": "~2.4.1",
"@angular/router": "~3.4.1",
"@webcomponents/custom-elements": "1.0.0-alpha.3",
"clarity-angular": "^0.8.0",
"clarity-icons": "^0.8.0",
"clarity-ui": "^0.8.0",
"core-js": "^2.4.1",
"lodash": "^4.17.4",
"mutationobserver-shim": "^0.3.2",
"rxjs": "5.0.2",
"ts-helpers": "^1.1.2",
"zone.js": "^0.7.4"
},
"devDependencies": {
"@types/jasmine": "^2.5.40",
"@types/lodash": "^4.14.45",
"@types/node": "^6.0.57",
"angular-cli": "1.0.0-beta.24",
"codelyzer": "2.0.0-beta.4",
"compodoc": "0.0.28",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "^3.0.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-remap-istanbul": "^0.4.0",
"protractor": "~4.0.14",
"ts-node": "~2.0.0",
"tslint": "4.2.0",
"typescript": "~2.0.10"
}
Compodoc installed globally or locally ?
locally as seen in the package.json above.
Motivation for or Use Case
Reproduce the error
I believe you can reproduce this issue by commenting with // on any line of your TS code.
Related issues
Suggest a Fix
The text was updated successfully, but these errors were encountered: