itsjamie / typedoc-plugin-fixcomputednames

A TypeDoc plugin that fixes the output for some properties with computed names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typedoc-plugin-fixcomputednames

A plugin for TypeDoc that fixes the output for some properties with computed names.

This plugin is intended to replace property names like __@iterator with [Symbol.iterator] and property names like __computed with the expression used in the computed property name.

Installation

npm install --save-dev typedoc typedoc-plugin-fixcomputednames

About

A TypeDoc plugin that fixes the output for some properties with computed names

License:Apache License 2.0


Languages

Language:TypeScript 100.0%