Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#108)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
78889ec0 4c96fbcd

+12 -16
-5
.changeset/fresh-grapes-melt.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Resolve parsed AST nodes being interpolated into an operation
-5
.changeset/moody-clocks-approve.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - add caching for gql-diagnostics
-5
.changeset/popular-clocks-count.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Correctly bail when file has typescript errors
+11
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 0.10.1 4 + 5 + ### Patch Changes 6 + 7 + - Resolve parsed AST nodes being interpolated into an operation 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#105](https://github.com/0no-co/GraphQLSP/pull/105)) 9 + - add caching for gql-diagnostics 10 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#104](https://github.com/0no-co/GraphQLSP/pull/104)) 11 + - Correctly bail when file has typescript errors 12 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#107](https://github.com/0no-co/GraphQLSP/pull/107)) 13 + 3 14 ## 0.10.0 4 15 5 16 ### Minor Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "0.10.0", 3 + "version": "0.10.1", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/index.js", 6 6 "module": "./dist/index.module.js",