mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Warns when @defer blocks define unreachable or redundant triggers, such as multiple main triggers, ineffective prefetches, or timer delays not scheduled before rendering. PR Close #64069
1.8 KiB
1.8 KiB
API Report File for "extended_template_diagnostic_name_api"
Do not edit this file. It is a report generated by API Extractor.
// @public
export enum ExtendedTemplateDiagnosticName {
// (undocumented)
CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION = "controlFlowPreventingContentProjection",
// (undocumented)
DEFER_TRIGGER_MISCONFIGURATION = "deferTriggerMisconfiguration",
// (undocumented)
INTERPOLATED_SIGNAL_NOT_INVOKED = "interpolatedSignalNotInvoked",
// (undocumented)
INVALID_BANANA_IN_BOX = "invalidBananaInBox",
// (undocumented)
MISSING_CONTROL_FLOW_DIRECTIVE = "missingControlFlowDirective",
// (undocumented)
MISSING_NGFOROF_LET = "missingNgForOfLet",
// (undocumented)
MISSING_STRUCTURAL_DIRECTIVE = "missingStructuralDirective",
// (undocumented)
NULLISH_COALESCING_NOT_NULLABLE = "nullishCoalescingNotNullable",
// (undocumented)
OPTIONAL_CHAIN_NOT_NULLABLE = "optionalChainNotNullable",
// (undocumented)
SKIP_HYDRATION_NOT_STATIC = "skipHydrationNotStatic",
// (undocumented)
SUFFIX_NOT_SUPPORTED = "suffixNotSupported",
// (undocumented)
TEXT_ATTRIBUTE_NOT_BINDING = "textAttributeNotBinding",
// (undocumented)
UNINVOKED_FUNCTION_IN_EVENT_BINDING = "uninvokedFunctionInEventBinding",
// (undocumented)
UNINVOKED_FUNCTION_IN_TEXT_INTERPOLATION = "uninvokedFunctionInTextInterpolation",
// (undocumented)
UNINVOKED_TRACK_FUNCTION = "uninvokedTrackFunction",
// (undocumented)
UNPARENTHESIZED_NULLISH_COALESCING = "unparenthesizedNullishCoalescing",
// (undocumented)
UNUSED_LET_DECLARATION = "unusedLetDeclaration",
// (undocumented)
UNUSED_STANDALONE_IMPORTS = "unusedStandaloneImports"
}
// (No @packageDocumentation comment for this package)