microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
source/npm/qsharp/src/compiler/worker-node.ts
7lines · modeblame
596e0fc8Bill Ticehurst3 years ago | 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. | |
| 3 | | |
c23c2ae4Mine Starks2 years ago | 4 | import { createWorker } from "../workers/node.js"; |
| 5 | import { compilerProtocol } from "./compiler.js"; | |
596e0fc8Bill Ticehurst3 years ago | 6 | |
c23c2ae4Mine Starks2 years ago | 7 | createWorker(compilerProtocol); |