-
-
Notifications
You must be signed in to change notification settings - Fork 75
Fix: add instanceof
to ast-converter
#251
Fix: add instanceof
to ast-converter
#251
Conversation
Thanks for the pull request, @despairblue! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
instanceof
to ast-converterinstanceof
to ast-converter
Thanks for the PR. Can you add the prefix I think @JamesHenry was working on fixing this is as well. I'll request a review from him just to make sure there is no issue with this change. |
1510e66
to
ac690ee
Compare
Thanks for the pull request, @despairblue! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
ac690ee
to
e125659
Compare
Thanks for the pull request, @despairblue! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
@soda0289 Thanks, all done. |
@despairblue |
e125659
to
00fabf9
Compare
Thanks for the pull request, @despairblue! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
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!
00fabf9
to
54b65f6
Compare
Thanks for the pull request, @despairblue! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
@soda0289 thanks, I think @eslintbot is happy now as well :) |
@despairblue If you remove the colon between "fixes" and the issue number, eslintbot will be happy. But we can also fix the commit message on merge, so it's up to you if you want to fix it on your end or not. Thanks! |
54b65f6
to
92c0c69
Compare
LGTM |
@platinumazure 💡 thank you, done 😄 |
Yeah, that's super weird, I fixed this on a branch but apparently never submitted it as a PR 😄 I have no memory of either making the change nor why I didn't submit it! |
The
BinaryExpression
created byinstanceof
does not set the operator of the node, because the keyword is missing inTOKEN_TO_TEXT
.This was discovered by prettier/prettier#1480
fixes: #252