Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. Externs_0:12 (JSC_NAME_REFERENCE_IN_EXTERNS)
  2. accessing name window in externs has no effect. Perhaps you forgot to add a var keyword?
  3. window['googletag'] = googletag;
  4. ^
  5.  
  6. Externs_0:12 (JSC_NAME_REFERENCE_IN_EXTERNS)
  7. accessing name googletag in externs has no effect. Perhaps you forgot to add a var keyword?
  8. window['googletag'] = googletag;
  9. ^
  10.  
  11. Externs_0:19 (JSC_TYPE_PARSE_ERROR)
  12. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  13. * @param {Function} cmd command to run when gpt is ready
  14. ^
  15.  
  16. Externs_0:20 (JSC_TYPE_PARSE_ERROR)
  17. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  18. * @return {Number} size of the array
  19. ^
  20.  
  21. Externs_0:26 (JSC_TYPE_PARSE_ERROR)
  22. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  23. * @return {googletag.PubAdsService}
  24. ^
  25.  
  26. Externs_0:28 (JSC_INEXISTENT_PROPERTY)
  27. Property proptype never defined on googletag
  28. googletag.proptype.pubads = function() {};
  29. ^
  30.  
  31. Externs_0:31 (JSC_INEXISTENT_PROPERTY)
  32. Property proptype never defined on googletag
  33. googletag.proptype.enableServices = function() {};
  34. ^
  35.  
  36. Externs_0:35 (JSC_TYPE_PARSE_ERROR)
  37. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  38. * @param {string} adunitPath
  39. ^
  40.  
  41. Externs_0:36 (JSC_TYPE_PARSE_ERROR)
  42. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  43. * @param {Object} size
  44. ^
  45.  
  46. Externs_0:37 (JSC_TYPE_PARSE_ERROR)
  47. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  48. * @param {string=} opt_div
  49. ^
  50.  
  51. Externs_0:38 (JSC_TYPE_PARSE_ERROR)
  52. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  53. * @return {googletag.Slot}
  54. ^
  55.  
  56. Externs_0:44 (JSC_BAD_JSDOC_ANNOTATION)
  57. Parse error. illegal use of unknown JSDoc tag "construct"; ignoring it
  58. * @construct
  59. ^
  60.  
  61. Externs_0:46 (JSC_CONSTRUCTOR_REQUIRED)
  62. @struct used without @constructor for googletag.PubAdsService
  63. googletag.PubAdsService = function() {};
  64. ^
  65.  
  66. Externs_0:50 (JSC_TYPE_PARSE_ERROR)
  67. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  68. * @return {googletag.PubAdsService}
  69. ^
  70.  
  71. Externs_0:56 (JSC_TYPE_PARSE_ERROR)
  72. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  73. * @return {googletag.PubAdsService}
  74. ^
  75.  
  76. Externs_0:62 (JSC_TYPE_PARSE_ERROR)
  77. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  78. * @param {string} eventType
  79. ^
  80.  
  81. Externs_0:63 (JSC_TYPE_PARSE_ERROR)
  82. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  83. * @param {Function} listener
  84. ^
  85.  
  86. Externs_0:64 (JSC_TYPE_PARSE_ERROR)
  87. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  88. * @return {googletag.PubAdsService}
  89. ^
  90.  
  91. Externs_0:76 (JSC_TYPE_PARSE_ERROR)
  92. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  93. * @param {googletag.PubAdsService} service
  94. ^
  95.  
  96. Externs_0:77 (JSC_TYPE_PARSE_ERROR)
  97. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  98. * @return {googletag.Slot}
  99. ^
  100.  
  101. Externs_0:83 (JSC_TYPE_PARSE_ERROR)
  102. Bad type annotation. type annotation incompatible with other annotations. See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information.
  103. * @return {string}
  104. ^
  105.  
  106. Externs_0:94 (JSC_ILLEGAL_PROPERTY_ACCESS)
  107. Cannot do '.' access on a dict
  108. googletag.events.SlotRenderEndedEvent = {};
  109. ^
  110.  
  111. Externs_0:97 (JSC_TYPE_MISMATCH)
  112. assignment
  113. found : {}
  114. required: (googletag.Slot|null)
  115. googletag.events.SlotRenderEndedEvent.slot = {};
  116. ^
  117.  
  118. Externs_0:97 (JSC_ILLEGAL_PROPERTY_ACCESS)
  119. Cannot do '.' access on a dict
  120. googletag.events.SlotRenderEndedEvent.slot = {};
  121. ^
  122.  
  123. Externs_0:97 (JSC_ILLEGAL_PROPERTY_CREATION)
  124. Cannot add a property to a struct instance after it is constructed. (If you already declared the property, make sure to give it a type.)
  125. googletag.events.SlotRenderEndedEvent.slot = {};
  126. ^
  127.  
  128. index.js:2 (JSC_INEXISTENT_PROPERTY)
  129. Property pubads never defined on googletag
  130. googletag.pubads().addEventListener('slotRenderEnded', e => {
  131. ^
  132.  
  133. index.js:3 (JSC_UNRECOGNIZED_TYPE_ERROR)
  134. Bad type annotation. Unknown type googletag.events.SlotRenderEndedEvent
  135. /** @type {googletag.events.SlotRenderEndedEvent} */
  136. ^
  137.  
  138. index.js:15 (JSC_POSSIBLE_INEXISTENT_PROPERTY)
  139. Property publish never defined on pubsub
  140. pubsub.publish(LOAD_ADTYPE.replace('<adtype>', format), {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement