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

Use .tsx extensions when interacting with language services when appropriate #610

Merged
merged 1 commit into from
Aug 28, 2015

Conversation

jkillian
Copy link
Contributor

Fixes issue #597

@jkillian
Copy link
Contributor Author

Also seems to fix issue #558

// todo (#558): there should only be 3, but there is a false positive no-unused-variable failure due
// to a compiler bug
assert.lengthOf(actualFailures, 4);
assert.lengthOf(actualFailures, 3);
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

@@ -32,12 +29,14 @@ class NoUnusedVariablesWalker extends Lint.RuleWalker {
private skipBindingElement: boolean;
private skipParameterDeclaration: boolean;
private skipVariableDeclaration: boolean;

Copy link
Contributor

Choose a reason for hiding this comment

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

please remove this extra newline, and move private languageService to the top (alphabetization)

@adidahiya
Copy link
Contributor

great, can you squash this into 1 commit please?

@jkillian jkillian force-pushed the use-tsx-extensions branch from 7528f3a to 5bec928 Compare August 28, 2015 00:01
@jkillian
Copy link
Contributor Author

Squashed

adidahiya added a commit that referenced this pull request Aug 28, 2015
Use .tsx extensions when interacting with language services when appropriate
@adidahiya adidahiya merged commit e40bb19 into next Aug 28, 2015
@adidahiya adidahiya deleted the use-tsx-extensions branch August 28, 2015 17:28
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