-
Notifications
You must be signed in to change notification settings - Fork 458
Migrate OptionalPostfixToken and OptionalPrefixToken #2351
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
Migrate OptionalPostfixToken and OptionalPrefixToken #2351
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
|
This is added part of autofill, so maybe put it together until there's some other usage? |
|
I have renamed it |
|
We already have html-autocomplete |
Add typedefs for OptionalPrefixToken and OptionalPostfixToken.
|
Done |
| case "type": | ||
| typeNodes.push(child); | ||
| break; | ||
| case "typeParameters": { |
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.
BTW this shouldn't be plural, it should be typeParameter. Next PR?
(And typeParameters should ultimately be an array)
|
LGTM |
|
Merging because @saschanaz is a code-owner of all the changes - thanks! |
No description provided.