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/05/07 21:25:35 UTC

[incubator-annotator] branch typescript updated (ffab951 -> ad461b8)

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.


    from ffab951  tweak type: Generator→Iterable
     add 7927118  Improve tsconfig, add separate one for tests
     add ad461b8  Use strictNullChecks & fix issues

No new revisions were added by this update.

Summary of changes:
 package.json                            |  2 +-
 packages/dom/src/cartesian.ts           | 15 ++++++++++++---
 packages/dom/src/highlight-range.ts     | 10 +++++++---
 packages/dom/src/scope.ts               | 10 +++++++---
 packages/dom/src/text-quote/describe.ts |  6 +++---
 packages/dom/src/text-quote/match.ts    |  4 ++--
 test/data-model.ts                      |  8 ++++----
 tsconfig.json                           |  9 ++++-----
 tsconfig.tests.json                     | 15 +++++++++++++++
 9 files changed, 55 insertions(+), 24 deletions(-)
 create mode 100644 tsconfig.tests.json