Export CustomTSWebWorkerFactory type

This commit is contained in:
Mateusz Burzyński 2022-08-11 12:55:36 +02:00
parent 9d278685b0
commit 567095a2c5

View file

@ -6,6 +6,7 @@
import type * as mode from './tsMode';
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';
export { CustomTSWebWorkerFactory } from './tsWorker';
//#region enums copied from typescript to prevent loading the entire typescriptServices ---