Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FEBuild ¶
func FEBuild(options FEBuildOptions, ch chan ESReport) bool
func FEWatch ¶
func FEWatch(options FEBuildOptions, watchDirs []string, ch chan ESReport)
Types ¶
type ESReport ¶
type ESReport struct { Time time.Time Duration time.Duration Done bool // TODO: use the same structure as the ts diagnostics Errors []api.Message Messages []string }
TODO: use the same structure for TS Report
type FEBuildOptions ¶
Click to show internal directories.
Click to hide internal directories.