You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All compilers use [@jk-com/adblock-compiler](https://github.com/jaypatrick/hostlistcompiler) with **built-in security validation** and support:
47
+
All compilers use **[@jk-com/adblock-compiler](https://github.com/jaypatrick/hostlistcompiler)** - a modern, SOLID-compliant TypeScript package distributed via JSR. [📘 See comprehensive guide →](docs/guides/adblock-compiler-guide.md)
48
+
49
+
**Why @jk-com/adblock-compiler?**
50
+
- ✨ **SOLID Architecture**: 8+ specialized classes following Single Responsibility Principle
51
+
- 🔧 **Dependency Injection**: Full DI support for testability and customization
52
+
- 📘 **Superior Type Safety**: Complete TypeScript interfaces with JSDoc coverage
53
+
- ⚡ **Performance Optimized**: Improved pattern matching and rule processing
54
+
- 🎯 **Better Error Handling**: Descriptive errors with context and suggestions
55
+
- 📦 **JSR Distribution**: Modern registry with better dependency management
56
+
57
+
**Compilation Features:**
48
58
-**All 11 transformations**: Deduplicate, Validate, RemoveComments, Compress, RemoveModifiers, etc.
49
59
-**Multi-format config**: JSON, YAML, and TOML configuration files
0 commit comments