Skip to content

Commit 9b309c1

Browse files
clydinthePunderWoman
authored andcommitted
refactor(language-service): suppress inline TCB required diagnostic for syncs (angular#58619)
The NG8900 diagnostic is a non-actionable error code that does not affect the build result of a component. PR Close angular#58619
1 parent 89256e6 commit 9b309c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/language-service/src/language_service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const enableG3Suppression = false;
6060
// See `angular2/copy.bara.sky` for more information.
6161
const suppressDiagnosticsInG3: number[] = [
6262
parseInt(`-99${ErrorCode.COMPONENT_RESOURCE_NOT_FOUND}`),
63+
parseInt(`-99${ErrorCode.INLINE_TCB_REQUIRED}`),
6364
];
6465

6566
export class LanguageService {

0 commit comments

Comments
 (0)