DefinitelyTyped/types/nodegit
Benjamin Schuster-Boeckler 158b37a44f Fixed incorrect types in nodegit class DiffDelta and Blob (#41314)
* Fixes incorrect return types in diff-delta and blob. Should be functions, not direct accessor properties. Also, `rawcontent` returns a wrapper around a Buffer, not a Buffer directly, as `content` does.

* updated package description and version

* fixed missing argument

* Updates jackrabbit types to export namespace for interface and type access. Adds missing options and arguments to a few methods.

* fixed linting issue

* revert changes to jackrabbit
2020-01-02 15:11:55 -08:00
..
annotated-commit.d.ts
attr.d.ts
blame-hunk.d.ts
blame-options.d.ts
blame.d.ts
blob.d.ts Fixed incorrect types in nodegit class DiffDelta and Blob (#41314) 2020-01-02 15:11:55 -08:00
branch.d.ts
buf.d.ts
cert-host-key.d.ts
cert-x509.d.ts
cert.d.ts
checkout-options.d.ts allow JS strings and string arrays where Git.Strarray is required, because nodegit can automatically convert it to Git.Strarray 2018-03-27 17:25:37 +02:00
checkout.d.ts
cherry-pick-options.d.ts
cherry-pick.d.ts
clone-options.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
clone.d.ts
commit.d.ts Fix some types in nodegit 2019-02-28 14:48:37 +01:00
config.d.ts
convenient-hunk.d.ts
convenient-patch.d.ts
cred-user-pass-payload.d.ts
cred-username.d.ts
cred.d.ts
cvar-map.d.ts
describe-format-options.d.ts
describe-options.d.ts
diff-binary-file.d.ts
diff-binary.d.ts
diff-delta.d.ts Fixed incorrect types in nodegit class DiffDelta and Blob (#41314) 2020-01-02 15:11:55 -08:00
diff-file.d.ts
diff-line.d.ts
diff-options.d.ts
diff-perf-data.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
diff.d.ts Replace nullable by optional 2019-03-03 16:16:21 +01:00
enums.d.ts
error.d.ts
fetch-options.d.ts allow JS strings and string arrays where Git.Strarray is required, because nodegit can automatically convert it to Git.Strarray 2018-03-27 17:25:37 +02:00
fetch.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
filter.d.ts
git-err.d.ts
graph.d.ts
hash-sig.d.ts
ignore.d.ts
index_.d.ts
index-entry.d.ts
index.d.ts
indexer.d.ts
lib-git2.d.ts
merge-file-input.d.ts
merge-file-options.d.ts
merge-file-result.d.ts
merge-options.d.ts Improve typings. 2017-11-05 19:46:36 +02:00
merge.d.ts
nodegit-tests.ts Add missing commondir accessor (#38998) 2019-10-09 12:18:39 -07:00
note.d.ts
object.d.ts added the Object.TYPE enum as well as fixed typos on Object.type2String and Object.string2Type 2018-06-07 10:53:00 -04:00
odb-expand-id.d.ts
odb-object.d.ts
odb.d.ts
oid-array.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
oid.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
open-ssl.d.ts
pack-builder.d.ts
path-spec.d.ts
proxy-options.d.ts
proxy.d.ts
push-options.d.ts allow JS strings and string arrays where Git.Strarray is required, because nodegit can automatically convert it to Git.Strarray 2018-03-27 17:25:37 +02:00
push-update.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
push.d.ts
rebase-operation.d.ts
rebase.d.ts Improve typings. 2017-11-05 19:46:36 +02:00
ref-db.d.ts
ref-log.d.ts
ref-spec.d.ts
reference.d.ts added the Object.TYPE enum as well as fixed typos on Object.type2String and Object.string2Type 2018-06-07 10:53:00 -04:00
remote-callbacks.d.ts
remote.d.ts Add createDetached definition (#37686) 2019-08-19 11:16:32 -07:00
repository.d.ts
reset.d.ts
rev-parse.d.ts
rev-walk.d.ts
revert.d.ts
signature.d.ts
stash.d.ts
status-entry.d.ts
status-file-options.d.ts
status-file.d.ts Improve typings. 2017-11-05 19:46:36 +02:00
status-list.d.ts
status-options.d.ts allow JS strings and string arrays where Git.Strarray is required, because nodegit can automatically convert it to Git.Strarray 2018-03-27 17:25:37 +02:00
status.d.ts Improve typings. 2017-11-05 19:46:36 +02:00
str-array.d.ts
submodule-update-options.d.ts
submodule.d.ts
tag.d.ts
time.d.ts Fix types in Time 2019-03-03 16:20:35 +01:00
transfer-progress.d.ts
transport.d.ts
tree-builder.d.ts fix Treebuilder.create signature (#37266) 2019-08-02 13:52:12 -07:00
tree-entry.d.ts
tree-update.d.ts nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
tree.d.ts Fix nodegit Tree#getEntry return type (#38276) 2019-09-23 10:38:06 -07:00
tsconfig.json
tslint.json
wrapper.d.ts