Documentation
¶
Index ¶
Constants ¶
View Source
const ( PACKAGER_VERSION = 1 SCRIPTS_DIR = "scripts" ENTRY_FILE = "main.ts" DEPS_FILE = "dependencies.yml" TYPES_FILE = "types.yml" HTTP_TRANSFORMERS_SIGNATURE = ".http-transformers" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NameAndVersion ¶
type Packager ¶
type Packager struct {
MixerDir string
LibDir string
IncludePaths []string
IsHttpTransformer bool
MayBuildHttpTransformers bool
Dependencies []NameAndVersion
AlreadyLoaded map[string]bool // to avoid redundant loading of dependencies
NowVisiting map[string]bool // to prevent circular dependencies
TypeMap map[string]int
SuperclassOf map[string]string
TypeList []string
Logger *golog.Logger
*tp.Mixer
Ranges []Range
CachedDependencies map[string]*Packager
// contains filtered or unexported fields
}
func NewDependencyOf ¶
func NewFromCompiledMixer ¶
func (*Packager) MergeCompiled ¶
Click to show internal directories.
Click to hide internal directories.