You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2021/01/08 15:16:52 UTC

[incubator-annotator] branch api-documenter updated (2220b09 -> a81384f)

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

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


 discard 2220b09  Set up tsdoc markdown generation
     add 149c7b3  Generate less minimal prefixes&suffixes
     add 8dd8995  Update tests
     add 1126e14  Merge pull request #99: Generate less minimal prefixes&suffixes
     add a81384f  Set up tsdoc markdown generation

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   (2220b09)
            \
             N -- N -- N   refs/heads/api-documenter (a81384f)

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.

No new revisions were added by this update.

Summary of changes:
 packages/dom/src/text-quote/describe.ts           |   7 +-
 packages/dom/test/text-quote/describe-cases.ts    | 298 +++++++++++++++++++++-
 packages/dom/test/text-quote/describe.test.ts     |  61 ++++-
 packages/selector/src/text/describe-text-quote.ts | 209 ++++++++++++---
 packages/selector/src/text/seeker.ts              |  39 ++-
 web/demo/index.js                                 |   2 +-
 6 files changed, 552 insertions(+), 64 deletions(-)