typed-monaco-editor-core
v1.2.0
Published
monaco-editor-core but with types and not tree-shaked
Downloads
13
Readme
typed-monaco
This is a version of monaco-editor-core that has a few changes.
- ~~No treeshaking happens (except that I removed the terminal and user data sync services)~~ Tree shaking happens as of version 1.1.0 but to a lesser extent than the official monaco-editor-core
- Type declarations for all files and services are included, not just the main editor api.
How to build
- Run download-vscode.sh
- Run build-editor.sh - you might see a few errors with gulp but the build should still work
