MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / worker.ts

File worker.ts

packages/monaco/src/worker.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { startWebWorkerLanguageServer } from '@coderline/alphatab-language-server/index';
2
3const workerGlobalThis = globalThis as unknown as DedicatedWorkerGlobalScope;
4startWebWorkerLanguageServer(workerGlobalThis, workerGlobalThis);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected