Skip to content

Commit 69277eb

Browse files
committed
chore: address maintainer review feedback (round 4)
- delete unused tokenizeOursSimple and the now-redundant tokenizer-vs-csstools.mjs (ours already delegates to @csstools/css-tokenizer, so the comparison was circular) - dedupe corpus loading between benchmark.mjs and show-divergences.mjs into scripts/lib/corpus.mjs - drop the type-coverage dependency; strict tsc already covers this and CI never ran the quality script anyway - rename src/lib/type.js to convertUnits.js to stop it reading as a TS-types or CSS-<type> file - document each script's purpose in scripts/README.md
1 parent 06e600c commit 69277eb

18 files changed

Lines changed: 55 additions & 382 deletions

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"scripts": {
2525
"lint": "eslint . && tsc",
2626
"test": "node --test",
27-
"test:mutation": "stryker run",
28-
"quality:type-coverage": "type-coverage --at-least 97.5",
29-
"quality": "pnpm quality:type-coverage && pnpm lint"
27+
"test:mutation": "stryker run"
3028
},
3129
"author": "Andy Jansson",
3230
"license": "MIT",
@@ -46,7 +44,6 @@
4644
"fast-check": "^4.7.0",
4745
"postcss": "^8.5.15",
4846
"prettier": "^3.8.4",
49-
"type-coverage": "^2.29.7",
5047
"typescript": "~6.0.3"
5148
},
5249
"dependencies": {

0 commit comments

Comments
 (0)