This repository was archived by the owner on Sep 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Greenkeeper/eslint plugin babel 5.1.0 #232
Closed
mavjr0313
wants to merge
18
commits into
greenkeeper/babel-eslint-8.2.0
from
greenkeeper/eslint-plugin-babel-5.1.0
Closed
Greenkeeper/eslint plugin babel 5.1.0 #232
mavjr0313
wants to merge
18
commits into
greenkeeper/babel-eslint-8.2.0
from
greenkeeper/eslint-plugin-babel-5.1.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Make watchman optional and not a dependency of GraphQLCache * When watchman is present, subscribe both root and project configs to file changes * Commit result of running `yarn run pretty` * delete fragments from cache when files are removed via LSP * remove unused imports * Fix up tests Also abstracted watchman initialization logic out of MessageProcess.handleInitializeRequest and into a separate instance method. In order to facilitate the use of MockWatchmanClient in tests, a GraphQLWatchman-shaped object is now passed into the MessageProcessor constructor. * Fix GraphQLCache-related and other flow coverage warnings * Fix eslant errors * remove launch.json * Remove unused util.promisify dependency * brittspace * revert changes to babel args
* Add support for 'textDocument/hover' Display field type & description information
* Support `.graphqlconfig` without `schemaPath` * Update tests * Update cache key logic - pass directly through to extendschema to avoid duplicate logic - for online schema use endpoint name rather than url (as this may not be unique)
Fixes #223 (again). See #223 (comment)
Correctly load .graphqlconfigs which do not define projects
Check type of statCache entries
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.