We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9c841 commit b60b0e3Copy full SHA for b60b0e3
src/app.ts
@@ -1,7 +1,5 @@
1
// I cant' get this import to work locally. The import in node_modules is
2
// javy/dist but esbuild requires the import to be javy/fs
3
-//
4
-// @ts-expect-error
5
import { readFileSync, writeFileSync, STDIO } from "javy/fs";
6
import {
7
EmitHint,
src/logger.ts
export function log(msg: string) {
0 commit comments