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

Add destructuring syntax & support to nounusedvariable-var.test.ts #410

Merged
merged 1 commit into from
Jun 1, 2015
Merged

Add destructuring syntax & support to nounusedvariable-var.test.ts #410

merged 1 commit into from
Jun 1, 2015

Conversation

adidahiya
Copy link
Contributor


super.visitBindingElement(node);
}

public visitImportDeclaration(node: ts.ImportDeclaration): void {
if (!this.hasModifier(node.modifiers, ts.SyntaxKind.ExportKeyword)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think you're handling destructuring in here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep, that is implemented in a separate PR: #411

gscshoyru added a commit that referenced this pull request Jun 1, 2015
…le-var

Add destructuring syntax & support to nounusedvariable-var.test.ts
@gscshoyru gscshoyru merged commit 533d412 into palantir:master Jun 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants