Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sorted things in descriptor.json alphabetically
  • Loading branch information
John Haley committed Apr 8, 2016
commit a0fb5d42963295f5842091be035f84816dcbbf6d
12 changes: 6 additions & 6 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,12 +1026,6 @@
"isErrorCode": true
}
},
"git_index_conflict_remove": {
"isAsync": true,
"return": {
"isErrorCode": true
}
},
"git_index_conflict_iterator_free": {
"ignore": true
},
Expand All @@ -1041,6 +1035,12 @@
"git_index_conflict_next": {
"ignore": true
},
"git_index_conflict_remove": {
"isAsync": true,
"return": {
"isErrorCode": true
}
},
"git_index_entrycount": {
"jsFunctionName": "entryCount"
},
Expand Down