Skip to content
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

Remove JSDocTag#atToken #28376

Merged
1 commit merged into from Nov 6, 2018
Merged

Remove JSDocTag#atToken #28376

1 commit merged into from Nov 6, 2018

Conversation

ghost
Copy link

@ghost ghost commented Nov 6, 2018

We don't really have a good reason for adding these in the parser. We don't typically add non-optional tokens to the parse tree, preferring to do so in services if necessary (see function createChildren in services.ts).

@ghost ghost requested a review from sandersn November 6, 2018 17:09
@ghost ghost changed the title Remove JSDoc#atToken Remove JSDocTag#atToken Nov 6, 2018
@ghost ghost merged commit 772f6cd into master Nov 6, 2018
@ghost ghost deleted the rm_atToken branch November 6, 2018 17:54
@dsherret
Copy link
Contributor

dsherret commented Dec 8, 2018

@andy-ms agree with this decision. Maybe the breaking changes should be updated though? https://github.com/Microsoft/TypeScript/wiki/API-Breaking-Changes (honestly, doubt this is affecting anything other than my tests)

Also, should this token be returned when calling .getChildren()?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants