-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steven Orvell
committed
Oct 19, 2017
1 parent
819652e
commit 092b210
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
gulp-google-closure-compiler: polymer.html_script_13.js:621: WARNING - Invalid type for parameter 4 of function processElementStyles. | ||
Expected : string | ||
Found : (string|undefined) | ||
More details: | ||
The found type is a union that includes an unexpected type: undefined | ||
processElementStyles(this, template, is, ext, baseURI); | ||
^^^ | ||
|
||
polymer.html_script_6.js:36: WARNING - Type annotation references non-existent type array. | ||
* @return {array} Array of contained <style> elements | ||
^^^^^ | ||
|
||
polymer.html_script_6.js:56: WARNING - Type annotation references non-existent type array. | ||
* @return {array} Array of contained styles. | ||
^^^^^ | ||
|
||
polymer.html_script_6.js:85: WARNING - Type annotation references non-existent type array. | ||
* @return {array} Array of styles | ||
^^^^^ | ||
|
||
polymer.html_script_6.js:119: WARNING - Type annotation references non-existent type array. | ||
* @return {array} Array of contained styles. | ||
^^^^^ | ||
|
||
polymer.html_script_6.js:131: WARNING - Type annotation references non-existent type array. | ||
* @return {array} Array of contained styles | ||
^^^^^ | ||
|
||
0 error(s), 6 warning(s), 77.7% typed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters