From 7103754178fddff577935dc81e374d40ea4e9820 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 2 Nov 2016 21:11:30 -0700 Subject: [PATCH] fix(closure): suppress closure compiler suspiciousCode check in codegen (#12666) --- modules/@angular/compiler-cli/src/codegen.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/@angular/compiler-cli/src/codegen.ts b/modules/@angular/compiler-cli/src/codegen.ts index ab0f393b05..bcd187aa1a 100644 --- a/modules/@angular/compiler-cli/src/codegen.ts +++ b/modules/@angular/compiler-cli/src/codegen.ts @@ -28,8 +28,9 @@ const GENERATED_FILES = /\.ngfactory\.ts$|\.css\.ts$|\.css\.shim\.ts$/; const GENERATED_OR_DTS_FILES = /\.d\.ts$|\.ngfactory\.ts$|\.css\.ts$|\.css\.shim\.ts$/; const PREAMBLE = `/** - * This file is generated by the Angular 2 template compiler. + * @fileoverview This file is generated by the Angular 2 template compiler. * Do not edit. + * @suppress {suspiciousCode} */ /* tslint:disable */