-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs(website): fix node
to originalNode
in type checking example
#4245
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
Conversation
Thanks for the PR, @GalenWong! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
✔️ Deploy Preview for typescript-eslint ready! 🔨 Explore the source changes: de8059d 🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61a95fd51daa8d000869bf88 😎 Browse the preview: https://deploy-preview-4245--typescript-eslint.netlify.app |
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.
Aha, you're totally right. Thanks for the catch @GalenWong!
Hmm, I think the semantic pull request bot doesn't like the ` starting the name... |
node
to originalNode
in type checking examplenode
to originalNode
in type checking example
@JoshuaKGoldberg I just pushed an empty commit so the semantics PR bot check passes. Today I learned that you can create empty commits 😂 |
Haha, glad we were able to learn together today! 😄 🤝 |
PR Checklist
Overview
Correct the example in the type checking section. The type that
checker.getTypeAtLocation
accepts is a TS Node not a ES Node.