Suppress upcoming jscompiler errors.

These errors don't exist yet, but we need to suppress them in the files that will have them so that we're not broken when they're turned on.
This commit is contained in:
Peter Burns 2018-12-19 16:15:06 -08:00
parent df6463dac5
commit cf2cd05e73
5 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,7 @@ const header =
`/**
* @fileoverview Generated typings for Polymer mixins
* @externs
* @suppress {checkPrototypalTypes}
*
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.

View File

@ -1,4 +1,5 @@
/**
* @suppress {checkPrototypalTypes}
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt

View File

@ -1,4 +1,5 @@
/**
* @suppress {checkPrototypalTypes}
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt

View File

@ -1,4 +1,5 @@
/**
* @suppress {checkPrototypalTypes}
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt

View File

@ -1,4 +1,5 @@
/**
* @suppress {checkPrototypalTypes}
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt