mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Fixes #2820: Export create
This commit is contained in:
parent
888883e33e
commit
87f976a786
1 changed files with 2 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ self.onmessage = () => {
|
||||||
return create(ctx, createData);
|
return create(ctx, createData);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export { create } from './tsWorker';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue