This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch range-as-dom-scope
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from decfe8c Restrict DOM scopes to be instances of Range
add f4adabd Reintroduce ownerDocument(), now in util.ts
add b118253 Remove the no-relative-parent-imports eslint rule.
add 983f005 Fix default scope in describeTextQuote
add e5f3d46 Fix some references to global `document`
add 14df40f Delete unused types.ts
No new revisions were added by this update.
Summary of changes:
.eslintrc.js | 1 -
packages/dom/src/css.ts | 7 ++--
packages/dom/src/highlight-range.ts | 7 ++--
packages/dom/src/range/match.ts | 8 ++---
packages/dom/src/scope.ts | 39 ----------------------
packages/dom/src/text-quote/describe.ts | 14 ++++++--
packages/dom/src/text-quote/match.ts | 9 +++--
packages/dom/src/types.ts | 25 --------------
packages/dom/src/{types/cartesian.d.ts => util.ts} | 7 ++--
.../test/highlight-range/highlight-range.test.ts | 2 +-
10 files changed, 28 insertions(+), 91 deletions(-)
delete mode 100644 packages/dom/src/scope.ts
delete mode 100644 packages/dom/src/types.ts
copy packages/dom/src/{types/cartesian.d.ts => util.ts} (83%)