JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 450
  • Score
    100M100P100Q92791F
  • License MIT

A browser based code editor

Package Exports

  • @difizen/monaco-editor-core
  • @difizen/monaco-editor-core/esm/vs/base/common/worker/simpleWorker.js
  • @difizen/monaco-editor-core/esm/vs/editor/common/languages
  • @difizen/monaco-editor-core/esm/vs/editor/common/languages.js
  • @difizen/monaco-editor-core/esm/vs/editor/common/languages/language
  • @difizen/monaco-editor-core/esm/vs/editor/common/languages/language.js
  • @difizen/monaco-editor-core/esm/vs/editor/common/services/editorSimpleWorker.js
  • @difizen/monaco-editor-core/esm/vs/editor/editor.main.js
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages.js
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme
  • @difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@difizen/monaco-editor-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

monaco-editor-core

This npm module is a building block for the monaco-editor npm module and unless you are doing something special (e.g. authoring a monaco editor language that can be shipped and consumed independently), it is best to consume the monaco-editor module that contains this module and adds languages supports.

The Monaco Editor is the code editor that powers VS Code. Here is a good page describing some editor features.

This npm module contains the core editor functionality, as it comes from the vscode repository.

License

MIT