Commit 69277eb
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.md1 parent 06e600c commit 69277eb
18 files changed
Lines changed: 55 additions & 382 deletions
File tree
- scripts
- lib
- src/lib
- simplify
- test
- unit
- types/lib/simplify
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
0 commit comments