Commit graph

16 commits

Author SHA1 Message Date
Remco Haszing
ac7b6fe307
Introduce ESLint
The ESLint preset `eslint-config-remcohaszing` is used.
2021-07-17 17:12:17 +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
7f49a21a56
Revert "Fix types for languages.yaml namespaces"
This reverts commit e784f842c3.
2021-03-25 17:07:47 +01:00
Remco Haszing
e784f842c3
Fix types for languages.yaml namespaces
`monaco-editor` no longer uses a global `monaco` namespace.
2020-12-09 10:07:15 +01:00
Peng Xiao
1b31f48186
fix: enable prettier formatter for umd (#2) 2020-01-29 12:15:37 -08:00
Kristen Mills
3c4720774c
Try using latest version 2020-01-11 17:18:13 -08: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
ad350d08b2 Convert json implementation to yaml libs 2018-02-25 23:36:05 -06:00
Alex Dima
09b372338c Make it clear that options are set via setDiagnosticOptions 2016-10-06 16:33:01 +02:00
Martin Aeschlimann
da30aaede9 Update readme.md 2016-06-27 09:52:49 +02:00
Martin Aeschlimann
50e0c8d70c 1.0 2016-06-26 12:50:57 +02:00