AnyAnalyzeImportsConfig Type — drizzle-orm Architecture
Architecture documentation for the AnyAnalyzeImportsConfig type/interface in checker.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD ce56c646_129b_67f5_3891_0e7fea86d67f["AnyAnalyzeImportsConfig"] c2197456_e6cc_1614_c507_f516244187b1["checker.ts"] ce56c646_129b_67f5_3891_0e7fea86d67f -->|defined in| c2197456_e6cc_1614_c507_f516244187b1 style ce56c646_129b_67f5_3891_0e7fea86d67f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/imports-checker/checker.ts lines 262–270
type AnyAnalyzeImportsConfig = {
basePath: string;
entry: string;
blackList?: string[];
whiteList?: string[];
logger?: boolean;
ignoreTypes?: boolean;
localPaths?: string[];
};
Defined In
Source
Frequently Asked Questions
What is the AnyAnalyzeImportsConfig type?
AnyAnalyzeImportsConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/imports-checker/checker.ts.
Where is AnyAnalyzeImportsConfig defined?
AnyAnalyzeImportsConfig is defined in drizzle-kit/imports-checker/checker.ts at line 262.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free