JamesHenry / typescript-estree

:sparkles: A parser that converts TypeScript source code into an ESTree-compatible form
https://jameshenry.blog
Other
84 stars 13 forks source link

refactor: add explicit implementation of TSLiteralType #117

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

i expect that coverage will go down after this one, deeplyCopy is not triggered for nodes.

codecov[bot] commented 5 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.27%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage    93.1%   92.83%   -0.28%     
==========================================
  Files           8        8              
  Lines        1407     1409       +2     
  Branches      345      345              
==========================================
- Hits         1310     1308       -2     
- Misses         46       55       +9     
+ Partials       51       46       -5
Impacted Files Coverage Δ
src/convert.ts 93.3% <100%> (-0.49%) :arrow_down:

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 92ac986...2005ace. Read the comment docs.

JamesHenry commented 5 years ago

:tada: This PR is included in version 16.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: