View Source JSV.Resolver.Resolved (jsv v0.3.0)

Represents a cache entry for a resolved resource.

Summary

Types

t()

@type t() :: %JSV.Resolver.Resolved{
  meta: binary(),
  ns: binary(),
  parent_ns: binary(),
  raw: term(),
  vocabularies: term()
}