-
Notifications
You must be signed in to change notification settings - Fork 70
Conversation
The build fails but the commands:-
Also, Might me a build issue? |
I noticed that this build also fails with a similar issue. |
Observed that it was an issue with prettier with node v10. Bumping the prettier version to the latest one fixed the build for me. Please let me know what do we need to do to get this merged. |
@lostplan @mgadda @asiandrummer @wincent would be great if you could quickly review, merge & release this 🚀 |
@divyenduz Sorry about the delays. It looks like your summary describes 4 different fixes/features, each of which could be divided in its own pull request I think. In the future (and I would even encourage this now, it's not too late!) I would greatly appreciate doing so for following reasons:
It'll take me a bit more time to fully review this - but I'm getting to it :) I appreciate your patience. |
@asiandrummer : Thanks for the feedback. I completely agree with you, so, here are the divided PRs
Build of 3 PRs will break until #235 is merged that fixes the build. Please let me know anything further changes needed to get this merged. I am excited to work with you on getting these merged :) I am keeping this PR open (just in case) but feel free to close it as you like. Thanks! |
Thanks @divyenduz! I'm closing this for now. |
This PR does the following:-
Implement goto definition (with some test cases) for named types with current ability to jump to input, type, enum definition
Add more test cases to getDiagnostics interface
Updates prettier to fix the build
Add
ExecutableDefinitions
to ignored rules for schema validationPlease let me know what do we need to get this merged. Thanks!