docs-ts icon indicating copy to clipboard operation
docs-ts copied to clipboard

A zero-config documentation tool for my TypeScript projects

Results 17 docs-ts issues
Sort by recently updated
recently updated
newest added

[via fp-ts#1218](https://github.com/gcanti/fp-ts/issues/1218) Where TS is: ```typescript (f: (a: A) => IO) => (ma: IO) => IO ``` HM would be: ```haskell (a -> IO b) -> IO a -> IO...

You need to run `yarn add -D @types/node` on your project if you want to make use of the `assert` module in the `@example` section. Otherwise you get an error...

good first issue
accepting PRs

I've hit a bug in the parser, where ts-morph throws ` TypeError: Cannot read property 'flags' of undefined`. I'm unsure why this is the case in my project in particular,...

I expected the `Why` section to explain the advantages of `docs-ts` over alternatives like `typedoc`. Why would one choose `docs-ts` over `typedoc`? Thanks

**Do you want to request a _feature_ or report a _bug_?** It seems to be a bug **What is the current behavior?** Prettier ^2.0.0 is required as peer dependency and...

**Do you want to request a _feature_ or report a _bug_?** _feature_ **What is the current behavior?** I have a [library I am trying to document](https://github.com/Docmaps-Project/docmaps/pull/34) using docs-ts, because it...

**Do you want to request a _feature_ or report a _bug_?** I want to report a _bug_ **What is the current behavior?** When I have documented getters in my class...