From d5224a87c05156920fc13077d1fe28e887ef774d Mon Sep 17 00:00:00 2001 From: msp5382 Date: Tue, 26 Dec 2023 17:00:33 +0700 Subject: [PATCH] fix: remove unused import --- src/walk/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/walk/index.ts b/src/walk/index.ts index 3d09a06..30b14de 100644 --- a/src/walk/index.ts +++ b/src/walk/index.ts @@ -1,8 +1,5 @@ import * as ts from "typescript"; import { __WTD_MODULE__ } from "./constants"; -import { hashSymbol, isWhatTheDepMethod } from "./utils"; -import { DependencyGraph } from "./graph"; -import { constrainedMemory } from "process"; import { handleContainer } from "./1-create-container"; let whatTheDepModule: ts.Symbol | undefined;