Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Google Google `yaml:"google"`
// https://github.com/gzuidhof/tygo
Typescript Source `yaml:"typescript"`
// https://github.com/gzuidhof/tygo
Tagmanager Source `yaml:"tagmanager"`
}
type Source ¶ added in v0.1.2
type Source struct {
Packages []*tygo.PackageConfig `yaml:"packages"`
TypeMappings map[string]string `yaml:"type_mappings"`
}
func (Source) PackageConfig ¶ added in v0.1.2
func (e Source) PackageConfig(path string) *tygo.PackageConfig
func (Source) PackageNames ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.