mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Exported modules reorganization
This commit is contained in:
parent
ec78a33c7b
commit
f534b2234e
434 changed files with 798 additions and 482 deletions
9
src/index.ts
Normal file
9
src/index.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import * as lsp from '@vscode/monaco-lsp-client';
|
||||
import { css, html, json, typescript } from './languages/register.all';
|
||||
import './features/register.all';
|
||||
|
||||
// ensure that the the main monaco-editor entry-point loads all features from monaco-editor-core
|
||||
import 'monaco-editor-core';
|
||||
|
||||
export * from './editor';
|
||||
export { css, html, json, typescript, lsp };
|
||||
Loading…
Add table
Add a link
Reference in a new issue