Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTestFile ¶
IsTestFile reports whether the given Dart file path is a test file.
Types ¶
type Module ¶
type Module struct{}
func (Module) Extensions ¶
func (Module) IsTestFile ¶
func (Module) IsTestFile(filePath string, _ vcs.ContentReader) bool
func (Module) Maturity ¶
func (Module) Maturity() langsupport.MaturityLevel
func (Module) NewResolver ¶
func (Module) NewResolver(ctx *langsupport.Context, contentReader vcs.ContentReader) langsupport.Resolver
type PackageImport ¶
type PackageImport struct {
// contains filtered or unexported fields
}
PackageImport represents an external dependency (dart:* or package:*)
func (PackageImport) URI ¶
func (p PackageImport) URI() string
type ProjectImport ¶
type ProjectImport struct {
// contains filtered or unexported fields
}
ProjectImport represents an internal project file (relative paths)
func (ProjectImport) URI ¶
func (p ProjectImport) URI() string
Click to show internal directories.
Click to hide internal directories.