esdoc-type-inference-plugin

A type inference plugin for ESDoc [PoC]

MIT 6 个版本
安装
npm install esdoc-type-inference-plugin
yarn add esdoc-type-inference-plugin
pnpm add esdoc-type-inference-plugin
bun add esdoc-type-inference-plugin
README

ESDoc Type Inference Plugin(PoC)

This is Proof of Concept

Install

npm install esdoc-type-inference-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-type-inference-plugin", "option": {"enable": true}}
  ]
}
  • enable is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

版本列表
1.0.2 2018-04-30
1.0.1 2017-09-03
1.0.0 2017-07-30
0.0.3 2017-06-25
0.0.2 2017-05-14
0.0.1 2017-05-07