This is an automated email from the ASF dual-hosted git repository.

gerben pushed a change to branch dom-tests
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


 discard 2b26f66  Add a few more cases.
     new a956d31  Add a few more cases.
     new e8f2ad9  Refactor helper functions
     new 68e16db  More tests — some failing
     new f9008da  Make reporting of failed tests more readable.
     new 76cc9c8  Update to dom-seek v5, improve its type declaration
     new a07e791  Remove dom-node-iterator polyfill
     new be49aa2  Fix failing test case
     new f57efc7  Simplify skipping of empty text nodes
     new e3efb3b  Remove superfluous seek, tidy up code

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b26f66)
            \
             N -- N -- N   refs/heads/dom-tests (e3efb3b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9 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:
 @types/dom-node-iterator/index.d.ts     |   4 -
 @types/dom-seek/index.d.ts              |   2 +-
 packages/dom/package.json               |   3 +-
 packages/dom/src/text-quote/describe.ts |   7 +-
 packages/dom/src/text-quote/match.ts    |  68 +++-----
 packages/dom/test/text-quote-match.ts   | 274 +++++++++++++++++++++++++++-----
 yarn.lock                               |  26 +--
 7 files changed, 268 insertions(+), 116 deletions(-)
 delete mode 100644 @types/dom-node-iterator/index.d.ts

Reply via email to