Skip to content

Commit

Permalink
[WIP] Update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jan 3, 2024
1 parent 05a9b20 commit 85340db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brioche/runtime/dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions crates/brioche/runtime/src/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as ts from "typescript";
import { TS_CONFIG, DEFAULT_LIB_URL, toTsUrl, fromTsUrl, readFile, fileExists, resolveModule } from "./tscommon.ts";

export function check(files: string[]): Diagnostic[] {
console.log("hello");
const firstFile = files.at(0);
const workingDir = firstFile != null ? firstFile.split("/").slice(0, -1).join("/") : "file:///";

Expand Down

0 comments on commit 85340db

Please sign in to comment.