update(prosemirror-transform): add StepMap.empty type#58816
update(prosemirror-transform): add StepMap.empty type#58816typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
StepMap.empty type#58816Conversation
|
@whawker 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 can be merged once it's reviewed by a DT maintainer. 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": 58816,
"author": "whawker",
"headCommitOid": "4a2f4f35ac3821ed57549d6ed0abe2b37e54a192",
"mergeBaseOid": "d7d9c1d76dead09380e702d858b40432a29d8a48",
"lastPushDate": "2022-03-15T11:01:46.000Z",
"lastActivityDate": "2022-03-17T21:11:15.000Z",
"mergeOfferDate": "2022-03-17T21:06:58.000Z",
"mergeRequestDate": "2022-03-17T21:11:15.000Z",
"mergeRequestUser": "whawker",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "prosemirror-transform",
"kind": "edit",
"files": [
{
"path": "types/prosemirror-transform/index.d.ts",
"kind": "definition"
}
],
"owners": [
"bradleyayers",
"davidka",
"timjb",
"patsimm"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "gabritto",
"date": "2022-03-17T21:06:20.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 1041361733,
"ciResult": "pass"
} |
|
Hey @whawker, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
|
🔔 @bradleyayers @davidka @timjb @patsimm — please review this PR in the next few days. Be sure to explicitly select |
|
@whawker 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. |
|
@whawker I haven't seen any activity on this PR in more than three weeks, and it still has problems that prevent it from being merged. The PR will be closed on Mar 18th (in a week) if the issues aren't addressed. |
Add type `StepMap.empty` exposed in `prosemirror-transform` 1.3.4 @see ProseMirror/prosemirror-transform#20
|
It has been more than two weeks and this PR still has no reviews. I'll bump it to the DT maintainer queue. Thank you for your patience, @whawker. (Ping @bradleyayers, @davidka, @timjb, @patsimm.) |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. prosemirror-transform (unpkg)was missing the following properties:
|
|
@whawker: Everything looks good here. I am ready to merge this PR (at 4a2f4f3) 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! ❤️ (@bradleyayers, @davidka, @timjb, @patsimm: you can do this too.) |
|
Ready to merge |
Add type
StepMap.emptyexposed inprosemirror-transform1.3.4npm test <package to test>.I attempted to run the tests, but I get the error. Searching for this error message reveals lots of PRs with the same problem. Does anyone know of a fix?
If changing an existing definition:
StepMap.emptyin documentation ProseMirror/prosemirror-transform#20