Skip to content

Commit

Permalink
fix: make worker cross-origin compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jun 26, 2024
1 parent 57db6cc commit 23bd76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/typescriptStandalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as monaco from 'monaco-editor'
import { FileSystemProviderCapabilities, FileSystemProviderError, FileSystemProviderErrorCode, FileType, IFileSystemProviderWithFileReadWriteCapability, IStat, registerFileSystemOverlay } from '@codingame/monaco-vscode-files-service-override'
import * as vscode from 'vscode'
import { registerWorkerLoader } from '../worker.js'
import { Worker } from '../tools/crossOriginWorker'

const global = `
declare global {
Expand Down

0 comments on commit 23bd76b

Please sign in to comment.