/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/index.ts
9 строк
355 B
Henning Dieterichs
Exported modules reorganization (#5155)
10 янв 2026, 02:11
Не верифицирован
10 янв 2026, 02:11
558bbbc
Код
Авторство
О чём код?
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 };