Skip to content

Don't start jsdoc tag before whitespace #43602

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

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Apr 8, 2021

Fixes #43580

I'm not happy that I couldn't avoid lookahead, but I don't see any other way here. The non-whitespace path decrements the scanner position, in fact.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Apr 8, 2021
@sandersn sandersn merged commit 7c10135 into master Apr 12, 2021
@sandersn sandersn deleted the dont-start-tag-before-whitespace branch April 12, 2021 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stray @ signs parsed in JSDoc
3 participants