denoland / deno_doc

Documentation generator for Deno
MIT License
254 stars 54 forks source link

feat: support Location for ts literals, render ts literals as interfaces #562

Closed crowlKats closed 4 months ago

crowlKats commented 4 months ago

To reduce complexity, LiteralMethodDef and related are stripped the Literal prefix, and are used for interfaces as well as they now have identical structure. IndexSignature get the same treatment, but additionally also applies to classes.