remove unused imports

This commit is contained in:
Nacho Codoñer
2025-04-24 15:37:55 +02:00
parent 3fcfc8c5f3
commit 37d54c441d

View File

@@ -2,7 +2,7 @@ import { Stats } from 'fs';
import ParcelWatcher from "@parcel/watcher";
import { Profile } from "../tool-env/profile";
import { statOrNull, lstat, toPosixPath, convertToOSPath, pathRelative, watchFile, unwatchFile, pathResolve, pathDirname, realpathOrNull, readdir, pathJoin } from "./files";
import { statOrNull, lstat, toPosixPath, convertToOSPath, pathRelative, watchFile, unwatchFile, pathResolve, pathDirname } from "./files";
// Register process exit handlers to ensure subscriptions are properly cleaned up
const registerExitHandlers = () => {