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 e31bac4 Merge pull request #105 from
krismeister/issue-104/fix-windows-build
new c535608 Make tests their own TypeScript project
new 02b721f Add typedoc for documentation generation
new 6616534 Fix trailing comma in tsconfig.json
new 0123e79 Bump minimum Node.js versions
new a31443d Add support module format interoperability
new 848dc3c Remove main export for the apache-annotator meta-package
new 6f6c259 Remove the explicit types references in package.json files
new d36f7ff Fix style lint in babel.config.js
new ff60502 Add test plugins last in babel setup
new 9bd8cfa Remove unused ESLint configuration override
new 18fd4ff Set language version in ESLint configuration
new 3811161 Remove ESLint environment and globals configuration for
TypeScript files
new bb5534a Add globalThis to the JavaScript ESLint setup
new fb8b128 Remove references to window
The 14 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 | 26 ++--
.gitignore | 2 +
README.md | 2 +-
babel.config.js | 12 +-
package.json | 3 +-
packages/apache-annotator/package.json | 19 +--
.../apache-annotator/src/{dom/index.ts => dom.ts} | 0
packages/apache-annotator/src/index.ts | 22 ---
.../src/{selector/index.ts => selector.ts} | 0
packages/apache-annotator/tsconfig.json | 2 +-
packages/dom/package.json | 3 +-
.../test/highlight-range/highlight-range.test.ts | 2 +-
packages/dom/test/text-position/describe.test.ts | 2 +-
packages/dom/test/text-position/match.test.ts | 2 +-
packages/dom/test/text-quote/describe.test.ts | 2 +-
packages/dom/test/text-quote/match.test.ts | 2 +-
packages/selector/package.json | 3 +-
tsconfig.base.json | 2 +-
tsconfig.json | 9 +-
tsconfig.json => tsconfig.test.json | 6 +-
typedoc.json | 3 +
yarn.lock | 148 ++++++++++++++++++++-
23 files changed, 184 insertions(+), 89 deletions(-)
rename packages/apache-annotator/src/{dom/index.ts => dom.ts} (100%)
delete mode 100644 packages/apache-annotator/src/index.ts
rename packages/apache-annotator/src/{selector/index.ts => selector.ts} (100%)
copy tsconfig.json => tsconfig.test.json (54%)
create mode 100644 typedoc.json