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

add support for typescript-style docstrings #4507

Merged
merged 1 commit into from Nov 13, 2020

Commits on Nov 12, 2020

  1. add support for typescript-style docstrings

    this change adds [jsdoc-ts-utils](https://npm.im/jsdoc-ts-utils), which I have had success using in [mrca](https://npm.im/mrca).  it allows us to use the `import()` syntax to reference types in other modules, and other things that make working in a TS-language-server-enabled editor much nicer.
    
    it does not support _all_ of the stuff TS does, but at least helps.
    
    this should not change the API documentation output
    
    (at least until we start using the new supported features)
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Nov 12, 2020
    Copy the full SHA
    4ddcf04 View commit details
    Browse the repository at this point in the history