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 311e8db Remove core-js dependency
new 9eb9774 Autofix lint
new 23e0754 Add directory entries to package repository metadata
new 3f1243e Add meta-package reference to top-level tsconfig.json solution
new 363b360 Resolve sources to absolute filenames for development and
testing
new 66edfaf Make the build concurrent
new 18a1df0 Forbid importing absolute paths
new c5963bb Update the import order rules
new a5b400a Drop ESLint and TypeScript compilation target from es2018 to
es2017
new 6635e19 Remove extraneous parser option in ESLint configuration
new 13b6b35 Simplify TypeScript library support definition
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:
.eslintrc.js | 24 ++++++++---
babel.config.js | 7 +++-
package.json | 13 +++---
packages/apache-annotator/package.json | 3 +-
packages/dom/package.json | 3 +-
packages/dom/src/css.ts | 1 -
packages/dom/src/range/match.ts | 2 -
packages/dom/src/text-quote/describe.ts | 23 +++++++----
packages/dom/src/text-quote/match.ts | 3 +-
.../test/highlight-range/highlight-range.test.ts | 1 -
packages/dom/test/range/cartesian.test.ts | 1 -
packages/dom/test/text-quote/describe-cases.ts | 1 -
packages/dom/test/text-quote/describe.test.ts | 2 -
packages/dom/test/text-quote/match-cases.ts | 1 -
packages/dom/test/text-quote/match.test.ts | 4 +-
packages/selector/package.json | 3 +-
test/data-model.test.ts | 1 -
tsconfig.base.json | 2 +-
tsconfig.json | 6 +--
yarn.lock | 47 ++++++++++++++++++++--
20 files changed, 101 insertions(+), 47 deletions(-)