Skip to content

Commit

Permalink
Adding Q# execution scaffolding (#470)
Browse files Browse the repository at this point in the history
Set up compiler with minimal end-to-end interface allowing the F5
execution of current Q# file open in editor, no debugging.

This PR uses the deprecated check call as a placeholder. Next PR will
sub out the compiler for the debugger, replacing the check call.
  • Loading branch information
idavis authored Jul 19, 2023
1 parent 1236af5 commit dd36ff8
Show file tree
Hide file tree
Showing 13 changed files with 1,203 additions and 168 deletions.
2 changes: 1 addition & 1 deletion npm/src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ export {
export { default as samples } from "./samples.generated.js";
export { type VSDiagnostic } from "./vsdiagnostic.js";
export { log, type LogLevel };
export type { ICompilerWorker };
export type { ICompilerWorker, ICompiler };
export type { ILanguageServiceWorker, ILanguageService };
export { type LanguageServiceEvent } from "./language-service/language-service.js";
Loading

0 comments on commit dd36ff8

Please sign in to comment.