//
pkg.gl
Category
github.com/tinygo-org/tinygo
diagnostics
package
0.36.0
Repository:
https://github.com/tinygo-org/tinygo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
178 SLOC
#
Functions
CreateDiagnostics
CreateDiagnostics reads the underlying errors in the error object and creates a set of diagnostics that's sorted and can be readily printed.
#
Structs
Diagnostic
A single diagnostic.
PackageDiagnostic
One or multiple errors of a particular package.
#
Type aliases
ProgramDiagnostic
Diagnostics of a whole program.