You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/09/20 01:03:48 UTC

[incubator-annotator] branch meta-package updated (8caeb3f -> 98ea021)

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

randall pushed a change to branch meta-package
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


    omit 8caeb3f  Update babel to support "import * as" syntax
    omit bafc19e  Remove unused dependencies & types file
    omit 9644520  update description; use ‘export * as …’
    omit 0d378eb  Add apache-annotator meta-package
     add 8823057  Change approach to choose prefix/suffix.
     add 35d3ebe  More performance tweaking
     add 486c59f  Add test, fix bug
     add 8300e73  Inline helper function
     add 3e8a105  Merge pull request #93 from apache/faster-describeTextQuote
     add 45a73d0  Update babel to support "import * as" syntax
     add 98ea021  Add apache-annotator meta-package

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   (8caeb3f)
            \
             N -- N -- N   refs/heads/meta-package (98ea021)

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/apache-annotator/package.json         |   5 +-
 packages/dom/src/text-quote/describe.ts        | 118 +++++++++----------------
 packages/dom/test/text-quote/describe-cases.ts |  15 ++++
 3 files changed, 59 insertions(+), 79 deletions(-)