This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch dom-tests
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
discard 99dc58f Add some licence headers.
discard fdc6b4a Simplify demo’s use of describeTextQuote
discard 9c9d2fa Organise folder structure
discard 82f0a27 Rename test files to end with '.test.ts'
discard eb791b7 Test with custom/empty scopes and fix revealed mistakes
discard da1981a Make match & describe handle empty quotes ‘correctly’
discard 51cbe8d Fix & simplify implementation of describeTextQuote
discard 380fbe4 Some fixes to satisfy tests
discard eab9ebd Simple (but failing!) tests for minimal prefix+suffix
discard 34ab9c7 Test if describe inverts test cases for match
discard d4d5602 Move test cases into own file
discard c9643a9 Add tests with prefix, suffix, no matches
discard 6a09edf Remove superfluous seek, tidy up code
discard f57efc7 Simplify skipping of empty text nodes
discard be49aa2 Fix failing test case
discard a07e791 Remove dom-node-iterator polyfill
discard 76cc9c8 Update to dom-seek v5, improve its type declaration
discard f9008da Make reporting of failed tests more readable.
discard 68e16db More tests — some failing
discard e8f2ad9 Refactor helper functions
discard a956d31 Add a few more cases.
discard 356c526 Simplify that a lot.
discard e79b5ab Use XPaths to serialise Ranges
discard 2a98530 First test for text quote matching
discard fb9c491 Set up jsdom in mocha to test dom package
discard 75e9b26 remove forgotten register-assert
discard 62ee6ce Fix handling ownerDocument, fix Range type test
discard d191c97 Use strict typecheck mode & fix issues
discard 7927118 Improve tsconfig, add separate one for tests
discard ffab951 tweak type: Generator→Iterable
discard 0fb4fb6 Convert tests to typescript
discard cfd8e46 Add missing licence notices
discard 29a25a1 Split text-quote into two files
discard 18a7158 Convert code to typscript
discard 3d8739d Configure for typescript
add c6beefd Extract husky configuration
add ac96d21 Only redefine dist based on tag presence
add 946fd38 Create distributions with git clone
add 00eb8cd Merge pull request #76 from apache/clone-dist
add 39cdf61 Separate lint and test make targets
add 3c113f5 Remove extraneous semicolon
add 6e668f7 Do not fix lint errors with yarn lint
add 2f7a7d3 Add license header to .eslintrc.js
add 2b8e8c2 Add license header to husky.config.js
add ac3b5bd Update .ratignore
add f30d0f3 Update babel to solve build error on node 14
add dc674c4 Create dist clones without a specified branch
add 1fb8be2 Add versionsort.suffix config to dist clones
add 43f8198 Link in demo to its source code.
add aaab3fd Configure for typescript
add 790266b Convert code to typscript
add d5dac85 Split text-quote into two files
add f1877bd Add missing licence notices
add 791b9f6 Convert tests to typescript
add 5ed37ef tweak type: Generator→Iterable
add 3bc01cb Improve tsconfig, add separate one for tests
add 1693ffe Use strict typecheck mode & fix issues
add 4eb4e90 Fix handling ownerDocument, fix Range type test
add 68e3519 remove forgotten register-assert
add 353d041 Merge branch 'typescript'
add 127986b Set up jsdom in mocha to test dom package
add 44691fd First test for text quote matching
add 2e2ddcd Use XPaths to serialise Ranges
add f124bc4 Simplify that a lot.
add 4d25cfc Add a few more cases.
add e4bf6ae Refactor helper functions
add f4f3755 More tests — some failing
add 6e89537 Make reporting of failed tests more readable.
add 69bfb00 Update to dom-seek v5, improve its type declaration
add 786cc22 Remove dom-node-iterator polyfill
add 8f4251c Fix failing test case
add 040d860 Simplify skipping of empty text nodes
add 84aedb0 Remove superfluous seek, tidy up code
add a260449 Add tests with prefix, suffix, no matches
add f9a9467 Move test cases into own file
add ab005d5 Test if describe inverts test cases for match
add a1e7eb2 Simple (but failing!) tests for minimal prefix+suffix
add bf22fe2 Some fixes to satisfy tests
add 771b9a3 Fix & simplify implementation of describeTextQuote
add 1ae61df Make match & describe handle empty quotes ‘correctly’
add 0685f6b Test with custom/empty scopes and fix revealed mistakes
add e5b7c8e Rename test files to end with '.test.ts'
add dd005d5 Organise folder structure
add e39f489 Simplify demo’s use of describeTextQuote
add 186fb93 Add some licence headers.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (99dc58f)
\
N -- N -- N refs/heads/dom-tests (186fb93)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.eslintrc.js | 21 +
.ratignore | 4 +-
Makefile | 51 +-
.mocharc.js => husky.config.js | 5 +-
package.json | 19 +-
web/demo/index.html | 1 +
web/demo/index.js | 2 +-
yarn.lock | 1578 +++++++++++++++++++++-------------------
8 files changed, 888 insertions(+), 793 deletions(-)
copy .mocharc.js => husky.config.js (92%)