Minor Changes
Patch Changes
-
#3384
31ded5e0
Thanks @acao! - import onlyeditor.api
& basic features, addmonaco-graphql/lite
- switch from exporting
edcore.js
toeditor.api.js
as recommended, and minimal features to get the editor workingedcore
importseditor.all
which contains many monaco-editor features we don't use
- dynamic import of
json
language mode only if the user supplies configuration for json validation - update monaco examples to show minimal
typescript
implementation alongsidegraphql
- add new simplified
exports
with backwards compatibility:monaco-graphql/initializeMode
monaco-graphql/graphql.worker
monaco-graphql/monaco-editor
- introduce
monaco-graphql/lite
for users who want the most minimum version possible, and to only import the features they need
- switch from exporting
-
Updated dependencies [
7b00774a
,7b00774a
]:- graphql-language-service@5.2.0