yeonjuan / parse-git-diff

parse git diff
MIT License
28 stars 3 forks source link

Issue parsing large diff #19

Closed kentcdodds closed 1 year ago

kentcdodds commented 1 year ago

I have another very large diff that parse-git-diff is not completely parsing properly:

https://gist.github.com/kentcdodds/757bc4901babf6de778f90b48c7c98d8

I'm not sure of everything that's missing, but it's definitely missing the vitest.config.ts file in the parsed output.

kentcdodds commented 1 year ago

Oh, I just realized that I'm still on 0.10.0 due to https://github.com/yeonjuan/parse-git-diff/issues/17#issuecomment-1660880945 So it's possible this is fixed in the current version.

yeonjuan commented 1 year ago

I tested the output you refer to in v0.0.12 and found that it contains results for "videtest.config.ts". Please update your version. Let me know if you have any problems while using it! Thanks!

kentcdodds commented 1 year ago

Thanks! I've opened a new issue: https://github.com/yeonjuan/parse-git-diff/issues/22