Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

0.10.0

Compare
Choose a tag to compare
@lannonbr lannonbr released this 03 Dec 02:20
· 13 commits to master since this release
  • [Feature] Support for React files (only with the .JSX / .TSX extensions for now. Support for all files in the future)
  • [Bug] Fixed arrow functions without params not being used
  • [Bug] Expressions which were immediately invoked functions after importing ("require("module")(params)) now annotated properly
  • [Bug] documentCache was not specific enough and was tripping over itself. Now using last two parts of filepath for documentCache.
  • [Bug] Typescript fake this parameter won't be used when annotating
  • [Dev] Added script to package.json to run just unit tests
  • [Dev] Contributing Guide to describe how to install, test, and debug the extension.