emmet-monaco-core-es
v5.6.1
Published
emmet plugin for monaco-editor-core
Maintainers
Readme
emmet-monaco-es
A fork of emmet-monaco-es that depends on monaco-editor-core instead of monaco-editor.
This is useful because using the regular emmet-monaco-es package will lead to the installation of two separate copies of the Monaco Editor when using with monaco-editor-core. In addition, this package also prevents type incomatibility when using with monaco-editor-core in TypeScript projects.
Changes
- Peer dependency changed from
monaco-editortomonaco-editor-core. - Updated TypeScript definitions to reference
monaco-editor-core.
