Update tsWorker.ts

pull/2770/head
Orta Therox 3 years ago committed by GitHub
parent 79f4a4cf75
commit 892c164a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 */ /** Allows for clients to have access to the same version of TypeScript that the worker uses */
export const typescript = ts; globalThis.ts = ts;

Loading…
Cancel
Save