-
Notifications
You must be signed in to change notification settings - Fork 104
escape multi-line comment close tag #77
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
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.
Please add a test for this.
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.
Confirmed that *\\/
doesn't close multi-line comment in JavaScript
@trivikr, the Java needs its own escape. The generated comment ends up as |
Confirmed that |
added in ac7e28d. |
…ersion is used (#77) * Standardize usage of TSLib across all packages, and ensure a single version is used * Ensure noEmitHelpers is also set in each tsconfig file * Include TSLib as a dependency in all new modules and ensure importHelpers and noEmitHelpers are enabled by default
…ersion is used (#77) * Standardize usage of TSLib across all packages, and ensure a single version is used * Ensure noEmitHelpers is also set in each tsconfig file * Include TSLib as a dependency in all new modules and ensure importHelpers and noEmitHelpers are enabled by default
Fixes doc strings containing
*/
causing mult-line comments to be closed prematurely.Fixes #74
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.