chore(apps): refactor deno-runtime imports#41103
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #41103 +/- ##
===========================================
- Coverage 69.16% 69.15% -0.02%
===========================================
Files 3433 3433
Lines 132323 132323
Branches 23087 23075 -12
===========================================
- Hits 91518 91502 -16
- Misses 37455 37468 +13
- Partials 3350 3353 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
6a4ec10 to
15031fa
Compare
…o-runtime Remove .ts extensions from relative imports and replace the require(...) helper pattern with direct ESM imports, aligning the deno-runtime sources with node-runtime so the two trees converge toward a shared base runtime. Mechanical, no behavior change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15031fa to
810b2c5
Compare
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Related to #41019 #41125