archive/js/events.js defined a 10-line debounce function inside the events IIFE that was never called anywhere in archive/. Dead code, confirmed by grepping the whole archive/ tree for debounce(. The plan was to extract debounce to shared/util.js so this file and mdedit/js/utils.js could share one implementation, but mdedit's debounce has only one caller (editor.js) so a shared abstraction would be premature. Just delete the dead copy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.js | ||
| directory.js | ||
| drag-drop.js | ||
| events.js | ||
| export.js | ||
| filtering.js | ||
| hash.js | ||
| init.js | ||
| parser.js | ||
| presets.js | ||
| source.js | ||
| table.js | ||
| url-state.js | ||