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.
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