issues Search Results · repo:yeonjuan/parse-git-diff language:TypeScript
Filter by
13 results
(70 ms)13 results
inyeonjuan/parse-git-diff (press backspace or delete to remove)https://docs.gitlab.com/api/repositories/#compare-branches-tags-or-commits
Example response:
{
commit : {
id : 12d65c8dd2b2676fa3ac47d955accc085a37a9c1 ,
short_id : 12d65c8dd2b ,
...
wuzekang
- Opened 9 days ago
- #35
When trying to parse a minimal diff using git diff --unified=0 the resulting lines in toFileRange is the same as the
start value.
The following example (adding a single line):
diff --git a/tests/test_commands.py ...
pdgendt
- 3
- Opened on Nov 6, 2024
- #33
Here s a test case:
import parseGitDiff from parse-git-diff
const diffOutput = `diff --git a/var/folders/kt/zd3bfncd0c3gjx25hbcq483c0000gn/T/epicshop/diff/advanced-react-apis/04.01.solution/7h2jowvfi2q/index.test.tsx ...
kentcdodds
- 5
- Opened on Sep 17, 2024
- #31
For TS project having moduleResolution : NodeNext in tsconfig.json and type : module in package.json, TypeScript can t
resolve to correct types.
import parseGitDiffExport from parse-git-diff ;
// This ...
bug
otakustay
- 2
- Opened on Jan 22, 2024
- #29
When importing the library in TypeScript, the type declaration isn t found. I think this issue is caused by package.json
not linking to the correct file. It s pointing to a types file in the root of the ...
bug
terkelg
- 1
- Opened on Oct 1, 2023
- #25
Need to add test cases to check if it can handle various Git Diff outputs.
- https://github.com/git/git/tree/master/t/t4135
enhancement
yeonjuan
- Opened on Aug 9, 2023
- #24
Here s the diff:
diff --git var/folders/kt/zd3bfncd0c3gjx25hbcq483c0000gn/T/kcdshop/diff/example/exercises__sep__01.nested-routing__sep__01.problem.outlet/xn2ci7n8yna/app/assets/img.png var/folders/kt/zd3bfncd0c3gjx25hbcq483c0000gn/T/kcdshop/diff/example/exercises__sep__01.nested-routing__sep__01.solution.outlet/xn2ci7n8yna/app/assets/img.png ...
kentcdodds
- 3
- Opened on Aug 9, 2023
- #22
Here s the diff I have:
diff --git var/folders/kt/zd3bfncd0c3gjx25hbcq483c0000gn/T/kcdshop/diff/full-stack-testing/exercises__sep__07.remix-component__sep__01.problem.remix-stub/flq8snn26ke/app/routes/users+/$username.test.tsx ...
bug
kentcdodds
- 3
- Opened on Aug 9, 2023
- #20
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 ...
kentcdodds
- 3
- Opened on Aug 4, 2023
- #19
I have a pretty large diff and it appears that parse-git-diff is unable to process all of it.
https://gist.github.com/kentcdodds/4cbf74cfb232f798e71603d0deb91f4d
I included the JSON for the parsed output ...
bug
kentcdodds
- 6
- Opened on Jul 19, 2023
- #17

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.