Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change CursorOptions type to no longer forbid rangeStart/rangeEnd acc…
…ompanying cursorOffset
  • Loading branch information
ExplodingCabbage committed Dec 5, 2023
commit 0de9fc565088ae166567f79387dfc40e10b8871f
2 changes: 0 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,6 @@ export interface CursorOptions extends Options {
* Specify where the cursor is.
*/
cursorOffset: number;
rangeStart?: never;
rangeEnd?: never;
}

export interface CursorResult {
Expand Down