Settle on customTSWorkerFactory

This commit is contained in:
Orta 2020-08-21 10:33:52 -04:00
parent c402ee962f
commit 471de29a20
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
self.extendTSWorkerFactory = (TypeScriptWorker) => {
self.customTSWorkerFactory = (TypeScriptWorker) => {
return class MonacoTSWorker extends TypeScriptWorker {
// Adds a custom function to the webworker