Skip to content

Don't start jsdoc tag before whitespace#43602

Merged
sandersn merged 1 commit intomasterfrom
dont-start-tag-before-whitespace
Apr 12, 2021
Merged

Don't start jsdoc tag before whitespace#43602
sandersn merged 1 commit intomasterfrom
dont-start-tag-before-whitespace

Conversation

@sandersn
Copy link
Copy Markdown
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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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