This commit is contained in:
Mateusz Burzyński 2025-06-29 01:01:45 +00:00 committed by GitHub
commit 5f7383de77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
import type * as mode from './tsMode'; import type * as mode from './tsMode';
import { typescriptVersion as tsversion } from './lib/typescriptServicesMetadata'; // do not import the whole typescriptServices here import { typescriptVersion as tsversion } from './lib/typescriptServicesMetadata'; // do not import the whole typescriptServices here
import { languages, Emitter, IEvent, IDisposable, Uri } from '../../fillers/monaco-editor-core'; import { languages, Emitter, IEvent, IDisposable, Uri } from '../../fillers/monaco-editor-core';
export { CustomTSWebWorkerFactory } from './tsWorker';
//#region enums copied from typescript to prevent loading the entire typescriptServices --- //#region enums copied from typescript to prevent loading the entire typescriptServices ---