microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2cd128dad9706ca3c8ab665db1d2652c5e4eadb5

Branches

Tags

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

Clone

HTTPS

Download ZIP

source/npm/qsharp/src/language-service/worker-node.ts

7lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4import { createWorker } from "../workers/node.js";
5import { languageServiceProtocol } from "./language-service.js";
6
7createWorker(languageServiceProtocol);
8