RSSHub/scripts/workflow
DIYgod d40f812563
refactor: deploy all routes to Cloudflare Workers (#20809)
- Remove Worker-specific route filtering (worker_namespaces) to include all 1537 namespaces in Worker builds
- Remove popularity analytics logic (foloAnalysisTop100) as Worker can now handle all routes
- Update node:child_process alias in tsdown config to use dedicated shim file
- Inline child_process shim in node-module.ts to avoid import cycles
- Fix tough-cookie import in telecompaper route (use named import CookieJar)
- Remove ESModule rules from wrangler.toml (not needed)

This enables full RSSHub functionality on Cloudflare Workers with no memory/size limitations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-04 17:33:55 +08:00
..
test-issue style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
test-route fix(test): improve error handling and label management in route testing 2025-07-12 03:08:28 +08:00
build-docs.ts refactor: generate JSON data for namespace-centric docs (#20807) 2026-01-04 11:50:51 +08:00
build-routes.ts refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +08:00
data.ts chore: add popular category 2024-05-19 23:00:43 +08:00