microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.23.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/npm/qsharp/src/compiler/worker-node.ts

7lines · modeblame

596e0fc8Bill Ticehurst3 years ago1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
c23c2ae4Mine Starks2 years ago4import { createWorker } from "../workers/node.js";
5import { compilerProtocol } from "./compiler.js";
596e0fc8Bill Ticehurst3 years ago6
c23c2ae4Mine Starks2 years ago7createWorker(compilerProtocol);