Skip to content

Commit

Permalink
chore: update codemirror-graphql's mode-factory.ts to use graphql-lan…
Browse files Browse the repository at this point in the history
…guage-service directly
  • Loading branch information
willstott101 authored and acao committed Nov 24, 2021
1 parent bdd5731 commit 8b48655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-hairs-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'codemirror-graphql': patch
---

Further resolves #1944, replaces graphql-language-service-parser with graphql-language-service in codemirror-graphql
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/src/utils/mode-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
ParseRules,
isIgnored,
onlineParser,
} from 'graphql-language-service-parser';
} from 'graphql-language-service';
import indent from './mode-indent';

/**
Expand Down

2 comments on commit 8b48655

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.