4e0de3a8f4
* Add support for having channels in SimpleWorker * Extract text model syncing code to a separate file * Use a channel to do text model syncing for the language detection worker * Simplify code * Remove unused method * Move OutputLinkComputer worker off editor worker * Move TextMateTokenizationWorker off editor worker * Simplify code * Adopt channels for the host object * More adopting channels for the host object * More adopting channels for the host object * More adopting channels for the host object * Remove host object support from SimpleWorker * Use the IEditorWorkerService, avoid starting a separate worker * Bring the amd module id, the esm location and the worker label in a single type * Improve typings * SImplify worker creation pattern * Enforce that all proxied methods start with `$` or `on` * Adopt native proxy support * Simplify code * Simplify code * Reintroduce a different standalone / workbench editor worker service |
||
---|---|---|
.. | ||
LICENSE | ||
README-npm.md | ||
README.md | ||
ThirdPartyNotices.txt | ||
monaco.d.ts.recipe | ||
monaco.usage.recipe | ||
package.json | ||
version.txt |
README.md
Steps to publish a new version of monaco-editor-core
Generate monaco.d.ts
- The
monaco.d.ts
is now automatically generated when runninggulp watch
Bump version
- increase version in
build/monaco/package.json
Generate npm contents for monaco-editor-core
- Be sure to have all changes committed and pushed to the remote
- (the generated files contain the HEAD sha and that should be available on the remote)
- run gulp editor-distro
Publish
cd out-monaco-editor-core
npm publish