Skip to content

Commit

Permalink
feat(inferTypes): Support class properties
Browse files Browse the repository at this point in the history
Previously we did not properly infer params on methods that were located on class properties. This
changes things so that we do. It carefully tries to avoid messing up the existing support of class
type annotations, which are similar to class properties at the AST level, but do not have an
associated node, only a type alias.

Fixes #1043
  • Loading branch information
tmcw committed Apr 11, 2018
1 parent 0d629d6 commit 1fcc4ec
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 104 deletions.

0 comments on commit 1fcc4ec

Please sign in to comment.