mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Settle on customTSWorkerFactory
This commit is contained in:
parent
c402ee962f
commit
471de29a20
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
self.extendTSWorkerFactory = (TypeScriptWorker) => {
|
||||
self.customTSWorkerFactory = (TypeScriptWorker) => {
|
||||
return class MonacoTSWorker extends TypeScriptWorker {
|
||||
|
||||
// Adds a custom function to the webworker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue