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

noInferrableTypes: check property declarations. #2081

Merged
merged 1 commit into from Jan 21, 2017

Conversation

mprobst
Copy link
Contributor

@mprobst mprobst commented Jan 19, 2017

PR checklist

  • Addresses an existing issue: #0000
  • New feature, bugfix, or enhancement
    • Includes tests
  • Documentation update

What changes did you make?

Currently, the noInferrableTypes check only runs on variables and parameters, not on property declarations:

class X {
  f: string = 'string'; // not checked :-(
}

Is there anything you'd like reviewers to focus on?

Compilation and tests fail on my local machine for unrelated reasons, let's hope CircleCI can run this?

@nchen63 nchen63 merged commit 48b0c59 into palantir:master Jan 21, 2017
@nchen63
Copy link
Contributor

nchen63 commented Jan 21, 2017

@mprobst nice, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants