We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26797b commit 87dc500Copy full SHA for 87dc500
packages/language-service/src/language_service.ts
@@ -60,6 +60,7 @@ const enableG3Suppression = false;
60
// See `angular2/copy.bara.sky` for more information.
61
const suppressDiagnosticsInG3: number[] = [
62
parseInt(`-99${ErrorCode.COMPONENT_RESOURCE_NOT_FOUND}`),
63
+ parseInt(`-99${ErrorCode.INLINE_TCB_REQUIRED}`),
64
];
65
66
export class LanguageService {
0 commit comments