You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent version of google closure compiler issues warnings:
bazel-out/k8-fastbuild/bin/polygerrit-ui/app/gr-app.js:37200: ERROR - Missing type declaration.
* @returns Returns the selected item(s). If the multi property is true,
^
ProTip: "JSC_JSDOC_MISSING_TYPE_WARNING" or "jsdocMissingType" can be added to the `suppress` attribute of:
//polygerrit-ui/app:polygerrit_ui_closure_lib
WARNING - Failed to resolve sourcemap: bazel-out/k8-fastbuild/bin/polygerrit-ui/app/web-animations-next-lite.min.js.map
Codes: SOURCEMAP_RESOLVE_FAILED
bazel-out/k8-fastbuild/bin/polygerrit-ui/app/gr-app.js:37227: ERROR - Missing type declaration.
* @returns Returns true if `item` is selected.
^
ProTip: "JSC_JSDOC_MISSING_TYPE_WARNING" or "jsdocMissingType" can be added to the `suppress` attribute of:
//polygerrit-ui/app:polygerrit_ui_closure_lib
bazel-out/k8-fastbuild/bin/polygerrit-ui/app/gr-app.js:37458: ERROR - Missing type declaration.
* @returns Returns the index of the item
^
ProTip: "JSC_JSDOC_MISSING_TYPE_WARNING" or "jsdocMissingType" can be added to the `suppress` attribute of:
//polygerrit-ui/app:polygerrit_ui_closure_lib
Recent version of google closure compiler issues warnings:
To reproduce, clone gerrit code review, apply this series and run:
The text was updated successfully, but these errors were encountered: