// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createWorker } from "../workers/node.js";
import { debugServiceProtocol } from "./debug-service.js";
createWorker(debugServiceProtocol);microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
source/npm/qsharp/src/debug-service/worker-node.ts
7lines · modepreview