-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add types for electron-positioner #57354
Conversation
@ktmouk 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 PRCode 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
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 57354,
"author": "ktmouk",
"headCommitOid": "efa996191f6324ea4bf50eaea1312f9bf24896fd",
"lastPushDate": "2021-11-24T14:51:04.000Z",
"lastActivityDate": "2021-11-24T14:51:04.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "electron-positioner",
"kind": "add",
"files": [
{
"path": "types/electron-positioner/electron-positioner-tests.ts",
"kind": "test"
},
{
"path": "types/electron-positioner/index.d.ts",
"kind": "definition"
},
{
"path": "types/electron-positioner/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/electron-positioner/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/electron-positioner/tslint.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"ktmouk"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"mainBotCommentID": 977942526,
"ciResult": "pass"
} |
🔔 @ktmouk — 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...) |
7611bdd
to
efa9961
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! ✨
Fixed: jenslind/electron-positioner#15
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": "dtslint/dt.json" }
, and no additional rules.tsconfig.json
should havenoImplicitAny
,noImplicitThis
,strictNullChecks
, andstrictFunctionTypes
set totrue
.If changing an existing definition:
If removing a declaration:
notNeededPackages.json
.