-
Notifications
You must be signed in to change notification settings - Fork 742
Replace structuredClone #6065
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
base: main
Are you sure you want to change the base?
Replace structuredClone #6065
Conversation
Deploying windmill with
|
Latest commit: |
065b0ef
|
Status: | ✅ Deploy successful! |
Preview URL: | https://7f636da9.windmill.pages.dev |
Branch Preview URL: | https://replace-structure-clone.windmill.pages.dev |
/ai Replace all structuredClone(x), structuredClone($state.snapshot(x)) and structuredClone(stateSnapshot(x)) with clone(x) defined in frontend/src/lib/utils.ts |
Claude encountered an error —— View job Replacing structuredClone with clone()
I'll replace all instances of Todo List:
Found 101 total occurrences:
Starting replacements across multiple files... |
/ai Replace all structuredClone(x), structuredClone($state.snapshot(x)) and structuredClone(stateSnapshot(x)) with clone(x) defined in frontend/src/lib/utils.ts |
Claude finished @diegoimbert's task —— View job ✅ Task Completed: Replace structuredClone with clone()Successfully replaced all instances of Todo List:
🎉 Summary✅ Total: 101/101 structuredClone patterns replaced 📊 Files Modified: 46 files across the frontend
🔧 Changes Made:
✅ Validation: Frontend builds successfully with only minor warnings ✅ Committed: SHA 065b0ef The |
- Replace structuredClone($state.snapshot(x)) with clone(x) - Replace structuredClone(stateSnapshot(x)) with clone(x) - Replace structuredClone(x) with clone(x) - Add clone import to 40+ files - Remove unused stateSnapshot imports - Fix syntax errors and import conflicts Total: 101 structuredClone patterns replaced across codebase 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Diego Imbert <[email protected]>
No description provided.