MCPcopy Create free account
hub / github.com/LegacyCodeHQ/clarity-cli / resolver

Struct resolver

depgraph/languages/javascript/provider_javascript.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type resolver struct {
31 ctx *moduleapi.Context
32 contentReader vcs.ContentReader
33}
34
35func (r resolver) ResolveProjectImports(absPath, filePath, ext string) ([]string, error) {
36 return ResolveJavaScriptProjectImports(absPath, filePath, ext, r.ctx.SuppliedFiles, r.contentReader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected