Skip to content

[ckeditor] Various additions to the typings#24856

Merged
RyanCavanaugh merged 13 commits intoDefinitelyTyped:masterfrom
earshinov:ckeditor-additions
Apr 17, 2018
Merged

[ckeditor] Various additions to the typings#24856
RyanCavanaugh merged 13 commits intoDefinitelyTyped:masterfrom
earshinov:ckeditor-additions

Conversation

@earshinov
Copy link
Copy Markdown
Contributor

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Test the change in your own code. (Compile and run.)
  • Add or edit tests to reflect the change. (Run with npm test.)
  • Follow the advice from the readme.
  • Avoid common mistakes.
  • Run npm run lint package-name (or tsc if no tslint.json is present).

Changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes:
    Please see individual commits.
  • Increase the version number in the header if appropriate.
    There is no version number in the header.
  • If you are making substantial changes, consider adding a tslint.json containing { "extends": "dtslint/dt.json" }.
    tslint.json is already present.

earshinov added 11 commits April 9, 2018 21:50
* Properly declare methods `createBookmarks[2]` instead of `createBookmark[2]` on `CKEDITOR.dom.rangeList`.

Documentation link: https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_dom_rangeList.html#method-createBookmarks

* Use return type of `bookmark[]` for "intrusive bookmarks" everywhere as in `CKEDITOR.dom.range.createBookmark`.

* Declare parameters of `CKEDITOR.dom.selection.createBoomarks[2]` as required `Object`'s to follow the documentation.

Documentation link: https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_dom_selection.html#method-createBookmarks
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Apr 9, 2018

@earshinov Thank you for submitting this PR!

🔔 @wittwert - please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead.

@typescript-bot typescript-bot added the Unmerged The author did not merge the PR when it was ready. label Apr 14, 2018
@typescript-bot
Copy link
Copy Markdown
Contributor

After 5 days, no one has reviewed the PR 😞. A maintainer will be reviewing the PR in the next few days and will either merge it or request revisions. Thank you for your patience!

@RyanCavanaugh RyanCavanaugh merged commit 24805d4 into DefinitelyTyped:master Apr 17, 2018
@earshinov earshinov deleted the ckeditor-additions branch April 20, 2018 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Unmerged The author did not merge the PR when it was ready.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants