Commit 9ed25c3
fix(bench): drop esm.sh dts for object-hash to unbreak CI type-check
The object-hash bench import pulled @types/object-hash via esm.sh, whose
CommonJS `export =` (no synthetic default) makes a fresh Deno type-check
fail with TS1192 — turning main red regardless of the PR. The types aren't
used in the benchmark, so `?no-dts` drops them and keeps CI deterministic.
Verified: `deno check --reload` passes and the benchmark still runs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6885b71 commit 9ed25c3
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
0 commit comments