-
Notifications
You must be signed in to change notification settings - Fork 63
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
Docs: improve jsdoc, better for typings #182
Conversation
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.
Thanks for making those changes! I'm glad you were able to create typedefs without pulling in TypeScript definitions.
I merged #177 earlier tonight, and I'm sorry that it caused a couple merge conflicts. I believe I was able to fix those with GitHub's built-in merge conflict editor, but please make sure I did that correctly. It also removed the parent node from the traversal step, so I left two inline suggestions to remove the ASTParentNode
type that I'll let you apply after looking over them.
Once you've confirmed the merge conflict fixes, this'll be good to merge! Sorry again about the extra iteration from merge conflicts.
@btmills I've rebased just now. |
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.
LGTM, thanks @JounQin!
split part of #178
@btmills