Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport] PR #6736 to 4.x #6742

Merged
merged 1 commit into from
Apr 1, 2016
Merged

[backport] PR #6736 to 4.x #6742

merged 1 commit into from
Apr 1, 2016

Conversation

elastic-jasper
Copy link
Contributor

Backport PR #6736

Commit 1:
[internal] Remove all variable redeclarations

Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with let, and we can
enforce not doing it via a linter rule.

---------

**Commit 1:**
[internal] Remove all variable redeclarations

Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.

* Original sha: de20762
* Authored by Court Ewing <court@epixa.com> on 2016-04-01T18:21:55Z
@spalger spalger force-pushed the jasper/backport/6736/4.x branch from 5d9211e to 2f3ce70 Compare April 1, 2016 20:14
@spalger spalger merged commit fc9fec8 into 4.x Apr 1, 2016
@epixa epixa deleted the jasper/backport/6736/4.x branch April 1, 2016 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants