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 2020/06/18 15:41:50 UTC

[incubator-annotator] branch typescript updated (75e9b26 -> 68e3519)

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

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


    omit 75e9b26  remove forgotten register-assert
    omit 62ee6ce  Fix handling ownerDocument, fix Range type test
    omit d191c97  Use strict typecheck mode & fix issues
    omit 7927118  Improve tsconfig, add separate one for tests
    omit ffab951  tweak type: Generator→Iterable
    omit 0fb4fb6  Convert tests to typescript
    omit cfd8e46  Add missing licence notices
    omit 29a25a1  Split text-quote into two files
    omit 18a7158  Convert code to typscript
    omit 3d8739d  Configure for typescript
     add c6beefd  Extract husky configuration
     add ac96d21  Only redefine dist based on tag presence
     add 946fd38  Create distributions with git clone
     add 00eb8cd  Merge pull request #76 from apache/clone-dist
     add 39cdf61  Separate lint and test make targets
     add 3c113f5  Remove extraneous semicolon
     add 6e668f7  Do not fix lint errors with yarn lint
     add 2f7a7d3  Add license header to .eslintrc.js
     add 2b8e8c2  Add license header to husky.config.js
     add ac3b5bd  Update .ratignore
     add f30d0f3  Update babel to solve build error on node 14
     add dc674c4  Create dist clones without a specified branch
     add 1fb8be2  Add versionsort.suffix config to dist clones
     add 43f8198  Link in demo to its source code.
     add aaab3fd  Configure for typescript
     add 790266b  Convert code to typscript
     add d5dac85  Split text-quote into two files
     add f1877bd  Add missing licence notices
     add 791b9f6  Convert tests to typescript
     add 5ed37ef  tweak type: Generator→Iterable
     add 3bc01cb  Improve tsconfig, add separate one for tests
     add 1693ffe  Use strict typecheck mode & fix issues
     add 4eb4e90  Fix handling ownerDocument, fix Range type test
     add 68e3519  remove forgotten register-assert

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   (75e9b26)
            \
             N -- N -- N   refs/heads/typescript (68e3519)

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                   |   21 +
 .ratignore                     |    4 +-
 Makefile                       |   51 +-
 .mocharc.js => husky.config.js |    5 +-
 package.json                   |   19 +-
 web/demo/index.html            |    1 +
 web/demo/index.js              |    2 +-
 yarn.lock                      | 1568 +++++++++++++++++++++-------------------
 8 files changed, 883 insertions(+), 788 deletions(-)
 copy .mocharc.js => husky.config.js (92%)