feat: unwrap file namespaces to flat exports + barrel

This commit is contained in:
Kit Langton
2026-04-15 23:49:51 -04:00
parent 225a769411
commit e61fe8e5f8
35 changed files with 893 additions and 898 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import * as path from "path"
import { Effect } from "effect"
import { Tool } from "./tool"
import { Bus } from "../bus"
import { FileWatcher } from "../file/watcher"
import { FileWatcher } from "../file"
import { Instance } from "../project/instance"
import { Patch } from "../patch"
import { createTwoFilesPatch, diffLines } from "diff"