We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0786e00 commit 331b60eCopy full SHA for 331b60e
src/monaco/vue.worker.ts
@@ -100,7 +100,7 @@ self.onmessage = async (msg: MessageEvent<WorkerMessage>) => {
100
101
async function importTsFromCdn(tsVersion: string) {
102
const _module = globalThis.module
103
- ; (globalThis as any).module = { exports: {} }
+ ;(globalThis as any).module = { exports: {} }
104
const tsUrl = `https://cdn.jsdelivr.net/npm/typescript@${tsVersion}/lib/typescript.js`
105
await import(/* @vite-ignore */ tsUrl)
106
const ts = globalThis.module.exports
0 commit comments