Skip to content

Commit

Permalink
Merge pull request #5462 from Polymer/prototypalTypes
Browse files Browse the repository at this point in the history
Suppress upcoming jscompiler errors.
  • Loading branch information
rictic authored Jan 9, 2019
2 parents df6463d + cf2cd05 commit ccc9380
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 ccc9380

Please sign in to comment.