AlaskaAirlines / auro-combobox

An auroLabs custom element w/an experimental API. You've been warned.
https://auro.alaskaair.com/components/auroLabs
Apache License 2.0
4 stars 1 forks source link

jsdoc/no-undefined-types warning appears in CLI #143

Closed blackfalcon closed 6 months ago

blackfalcon commented 1 year ago

Describe the bug

Seeing the following in the CLI when performing a build

/Users/dalesande/src/auro/combobox/src/auro-combobox.js
  38:1  warning  The type 'auroCombobox-ready' is undefined     jsdoc/no-undefined-types
  39:1  warning  The type 'auroCombobox-valueSet' is undefined  jsdoc/no-undefined-types

✖ 2 problems (0 errors, 2 warnings)

Both these functions are labeled as @private, If they are private, then they do not need to be listed on lines 38 and 39 for the creation of public docs.

Exit criteria

Post update the warning is no longer reported in the CLI.

jordanjones243 commented 6 months ago

This ticket is being moved to "Blocked" until this PR is released and the button dependency is updated: