1. bca65b9 Export all types from @annotator/selector by Randall Leeds · 3 years, 9 months ago
  2. acf90a5 Add extensions to import and require statements in build by Randall Leeds · 3 years, 9 months ago
  3. 710e235 Add type qualifier to type-only imports by Randall Leeds · 3 years, 9 months ago
  4. 21cb6da Remove superfluous .js extension support in nyc by Randall Leeds · 3 years, 9 months ago
  5. 1ba5b4f Commit post-deduplication lockfile changes by Randall Leeds · 3 years, 9 months ago
  6. 675517b Deduplicate lockfile by Randall Leeds · 3 years, 9 months ago
  7. ca3cd02 Add Node.js 13 to CI test matrix by Randall Leeds · 3 years, 9 months ago
  8. 7edcecc Obssessive alphabetizing by Randall Leeds · 3 years, 9 months ago
  9. 06141b0 Add conditional exports by Randall Leeds · 3 years, 9 months ago
  10. f2246af Updated supported Node.js versions by Randall Leeds · 3 years, 9 months ago
  11. 32bba11 Remove baseUrl option in shared TypeScript configuration by Randall Leeds · 3 years, 9 months ago
  12. 924ee09 Include the validation tests in the top-level solution by Randall Leeds · 3 years, 9 months ago
  13. f9db3f2 Remove unnecessary /index in imports by Randall Leeds · 3 years, 9 months ago
  14. fbe4b94 Add TypeScript solution support to scripts by Randall Leeds · 3 years, 9 months ago
  15. a327076 Make .ratignore use the correct syntax by Randall Leeds · 3 years, 9 months ago
  16. 17e1d1a Add tsconfig.base.json to .ratignore by Randall Leeds · 3 years, 9 months ago
  17. 6d03197 Sort .gitignore by Randall Leeds · 3 years, 9 months ago
  18. 1659c20 Include all packages as projects for Typescript ESLint by Randall Leeds · 3 years, 9 months ago
  19. 26df739 Do not lint generated declaration files by Randall Leeds · 3 years, 9 months ago
  20. 7137b54 Enable minimal syntax polyfills in @babel/preset-env by Randall Leeds · 3 years, 9 months ago
  21. db8b26e Target only the latest ECMAScript standard by Randall Leeds · 3 years, 9 months ago
  22. 5a75d7c Remove dangling comma in a tsconfig.json file by Randall Leeds · 3 years, 9 months ago
  23. 6935bfc Make sure selector is built before dom by Randall Leeds · 3 years, 9 months ago
  24. e81082e Target the current node version for running tests by Randall Leeds · 3 years, 9 months ago
  25. bd010e0 Remove plain JavaScript from babel-register by Randall Leeds · 3 years, 9 months ago
  26. 9f584cb Simplify the mocha invocation by ignoring node_modules by Randall Leeds · 3 years, 9 months ago
  27. 9984acf Upgrade Travis environment from xenial to bionic by Randall Leeds · 3 years, 9 months ago
  28. c98dea0 Switch to a solution-style TypeScript configuration by Randall Leeds · 3 years, 9 months ago
  29. ecca786 Run CI tests on Node.js 14 by Randall Leeds · 3 years, 9 months ago
  30. 70a6460 Fix swapped assertion result and expectation by Randall Leeds · 3 years, 9 months ago
  31. d4e2c0f Clean up unnecessary .js and .ts extension options by Randall Leeds · 3 years, 9 months ago
  32. 3430aa5 Enable support for shipped ECMAScript proposals by Randall Leeds · 3 years, 9 months ago
  33. 43307f0 Enable esnext compilation for TypeScript by Randall Leeds · 3 years, 9 months ago
  34. 994fc24 Upgrade typescript from v3.8 to v3.9 by Randall Leeds · 3 years, 9 months ago
  35. 3ea6e80 Upgrade mocha from v7 to v8 by Randall Leeds · 3 years, 9 months ago
  36. 8eaef7c Enable the downlevelIteration TypeScript compiler option by Randall Leeds · 3 years, 9 months ago
  37. c00cf1c Enable @typescript-eslint/explicit-function-return-type rule by Randall Leeds · 3 years, 9 months ago
  38. 5c3c9dc Remove default exports by Randall Leeds · 3 years, 9 months ago
  39. f4c41fc Set @babel/typescript options by Randall Leeds · 3 years, 9 months ago
  40. 3337df7 Use type-only exports where applicable by Randall Leeds · 3 years, 9 months ago
  41. 1b31726 Apply automatic lint fixes by Randall Leeds · 3 years, 9 months ago
  42. 0053b2a Add missing ASL headers by Randall Leeds · 3 years, 9 months ago
  43. defd047 Add tsconfig.json to .ratignore by Randall Leeds · 3 years, 9 months ago
  44. 9de88db Add babel-register.js to ESLint files by Randall Leeds · 3 years, 9 months ago
  45. 6a86565 Make babel-register a little terser by Randall Leeds · 3 years, 9 months ago
  46. 17fb8a5 Upgrade ESLint and Prettier related dependencies by Randall Leeds · 3 years, 9 months ago
  47. 6a614da Lint the highlighter tests by Gerben · 3 years, 9 months ago
  48. 500af96 Support empty ranges in highlighter & demo by Gerben · 3 years, 10 months ago
  49. d4d933c Merge branch 'tweak-highlighter' by Gerben · 3 years, 9 months ago
  50. aa5bd9e Create tests for highlighter by Gerben · 3 years, 9 months ago
  51. d453e3a Support highlighting empty ranges by Gerben · 3 years, 9 months ago
  52. 519b231 Move test utils.ts one folder up by Gerben · 3 years, 9 months ago
  53. 6b38b35 Fix document->doc by Gerben · 3 years, 9 months ago
  54. 9642123 nitpicking by Gerben · 3 years, 10 months ago
  55. cff896a Remove excess space in package.json by Randall Leeds · 3 years, 9 months ago
  56. 35cc009 Apply automatic lint fixes by Randall Leeds · 3 years, 9 months ago
  57. f348d4d Fix lexical scope in switch case by Randall Leeds · 3 years, 9 months ago
  58. d9dcd28 Fix remaining test typecheck failures by Randall Leeds · 3 years, 9 months ago
  59. 1320153 Remove JSON module resolution in TypeScript by Randall Leeds · 3 years, 9 months ago
  60. 58a0421 Use a single tsconfig.json by Randall Leeds · 3 years, 9 months ago
  61. 230c0d2 Use names for inter-package references by Randall Leeds · 3 years, 9 months ago
  62. e59fb15 Lint the webpack config by Randall Leeds · 3 years, 9 months ago
  63. 3aeb518 Do not lint the demo build output by Randall Leeds · 3 years, 9 months ago
  64. 28821d6 Set up TypeScript linting with ESLint by Randall Leeds · 3 years, 9 months ago
  65. 8e24974 Get Babel module resolver working with TypeScript preset by Randall Leeds · 3 years, 9 months ago
  66. 2124faa update yarn.lock by Gerben · 3 years, 11 months ago
  67. 072fb59 Merge branch 'dom-tests' by Gerben · 3 years, 11 months ago
  68. 186fb93 Add some licence headers. by Gerben · 4 years ago
  69. e39f489 Simplify demo’s use of describeTextQuote by Gerben · 4 years ago
  70. dd005d5 Organise folder structure by Gerben · 4 years ago
  71. e5b7c8e Rename test files to end with '.test.ts' by Gerben · 4 years ago
  72. 0685f6b Test with custom/empty scopes and fix revealed mistakes by Gerben · 4 years ago
  73. 1ae61df Make match & describe handle empty quotes ‘correctly’ by Gerben · 4 years ago
  74. 771b9a3 Fix & simplify implementation of describeTextQuote by Gerben · 4 years ago
  75. bf22fe2 Some fixes to satisfy tests by Gerben · 4 years ago
  76. a1e7eb2 Simple (but failing!) tests for minimal prefix+suffix by Gerben · 4 years ago
  77. ab005d5 Test if describe inverts test cases for match by Gerben · 4 years ago
  78. f9a9467 Move test cases into own file by Gerben · 4 years ago
  79. a260449 Add tests with prefix, suffix, no matches by Gerben · 4 years ago
  80. 84aedb0 Remove superfluous seek, tidy up code by Gerben · 4 years ago
  81. 040d860 Simplify skipping of empty text nodes by Gerben · 4 years ago
  82. 8f4251c Fix failing test case by Gerben · 4 years ago
  83. 786cc22 Remove dom-node-iterator polyfill by Gerben · 4 years ago
  84. 69bfb00 Update to dom-seek v5, improve its type declaration by Gerben · 4 years ago
  85. 6e89537 Make reporting of failed tests more readable. by Gerben · 4 years ago
  86. f4f3755 More tests — some failing by Gerben · 4 years ago
  87. e4bf6ae Refactor helper functions by Gerben · 4 years ago
  88. 4d25cfc Add a few more cases. by Gerben · 4 years ago
  89. f124bc4 Simplify that a lot. by Gerben · 4 years ago
  90. 2e2ddcd Use XPaths to serialise Ranges by Gerben · 4 years ago
  91. 44691fd First test for text quote matching by Gerben · 4 years ago
  92. 127986b Set up jsdom in mocha to test dom package by Gerben · 4 years ago
  93. 353d041 Merge branch 'typescript' by Gerben · 3 years, 11 months ago
  94. 68e3519 remove forgotten register-assert by Gerben · 4 years ago
  95. 4eb4e90 Fix handling ownerDocument, fix Range type test by Gerben · 4 years ago
  96. 1693ffe Use strict typecheck mode & fix issues by Gerben · 4 years ago
  97. 3bc01cb Improve tsconfig, add separate one for tests by Gerben · 4 years ago
  98. 5ed37ef tweak type: Generator→Iterable by Gerben · 4 years ago
  99. 791b9f6 Convert tests to typescript by Gerben · 4 years ago
  100. f1877bd Add missing licence notices by Gerben · 4 years ago