Commit graph

11 commits

Author SHA1 Message Date
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
Egor Gorbachev
766edb0be4 Fix the code to generate a proper ESM output 2019-09-19 20:57:50 +02:00
Peng Xiao
0229f023b0 test: add jest for testing 2018-12-14 18:00:45 +08:00
Peng Xiao
5169f3e1fd feat: revert back custom request service 2018-11-16 11:19:00 +08:00
Peng Xiao
5476403375 feat: allow user to provide custom schema service 2018-11-16 10:22:55 +08:00
Peng Xiao
fb04c29c52 chore: upgrade dependencies and bump version to 1.2.0 2018-11-14 17:57:07 +08:00
Peng Xiao
a0db642717 chore: align with pengx17/master branch 2018-10-25 10:12:07 +08:00
Kevin Decker
e658a06c82 Rename path to more common location 2018-02-26 00:05:33 -06:00
Kevin Decker
ad350d08b2 Convert json implementation to yaml libs 2018-02-25 23:36:05 -06:00
Martin Aeschlimann
50e0c8d70c 1.0 2016-06-26 12:50:57 +02:00