Skip to content

Commit e9057ed

Browse files
feat: integrate AdBlock Compiler and add documentation page
- Update TypeScript compiler to reference @jk-com/adblock-compiler from JSR - Replace all @adguard/hostlist-compiler imports with @jk-com/adblock-compiler - Add comprehensive AdBlock Compiler documentation page to website - Update homepage and getting-started page with AdBlock Compiler links - Document production features: compression, circuit breaker, batch API, visual diff - Include Web UI and API endpoint information - Add feature comparison table between original and AdBlock Compiler Co-Authored-By: Warp <agent@warp.dev>
1 parent fbe6e4b commit e9057ed

15 files changed

Lines changed: 491 additions & 458 deletions

src/rules-compiler-typescript/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"node:crypto": "node:crypto",
3232
"yaml": "npm:yaml@^2.8.2",
3333
"@iarna/toml": "npm:@iarna/toml@^2.2.5",
34-
"@adguard/hostlist-compiler": "npm:@adguard/hostlist-compiler@^1.0.39",
34+
"@jk-com/adblock-compiler": "jsr:@jk-com/adblock-compiler@^0.6.0",
3535
"chalk": "npm:chalk@^5.6.2",
3636
"cli-table3": "npm:cli-table3@^0.6.5",
3737
"ora": "npm:ora@^9.0.0",

0 commit comments

Comments
 (0)