angular/goldens/public-api/compiler-cli/extended_template_diagnostic_name.md
Kristiyan Kostadinov e620b3a724 fix(compiler-cli): add compiler option to disable control flow content projection diagnostic (#53311)
These changes add an option to the `extendedDiagnostics` field that allows the check from #53190 to be disabled. This is a follow-up based on a recent discussion.

PR Close #53311
2023-12-05 17:21:16 -08:00

1.1 KiB

API Report File for "angular-srcs"

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)
    INTERPOLATED_SIGNAL_NOT_INVOKED = "interpolatedSignalNotInvoked",
    // (undocumented)
    INVALID_BANANA_IN_BOX = "invalidBananaInBox",
    // (undocumented)
    MISSING_CONTROL_FLOW_DIRECTIVE = "missingControlFlowDirective",
    // (undocumented)
    MISSING_NGFOROF_LET = "missingNgForOfLet",
    // (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"
}

// (No @packageDocumentation comment for this package)