Remco Haszing
67e2accd3b
Remove UMD support
...
It was already broken.
Also the npm ecosystem is moving towards ESM only. This package should be a
part of that.
2021-07-17 13:22:05 +02:00
Remco Haszing
52c457a196
Use monaco-editor/esm/vs/editor/editor.api
...
This doesn’t enforce users to pull in all of monaco-editor.
2021-04-22 20:00:34 +02:00
Remco Haszing
c4a95e2dd5
Replace monaco namespace with monaco-editor imports
...
This is a preparation for `monaco-editor@^0.22.0`. In this version the global
`monaco` object was removed for ESM users.
A choice was made to use `monaco-editor` imports, because this probably has
best compatibility for most users. If users want to use `monaco-editor-core`,
they will have to create an alias in their own build process.
2021-04-13 21:18:18 +02:00
Remco Haszing
5fd08c73ed
Update prettier to match yaml-language-server
...
Since both yaml-language-server and prettier are included in the bundle, their
versions should match for best compatibility. Also code has been formatted using
the updated prettier.
2021-04-13 20:17:12 +02:00
apimastery
5b6cae33b2
use yaml-language-server's ESM and UMD modules; fix formatting
2020-09-20 21:23:48 -05:00
Himanshu Kapoor
660155eec5
Update resolveSkip settings
...
Include 'prettier/standalone', 'prettier/parser-yaml' as per the fillers
2020-08-20 17:01:59 +05:30
Himanshu Kapoor
fa72f5d6be
WIP: Dependency upgrades ( #27 )
...
* Update dependencies and remove language server
Dependency upgrades:
- monaco-editor 0.16.2 -> 0.20.0
- monaco-editor-core 0.16.1 -> 0.20.0
- monaco-languages 1.6.0 -> 1.10.0
- monaco-plugin-helpers 1.0.2 -> 1.0.3
Remove dependencies that are also dependencies of yaml-language-server
Remove all code from
- src/languageservice
- src/yaml-ast-parser-custom-tags
- test
* Update paths and deps in react examples
* fix: 🐛 fix package (#29 )
Co-authored-by: DMY <147dmy@gmail.com>
2020-08-20 15:12:43 +05:30
Kristen Mills
3503cacea0
Update to the latest version of yaml-language-service ( #1 )
2020-01-12 17:27:33 -08:00
Kristen Mills
3c4720774c
Try using latest version
2020-01-11 17:18:13 -08:00
Egor Gorbachev
766edb0be4
Fix the code to generate a proper ESM output
2019-09-19 20:57:50 +02:00
Egor Gorbachev
638ded2cd2
Change build output from /release to /lib
2019-09-19 16:49:18 +02:00
Peng Xiao
d80ea14fe0
build: migrate latest json language service implementation
2018-11-23 10:04:33 +08:00
Peng Xiao
a0db642717
chore: align with pengx17/master branch
2018-10-25 10:12:07 +08:00