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

Added JSX Spread Attribute case statement #1518

Merged
merged 2 commits into from
Aug 25, 2016
Merged

Added JSX Spread Attribute case statement #1518

merged 2 commits into from
Aug 25, 2016

Conversation

bolatovumar
Copy link
Contributor

@bolatovumar bolatovumar commented Aug 25, 2016

Resolve #1514

@@ -182,6 +182,10 @@ export class SyntaxWalker {
this.walkChildren(node);
}

protected visitJsxSpreadAttribute(node: ts.JsxSpreadAttribute) {
Copy link
Contributor

Choose a reason for hiding this comment

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

please put this method in alphabetical order

@adidahiya
Copy link
Contributor

thanks @bolatovumar 👍

@adidahiya adidahiya merged commit 0d9eaf1 into palantir:master Aug 25, 2016
soniro pushed a commit to soniro/tslint that referenced this pull request Aug 31, 2016
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