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

Closure compiler warnings #167

@davido

Description

@davido

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions