Skip to content

[internal] Replace var with const/let in ui/public/utils/lodash-mixins#6936

Merged
epixa merged 1 commit intoelastic:masterfrom
epixa:uiletconst11
Apr 15, 2016
Merged

[internal] Replace var with const/let in ui/public/utils/lodash-mixins#6936
epixa merged 1 commit intoelastic:masterfrom
epixa:uiletconst11

Conversation

@epixa
Copy link
Contributor

@epixa epixa commented Apr 14, 2016

This change was applied only to files in
src/ui/public/utils/lodash-mixins directory.

All instances of var were replaced with let, and then all instances
of let that wouldn't flag the no-const-assign rule in the linter were
replaced with const.

This change was applied only to files in
src/ui/public/utils/lodash-mixins directory.

All instances of var were replaced with let, and then all instances
of let that wouldn't flag the no-const-assign rule in the linter were
replaced with const.
@epixa epixa self-assigned this Apr 14, 2016
@epixa
Copy link
Contributor Author

epixa commented Apr 14, 2016

jenkins, test it

@epixa
Copy link
Contributor Author

epixa commented Apr 14, 2016

Almost done. I have to do the utils directory piece by piece because something is definitely not working with a blanket replace in this directory.

@spalger
Copy link
Contributor

spalger commented Apr 14, 2016

LGTM

@spalger spalger assigned epixa and unassigned spalger Apr 14, 2016
@epixa epixa assigned panda01 and unassigned epixa Apr 15, 2016
@panda01
Copy link
Contributor

panda01 commented Apr 15, 2016

LGTM!

@panda01 panda01 assigned epixa and unassigned panda01 Apr 15, 2016
@epixa epixa merged commit 176d271 into elastic:master Apr 15, 2016
@epixa epixa deleted the uiletconst11 branch April 15, 2016 18:25
epixa added a commit that referenced this pull request Apr 15, 2016
---------

**Commit 1:**
[internal] Replace var with const/let in ui/public/utils/lodash-mixins

This change was applied only to files in
src/ui/public/utils/lodash-mixins directory.

All instances of var were replaced with let, and then all instances
of let that wouldn't flag the no-const-assign rule in the linter were
replaced with const.

* Original sha: 18e9725
* Authored by Court Ewing <court@epixa.com> on 2016-04-14T18:32:49Z
elastic-jasper added a commit that referenced this pull request Apr 15, 2016
---------

**Commit 1:**
[internal] Replace var with const/let in ui/public/utils/lodash-mixins

This change was applied only to files in
src/ui/public/utils/lodash-mixins directory.

All instances of var were replaced with let, and then all instances
of let that wouldn't flag the no-const-assign rule in the linter were
replaced with const.

* Original sha: 18e9725
* Authored by Court Ewing <court@epixa.com> on 2016-04-14T18:32:49Z
epixa added a commit that referenced this pull request Apr 15, 2016
epixa added a commit that referenced this pull request Apr 15, 2016
@epixa epixa added the v4.5.2 label May 14, 2016
@epixa epixa removed the v4.5.1 label May 14, 2016
@epixa epixa added v4.5.4 and removed v4.5.2 labels Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants