Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esdoc-type-inference-plugin

esdoc95.8kMIT1.0.2

A type inference plugin for ESDoc [PoC]

esdoc, 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

changelog

Changelog

1.0.2 (2018-04-30)

  • Fix
    • Crash if export default foo = new Foo() (#55). Thanks @ushu

1.0.1 (2017-09-03)

1.0.0 (2017-07-30)

  • Release