This is an automated email from the ASF dual-hosted git repository.

randall pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


    from 5b19264  Reflect branch rename master→main
     add b9fec4a  Upgrade Mocha from v8.0.1 to v9.1.3
     add 15b16b8  Replace chai with built-in strict assert
     add 6b1e40b  Require file extensions on relative imports
     add 69b870d  Run tests with real ECAMAScript modules
     add 071b4e6  Add Node.js v17 to top-level engines field
     add c65a41f  Add Node.js v17 to workspace engines fields
     add c8c1133  Resolve extensions on relative imports for webpack
     add 6aa9d88  Allow Babel to use ECMAScript helpers in the test environment
     add b5be43d  Report coverage for all files with c8
     add 310ea6a  Use simpler syntax for module resolution aliases
     add bed5006  Fix module resolver alias to work on Windows again
     new 0821e06  Merge pull request #117 from apache/esm-tests

The 1 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                                       |   2 +-
 .gitignore                                         |   1 -
 .mocharc.js                                        |   3 +-
 babel-register.js                                  |  26 -
 babel.config.js                                    |  41 +-
 nyc.config.js                                      |  29 -
 package.json                                       |  18 +-
 packages/apache-annotator/package.json             |   2 +-
 packages/dom/package.json                          |   4 +-
 packages/dom/src/css.ts                            |  10 +-
 packages/dom/src/highlight-text.ts                 |   4 +-
 packages/dom/src/index.ts                          |  10 +-
 packages/dom/src/normalize-range.ts                |   2 +-
 packages/dom/src/optimal-select.d.ts               |  31 -
 packages/dom/src/range/index.ts                    |   2 +-
 packages/dom/src/range/match.ts                    |   6 +-
 packages/dom/src/text-node-chunker.ts              |   6 +-
 packages/dom/src/text-position/describe.ts         |   6 +-
 packages/dom/src/text-position/index.ts            |   4 +-
 packages/dom/src/text-position/match.ts            |   2 +-
 packages/dom/src/text-quote/describe.ts            |   6 +-
 packages/dom/src/text-quote/index.ts               |   4 +-
 packages/dom/src/text-quote/match.ts               |   2 +-
 packages/dom/src/to-range.ts                       |   2 +-
 packages/dom/test/css/describe.test.ts             |   8 +-
 packages/dom/test/css/match.test.ts                |   8 +-
 .../dom/test/highlight-text/highlight-text.test.ts |   8 +-
 packages/dom/test/range/cartesian.test.ts          |   8 +-
 packages/dom/test/text-position/describe.test.ts   |   8 +-
 packages/dom/test/text-position/match-cases.ts     |   2 +-
 packages/dom/test/text-position/match.test.ts      |  10 +-
 packages/dom/test/text-quote/describe-cases.ts     |   2 +-
 packages/dom/test/text-quote/describe.test.ts      |  12 +-
 packages/dom/test/text-quote/match-cases.ts        |   2 +-
 packages/dom/test/text-quote/match.test.ts         |  10 +-
 packages/dom/test/utils.ts                         |   4 +-
 packages/selector/package.json                     |   2 +-
 packages/selector/src/index.ts                     |   8 +-
 packages/selector/src/text/code-point-seeker.ts    |   4 +-
 .../selector/src/text/describe-text-position.ts    |   8 +-
 packages/selector/src/text/describe-text-quote.ts  |  12 +-
 packages/selector/src/text/index.ts                |  10 +-
 packages/selector/src/text/match-text-position.ts  |   8 +-
 packages/selector/src/text/match-text-quote.ts     |   4 +-
 packages/selector/src/text/seeker.ts               |   4 +-
 test/data-model.test.ts                            |   4 +-
 test/package.json                                  |   3 +
 tsconfig.base.json                                 |   3 +-
 yarn.lock                                          | 877 ++++++++-------------
 49 files changed, 495 insertions(+), 757 deletions(-)
 delete mode 100644 babel-register.js
 delete mode 100644 nyc.config.js
 delete mode 100644 packages/dom/src/optimal-select.d.ts
 create mode 100644 test/package.json

Reply via email to