-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add typings for exif-reader #62942
Conversation
@akwodkiewicz Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment which I will keep updated. 1 package in this PR
Code ReviewsThis PR adds a new definition, so it needs to be reviewed by a DT maintainer before it can be merged. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 62942,
"author": "akwodkiewicz",
"headCommitOid": "b672f95ce51d42cc4fc546e2ab166d210bede981",
"mergeBaseOid": "b35434fe6f6f0be1c78a5b4bc62d2368525ebcd4",
"lastPushDate": "2022-10-28T07:57:06.000Z",
"lastActivityDate": "2022-10-28T20:56:59.000Z",
"mergeOfferDate": "2022-10-28T16:20:23.000Z",
"mergeRequestDate": "2022-10-28T20:56:59.000Z",
"mergeRequestUser": "akwodkiewicz",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "exif-reader",
"kind": "add",
"files": [
{
"path": "types/exif-reader/exif-reader-tests.ts",
"kind": "test"
},
{
"path": "types/exif-reader/index.d.ts",
"kind": "definition"
},
{
"path": "types/exif-reader/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/exif-reader/tslint.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"akwodkiewicz"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "jakebailey",
"date": "2022-10-28T16:19:35.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 1294497127,
"ciResult": "pass"
} |
🔔 @akwodkiewicz — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
@akwodkiewicz The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
@akwodkiewicz The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
@akwodkiewicz The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
@akwodkiewicz: Everything looks good here. I am ready to merge this PR (at b672f95) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ |
Ready to merge |
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If adding a new definition:
.d.ts
files generated via--declaration
dts-gen --dt
, not by basing it on an existing project.tslint.json
should contain{ "extends": "@definitelytyped/dtslint/dt.json" }
, and no additional rules.tsconfig.json
should havenoImplicitAny
,noImplicitThis
,strictNullChecks
, andstrictFunctionTypes
set totrue
.