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

Fix #612 #801

Merged
merged 3 commits into from
Nov 18, 2015
Merged

Fix #612 #801

merged 3 commits into from
Nov 18, 2015

Conversation

nikklassen
Copy link
Contributor

Fixes member-access checking for object literals and nested objects, #612

constructor(sourceFile: ts.SourceFile, options: Lint.IOptions) {
super(sourceFile, options);
this.validateConstructors = this.hasOption("check-constructor");
this.validateAccessors = this.hasOption("check-accessor");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just inline the this.hasOption calls for better readability

@adidahiya
Copy link
Contributor

looks pretty good overall; just left small comments for revision. the travis CI failure looks like a flake; it ought to work on your next push.

@nikklassen
Copy link
Contributor Author

Sounds good. I'll get those changes in soon

@adidahiya
Copy link
Contributor

👍

adidahiya added a commit that referenced this pull request Nov 18, 2015
@adidahiya adidahiya merged commit b633251 into palantir:master Nov 18, 2015
jkillian referenced this pull request Nov 18, 2015
- Set typescript peer dependency to >= 1.6.2
- Set typescript dev dependency to latest (1.6.2)
- Some whitespace cleanup in CHANGELOG.md
@adidahiya adidahiya mentioned this pull request Nov 19, 2015
7 tasks
adidahiya added a commit that referenced this pull request Nov 20, 2015
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.

2 participants