backfill-duplicate-comments.ts and auto-close-duplicates.ts have unnecessary declare global blocks
Status Closed — not planned
Maintainer reply None cached
Activity 2 comments · opened May 23, 2026 · 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 2 comments on GitHub. Read the full discussion on GitHub ↗