This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch import-dom-seek
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from dc5b4c0 Move empty range error into DomSeeker
new b1a13f9 Remove unused read1() method
new 23aac8d Clean up interfaces
new 0b3a9f6 Make text quote search chunk by chunk
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
packages/dom/src/chunker.ts | 26 +++---
packages/dom/src/code-point-seeker.ts | 11 ---
packages/dom/src/seek.ts | 24 ++---
packages/dom/src/text-quote/match.ts | 133 +++++++++++++++++++++-------
packages/dom/test/text-quote/match-cases.ts | 8 +-
packages/dom/test/text-quote/match.test.ts | 8 +-
6 files changed, 130 insertions(+), 80 deletions(-)