Skip to content

Commit 22d8740

Browse files
committed
feat(inferTypes): Support class properties
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
1 parent 0d629d6 commit 22d8740

File tree

3 files changed

+376
-104
lines changed

3 files changed

+376
-104
lines changed

0 commit comments

Comments
 (0)