Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Closure compiler warnings #167

Open
davido opened this issue Dec 13, 2017 · 0 comments
Open

Closure compiler warnings #167

davido opened this issue Dec 13, 2017 · 0 comments

Comments

@davido
Copy link

davido commented Dec 13, 2017

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

To reproduce, clone gerrit code review, apply this series and run:

  $ bazel build :polygerrit
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant