Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 committed Dec 26, 2023
1 parent 51b42f5 commit d5224a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/walk/index.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit d5224a8

Please sign in to comment.