0.0.8 • Published 7 years ago

type-doc-vscode v0.0.8

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

TypeDoc VSCode Extension

Static type checking for pure JavaScript

Features

TypeDoc type warnings in your code.

TypeDocWarnings

Release Notes

0.0.7

Better support for inline functions, e.g.

somePromise.then(function(result) {
  return result;
});

0.0.6

Update version and bump TypeDoc. Now should properly handle promises and type inference.

0.0.3

Update version and bump TypeDoc

0.0.1

Initial release of TypeDoc VSCode