feat: unwrap file namespaces to flat exports + barrel
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user