Skip to content

In JS, "Invalid character" error for # right after any JSDoc tag #27159

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

Closed
sandersn opened this issue Sep 17, 2018 · 0 comments · Fixed by #27162
Closed

In JS, "Invalid character" error for # right after any JSDoc tag #27159

sandersn opened this issue Sep 17, 2018 · 0 comments · Fixed by #27162
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@sandersn
Copy link
Member

sandersn commented Sep 17, 2018

/** @hi #_make */
var UI = {};

Expected behavior:
No error on #

Actual behavior:
"Invalid character" on #.

Might be a result of #26915 ?

I couldn't get it to repro in Typescript but didn't try very hard.

@sandersn sandersn assigned ghost Sep 17, 2018
@sandersn sandersn added the Bug A bug in TypeScript label Sep 17, 2018
@ghost ghost added the Fixed A PR has been merged for this issue label Sep 17, 2018
@RyanCavanaugh RyanCavanaugh added this to the TypeScript 3.2 milestone Sep 17, 2018
@ghost ghost closed this as completed in #27162 Oct 8, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants