Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant