mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Fixes #2834: Export adapter classes
This commit is contained in:
parent
fc234d6a57
commit
d70607de55
1 changed files with 3 additions and 0 deletions
|
|
@ -124,3 +124,6 @@ function disposeAll(disposables: IDisposable[]) {
|
|||
disposables.pop()!.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
export { WorkerManager } from './workerManager';
|
||||
export * from '../common/lspLanguageFeatures';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue