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/10/05 05:16:05 UTC

[incubator-annotator] branch rewrite-product updated (bc9a416 -> 9a937d1)

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

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


 discard bc9a416  Rewrite Cartesian product using IxJS
     add 67a1353  Upgrade @typescript-eslint packages from v3.7.0 to v4.1.1
     add 0177c9c  Enable @typescript-eslint/consistent-type-imports rule and apply fixes
     add ef23df0  Remove unused eslint-disable comment
     add 21de281  Make file extension handling consistent
     add 9a937d1  Rewrite Cartesian product without dependencies

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   (bc9a416)
            \
             N -- N -- N   refs/heads/rewrite-product (9a937d1)

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:
 .eslintrc.js                                       |   9 +-
 babel-register.js                                  |   5 +-
 babel.config.js                                    |   3 +-
 package.json                                       |   4 +-
 packages/dom/package.json                          |   3 +-
 packages/dom/src/range/cartesian.ts                |  77 +++++---
 .../test/highlight-range/highlight-range.test.ts   |   3 +-
 packages/dom/test/range/cartesian.test.ts          |  32 ++--
 packages/dom/test/text-quote/describe-cases.ts     |   2 +-
 packages/dom/test/text-quote/match-cases.ts        |   2 +-
 packages/dom/test/text-quote/match.test.ts         |   5 +-
 web/webpack.config.js                              |   1 -
 yarn.lock                                          | 203 +++++++++++++++------
 13 files changed, 227 insertions(+), 122 deletions(-)