mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #34077 from iansan5653/master
Add linedelimiters property to Hunk in "diff" package
This commit is contained in:
Vendored
+1
@@ -142,6 +142,7 @@ export interface Hunk {
|
||||
newStart: number;
|
||||
newLines: number;
|
||||
lines: string[];
|
||||
linedelimiters: string[];
|
||||
}
|
||||
|
||||
export interface BestPath {
|
||||
|
||||
Reference in New Issue
Block a user