Skip to content

Commit

Permalink
export LANGUAGE_ID (graphql#2093)
Browse files Browse the repository at this point in the history
for `monaco-graphql` users!
  • Loading branch information
acao committed Dec 6, 2021
1 parent 1737436 commit c875412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-moles-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'monaco-graphql': patch
---

export LANGUAGE_ID from monaco-graphql again
3 changes: 2 additions & 1 deletion packages/monaco-graphql/src/monaco.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export {
} from './api';

export * from './typings';
import { initializeMode } from './initializeMode';
import { initializeMode, LANGUAGE_ID } from './initializeMode';

export { LANGUAGE_ID };
/**
* Register the language mode without schema or any settings, so you can configure them asynchronously.
*/
Expand Down

0 comments on commit c875412

Please sign in to comment.