| 28 | } |
| 29 | |
| 30 | type resolver struct { |
| 31 | ctx *moduleapi.Context |
| 32 | contentReader vcs.ContentReader |
| 33 | } |
| 34 | |
| 35 | func (r resolver) ResolveProjectImports(absPath, filePath, ext string) ([]string, error) { |
| 36 | return ResolveJavaScriptProjectImports(absPath, filePath, ext, r.ctx.SuppliedFiles, r.contentReader) |
nothing calls this directly
no outgoing calls
no test coverage detected