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

Properly stringify function types with signature #1735

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 10, 2020

  1. Properly stringify function types with signature

    When function types contain a signature (e.g. `function(string, boolean): string`), `catharsis` parses them correctly, but the type handling in JSDoc stringified them as `function`, the signature was omitted.
    
    With this change, the signature is added, too.  
     
    Fixes jsdoc#1510 .
    codeworrior committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e829235 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Remove trailing space.

    codeworrior committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4edf197 View commit details
    Browse the repository at this point in the history