Skip to main content

Module issue

Module issue 

Source

Modules§

analyze
code_gen
module
resolve

Structs§

AdditionalIssueSource
A labeled issue source used to provide additional context in error messages. For example, when a webpack loader produces broken code, the primary source shows the original file, while an additional source shows the generated code.
AdditionalIssueSources
This is a transparent value type wrapping Vec<AdditionalIssueSource>.
CapturedIssues
A list of issues captured with CollectibleIssuesExt::peek_issues.
DelegatingImportTracer
IgnoreIssue
A rule describing an issue to ignore. path is mandatory; title and description are optional additional filters.
ImportTraces
IssueFilter
IssueSource
Issues
This is a transparent value type wrapping Vec<ResolvedVc<Box<dyn Issue>>>.
OptionIssueSource
This is a transparent value type wrapping Option<IssueSource>.
OptionStyledString
This is a transparent value type wrapping Option<ResolvedVc<StyledString>>.
PlainAdditionalIssueSource
PlainIssue
PlainIssueSource
PlainSource
PlainTraceItem

Enums§

IgnoreIssuePattern
A pattern that can match by exact string, glob, or regex.
IssueSeverity
IssueStage
StyledString
Represents a section of structured styled text. This can be interpreted and rendered by various UIs as appropriate, e.g. HTML for display on the web, ANSI sequences in TTYs.

Traits§

CollectibleIssuesExt
ImportTracer
Issue
IssueExt
IssueReporter

Functions§

handle_issues
A helper function to print out issues to the console.

Type Aliases§

ImportTrace
PlainTrace