Converted Koenig DOM cleaner to TypeScript#28236
Conversation
no ref This change should have no user impact. It converts the `cleanDOM` function to TypeScript. It also had some type errors (using nodes instead of elements), which this fixes.
|
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 (2)
💤 Files with no reviewable changes (1)
WalkthroughThis PR migrates the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
Actionable comments posted: 0 |
no ref
This change should have no user impact. It converts the
cleanDOMfunction to TypeScript. It also had some type errors (using nodes instead of elements), which this fixes.