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

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


    from 2124faa  update yarn.lock
     new 8e24974  Get Babel module resolver working with TypeScript preset
     new 28821d6  Set up TypeScript linting with ESLint
     new 3aeb518  Do not lint the demo build output
     new e59fb15  Lint the webpack config
     new 230c0d2  Use names for inter-package references
     new 58a0421  Use a single tsconfig.json
     new 1320153  Remove JSON module resolution in TypeScript
     new d9dcd28  Fix remaining test typecheck failures
     new f348d4d  Fix lexical scope in switch case
     new 35cc009  Apply automatic lint fixes

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .eslintignore                                  |   1 +
 .eslintrc.js                                   | 122 ++++++++++++++-----------
 @types/cartesian/index.d.ts                    |   4 +-
 @types/dom-seek/index.d.ts                     |   5 +-
 babel.config.js                                |   5 +-
 package.json                                   |   7 +-
 packages/dom/package.json                      |   3 +
 packages/dom/src/css.ts                        |   6 +-
 packages/dom/src/highlight-range.ts            |  25 ++---
 packages/dom/src/range/cartesian.ts            |  21 +++--
 packages/dom/src/range/match.ts                |  10 +-
 packages/dom/src/scope.ts                      |   6 +-
 packages/dom/src/text-quote/describe.ts        |  67 +++++++++-----
 packages/dom/src/text-quote/match.ts           |   8 +-
 packages/dom/src/types.ts                      |   6 +-
 packages/dom/test/range/cartesian.test.ts      |   3 +-
 packages/dom/test/text-quote/describe-cases.ts |  15 +--
 packages/dom/test/text-quote/describe.test.ts  |  30 ++++--
 packages/dom/test/text-quote/match-cases.ts    |  76 ++++++++-------
 packages/dom/test/text-quote/match.test.ts     |  41 ++++++---
 packages/dom/test/text-quote/utils.ts          |  39 +++++---
 packages/selector/src/index.ts                 |  10 +-
 packages/selector/src/types.ts                 |  22 ++---
 test/data-model.test.ts                        |  42 +++++----
 tsconfig.json                                  |  40 +++++---
 tsconfig.tests.json                            |  15 ---
 26 files changed, 371 insertions(+), 258 deletions(-)
 delete mode 100644 tsconfig.tests.json

Reply via email to