Module resolver

Module resolver 

Source
Expand description

Generic type reference resolution system

This resolver doesn’t special-case any particular schema source. It works by matching type references to imports based on configurable patterns.

Structs§

Resolution
Result of attempting to resolve a type reference
ResolutionContext
Context for type resolution
TypeResolver
Main type resolver that coordinates resolution strategies