Skip to content

Commit

Permalink
Suppress upcoming jscompiler errors.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rictic committed Dec 20, 2018
1 parent df6463d commit cf2cd05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/dir-mixin.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/disable-upgrade-mixin.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf2cd05

Please sign in to comment.