This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from 6d55001 Fix typedoc entrypoint
new dec7849 Actually, don’t always build the docs.
new e05cd88 More API documentation!
new 552b6ca Turn tsdoc into typedoc
The 3 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:
package.json | 4 +-
packages/dom/src/css.ts | 27 +++++
packages/dom/src/highlight-range.ts | 31 ++++--
packages/dom/src/normalize-range.ts | 39 ++++---
packages/dom/src/range/match.ts | 66 ++++++++++++
packages/dom/src/text-position/describe.ts | 31 ++++++
packages/dom/src/text-position/match.ts | 37 +++++++
packages/dom/src/text-quote/describe.ts | 35 +++++++
packages/dom/src/text-quote/match.ts | 46 ++++++++-
packages/selector/src/index.ts | 12 +++
packages/selector/src/text/chunker.ts | 114 ++++++++++++++++++---
packages/selector/src/text/code-point-seeker.ts | 24 +++++
.../selector/src/text/describe-text-position.ts | 19 ++++
packages/selector/src/text/describe-text-quote.ts | 41 +++++---
packages/selector/src/text/match-text-position.ts | 28 +++++
packages/selector/src/text/match-text-quote.ts | 42 +++++++-
packages/selector/src/text/seeker.ts | 40 ++++++--
packages/selector/src/types.ts | 54 ++++++++++
18 files changed, 624 insertions(+), 66 deletions(-)