-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix: upgrade to swc_ecma_parser 27 #31427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis PR adds support for two new JSON-like media types—Jsonc and Json5—throughout the codebase. The MediaType variant numeric codes are reordered to accommodate these additions. Multiple dependencies are bumped to newer versions, including deno_ast, deno_cache_dir, deno_doc, deno_graph, deno_lint, deno_media_type, eszip, and dprint-plugin-typescript. String handling is updated to use Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (23)
🧰 Additional context used📓 Path-based instructions (2)**/*.rs📄 CodeRabbit inference engine (CLAUDE.md)
Files:
cli/tools/**/*.rs📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📚 Learning: 2025-11-24T16:19:37.808ZApplied to files:
📚 Learning: 2025-11-24T16:19:37.808ZApplied to files:
📚 Learning: 2025-11-24T16:19:37.808ZApplied to files:
📚 Learning: 2025-11-24T16:19:37.808ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
🔇 Additional comments (36)
Comment |
no-const-assignto therecommendedset deno_lint#1466Closes #30697
Closes #31027