Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 25, 2024
1 parent 52ab9d5 commit 4e15665
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 892 deletions.
9 changes: 0 additions & 9 deletions .tshy/build.json

This file was deleted.

14 changes: 0 additions & 14 deletions .tshy/commonjs.json

This file was deleted.

12 changes: 0 additions & 12 deletions .tshy/esm.json

This file was deleted.

9 changes: 1 addition & 8 deletions demo/index.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
import { EditorView, basicSetup } from "codemirror";
import { javascript } from "@codemirror/lang-javascript";
import { autocompletion } from "@codemirror/autocomplete";
import {
createDefaultMapFromCDN,
createSystem,
createVirtualTypeScriptEnvironment,
} from "@typescript/vfs";
import ts from "typescript";
import { copilotPlugin } from "../src/plugin.js";

(async () => {
let editor = new EditorView({
new EditorView({
doc: `let hasAnError: string = 10;
function increment(num: number) {
Expand Down
Loading

0 comments on commit 4e15665

Please sign in to comment.