Documentation
¶
Overview ¶
Package official loads versioned TypeRB packages bundled with the compiler. The manifest boundary keeps these packages distinct from the standard library so they can move to an external package source without changing application imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OwnsModule ¶
Types ¶
type Package ¶
type Package struct {
ManifestPath string
Name string
Version string
ProjectProvider string
NativeDependencies map[string]map[string]string
NativeDependenciesByOption map[string]map[string]map[string]map[string]string
Definition *stdlib.Package
}
func (*Package) NativeDependenciesFor ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.