Function: getStaticConfiguredPathResolution()
getStaticConfiguredPathResolution(
expression:Readonly<Expression>,programNode:Readonly<TSESTree.Program>,configFilePath:string):Readonly<{configuredPath:string;resolutionKind:ResolutionKind;resolvedPath:string; }> |null
Defined in: _internal/config-paths.ts:81
Resolve a statically configured path or require.resolve() target.
Parametersโ
expressionโ
Readonly<Expression>
programNodeโ
Readonly<TSESTree.Program>
configFilePathโ
string
Returnsโ
Readonly<{ configuredPath: string; resolutionKind: ResolutionKind; resolvedPath: string; }> | null