Explorar o código

Update tsWorker.ts

Orta Therox %!s(int64=3) %!d(string=hai) anos
pai
achega
892c164a7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/typescript/tsWorker.ts

+ 1 - 1
src/typescript/tsWorker.ts

@@ -496,4 +496,4 @@ export function create(ctx: worker.IWorkerContext, createData: ICreateData): Typ
 }
 
 /** Allows for clients to have access to the same version of TypeScript that the worker uses */
-export const typescript = ts;
+globalThis.ts = ts;