File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -769,20 +769,13 @@ export class TSDocConfigFile {
769
769
}
770
770
} ) ;
771
771
772
- if ( this . _reportUnsupportedHtmlElements === false ) {
773
- configuration . setReportUnsupportedHtmlElements ( false ) ;
774
- }
775
-
776
- if (
777
- this . _reportUnsupportedHtmlElements ||
778
- ( this . _reportUnsupportedHtmlElements === undefined && this . supportedHtmlElements )
779
- ) {
780
- configuration . setReportUnsupportedHtmlElements ( true ) ;
781
- }
782
-
783
772
if ( this . supportedHtmlElements ) {
784
773
configuration . setSupportedHtmlElements ( [ ...this . supportedHtmlElements ] ) ;
785
774
}
775
+
776
+ if ( this . _reportUnsupportedHtmlElements === false ) {
777
+ configuration . setReportUnsupportedHtmlElements ( false ) ;
778
+ }
786
779
}
787
780
788
781
private _getNoStandardTagsWithExtends ( ) : boolean {
You can’t perform that action at this time.
0 commit comments