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

Add es6 features #457

Merged
merged 9 commits into from
May 17, 2017
Merged

Add es6 features #457

merged 9 commits into from
May 17, 2017

Conversation

martinRenou
Copy link
Member

@martinRenou martinRenou commented May 17, 2017

var -> let
prototype -> class definition
bind(this) -> arrow functions
indent 4 -> 2
#382

@codecov-io
Copy link

codecov-io commented May 17, 2017

Codecov Report

Merging #457 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #457   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files          88       88           
  Lines        4077     4077           
  Branches      259      259           
=======================================
  Hits         3887     3887           
  Misses        138      138           
  Partials       52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d76e834...7aac700. Read the comment docs.

@martinRenou martinRenou changed the title Add es6 features Add es6 features [WIP] May 17, 2017
@martinRenou martinRenou changed the title Add es6 features [WIP] Add es6 features May 17, 2017
@martinRenou martinRenou merged commit 5efadd5 into master May 17, 2017
@martinRenou martinRenou deleted the add_es6_features branch May 17, 2017 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants