refactor(query): route axios isVue flag through the framework adapter#3631
refactor(query): route axios isVue flag through the framework adapter#3631daugvinasr wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThe ChangesFrameworkAdapter Interface Refactor and Centralization
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
f9e2ec5 to
b5b840e
Compare
b5b840e to
5f39046
Compare
5f39046 to
555960d
Compare
Please review using
Hide Whitespaceotherwise you will see many changed files.This PR replaces the raw
isVueingenerateAxiosRequestFunctionwith the existing FrameworkAdapter. Vue's prop-transform, unref, and callback-wrapping behavior is now through adapter methods. This lets the four identical copies ofgenerateRequestFunctioncollapse into a single shared default.With next release where we want to do breaking changes we should discuss dropping
unreffrom axios, as fetch and axios now behave differently and cause this code mess internally.axios
fetch
Summary by CodeRabbit