backfill-duplicate-comments.ts and auto-close-duplicates.ts have unnecessary declare global blocks
Resolved 💬 1 comment Opened May 23, 2026 by giruuuuj Closed Jun 23, 2026
Bug\n\nscripts/backfill-duplicate-comments.ts lines 3-7 and scripts/auto-close-duplicates.ts lines 3-7 use 'declare global { var process: { env: ... } }' which is unnecessary when running under Bun, which has process.env natively.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗