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 14:59:19 UTC

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

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 cfd8e46  Add missing licence notices
     add 0fb4fb6  Convert tests to typescript
     add ffab951  tweak type: Generator→Iterable

No new revisions were added by this update.

Summary of changes:
 .mocharc.js                                      |  2 +-
 package.json                                     |  4 +++
 packages/dom/src/cartesian.ts                    |  2 +-
 packages/dom/test/{cartesian.js => cartesian.ts} |  3 +-
 test/{data-model.js => data-model.ts}            |  7 +++--
 yarn.lock                                        | 36 +++++++++++++++++++++++-
 6 files changed, 47 insertions(+), 7 deletions(-)
 rename packages/dom/test/{cartesian.js => cartesian.ts} (95%)
 rename test/{data-model.js => data-model.ts} (92%)