Rich-Harris / butternut

The fast, future-friendly minifier
https://butternut.now.sh
MIT License
1.17k stars 17 forks source link

handle special case of integer property access #143

Closed Rich-Harris closed 7 years ago

Rich-Harris commented 7 years ago

fixes #126

codecov[bot] commented 7 years ago

Codecov Report

Merging #143 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   88.19%   88.24%   +0.05%     
==========================================
  Files          71       71              
  Lines        1626     1634       +8     
==========================================
+ Hits         1434     1442       +8     
  Misses        192      192
Impacted Files Coverage Δ
src/program/types/ParenthesizedExpression.js 100% <100%> (ø) :arrow_up:
src/program/types/MemberExpression.js 95.45% <100%> (+0.33%) :arrow_up:
src/program/types/Literal.js 100% <100%> (ø) :arrow_up:

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 01a8b82...dac27eb. Read the comment docs.