v1/kythe_utils library
Classes
- AngularArtifacts
- A collection of all components and directives in a given input module.
- CompileDirectiveMetadata
- Metadata regarding compilation of a directive.
- NormalizedComponentWithViewDirectives
-
A processed
@Component
-annotated class with relevant metadata.
Functions
-
angularArtifactsForKythe(
LibraryElement element, {UncaughtExceptionHandler? uncaughtExceptionHandler}) → Future< AngularArtifacts?> ? -
matchElementDirectives(
List< CompileDirectiveMetadata> directives, ElementAst astNode) → List<CompileDirectiveMetadata> -
Returns the matched components with this element ast in the
directives
.
Typedefs
- UncaughtExceptionHandler = bool Function(Object exception, StackTrace stackTrace)