compile

package
v0.0.0-...-a6fd831 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DummyAppName = "dummyApp"

	VoedgerPath = "github.com/voedger/voedger"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	ModulePath   string              // module path of compiled module
	PkgFiles     map[string][]string // map of package path to list of file paths belonging to the package
	AppDef       appdef.IAppDef
	NotFoundDeps []string // list of not found dependencies faced during compilation
}

Result is a result of compilation

func Compile

func Compile(dir string) (*Result, error)

Compile loads a synthetic AppDef from a folder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL