otris/jsdoc-tsd

Typedefs without types

Closed this issue · 0 comments

With #58 the handling of typedefs was changed. Before these changes, typedefs without types (@typedef MyTypeDef) were implicit handled as @typedef {object} MyTypeDef. With the refactoring, typedefs without types will no be ignored. Instead an error message will be logged to the console.

TO-DO

  • Restore old behaviour
    ** Add test to ensure this