Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Remove unused parameters from parseParenAndDistinguishExpression #522

Merged
merged 1 commit into from May 14, 2017
Merged

Remove unused parameters from parseParenAndDistinguishExpression #522

merged 1 commit into from May 14, 2017

Conversation

ghost
Copy link

@ghost ghost commented May 12, 2017

Q A
Bug fix? no
Breaking change? no
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? Tests pass. Type check fixed by #521
Fixed tickets
License MIT

Removes parameters that are always null.

@codecov
Copy link

codecov bot commented May 12, 2017

Codecov Report

Merging #522 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #522   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          22       22           
  Lines        3530     3530           
  Branches      981      979    -2     
=======================================
  Hits         3469     3469           
  Misses         22       22           
  Partials       39       39
Flag Coverage Δ
#babel 81.04% <100%> (ø) ⬆️
#babylon 97.11% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/parser/expression.js 97.38% <100%> (ø) ⬆️

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 a738870...f2cc63b. Read the comment docs.

@danez
Copy link
Member

danez commented May 14, 2017

Thanks

@danez danez merged commit d95b5fb into babel:master May 14, 2017
@ghost ghost deleted the parseParenAndDistinguishExpression branch May 15, 2017 14:21
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