Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver resolves ES module specifiers from a virtual filesystem or HTTP URLs.
func NewResolver ¶
NewResolver creates a resolver backed by the given filesystem. Local specifiers are read from fs, URLs starting with http:// or https:// are fetched.
Click to show internal directories.
Click to hide internal directories.