Merged
Conversation
Fix JSR API documentation which was showing empty/broken links due to deno doc --lint validation errors. The lint was failing because: 1. @inheritdoc tag is not recognized by deno doc --lint 2. Exported symbols were missing JSDoc comments 3. Type properties needed explicit type annotations Changes: - Replace all @inheritdoc with full JSDoc comments - Add JSDoc to all exported class constructors, methods, and properties - Add explicit type annotations (e.g., `public readonly type: TransformationType`) - Add JSDoc to interface properties Files modified (47 files): - Diagnostics: DiagnosticsCollector.ts - Formatters: OutputFormatter.ts - Transformations: 14 transformation files - Compilers: SourceCompiler.ts, FilterCompiler.ts, IncrementalCompiler.ts, HeaderGenerator.ts - Platform: WorkerCompiler.ts, PlatformDownloader.ts, HttpFetcher.ts, etc. - Services: FilterService.ts, TransformationRegistry.ts - Utils: EventEmitter.ts, ErrorUtils.ts, Benchmark.ts, StringUtils.ts - Plugins: PluginSystem.ts - Diff: DiffReport.ts - Downloader: FilterDownloader.ts Results: - deno doc --lint: 0 errors (down from 188) - deno publish --dry-run: Success - All 832 tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add comprehensive analytics tracking using Cloudflare Analytics Engine: - Create AnalyticsService with typed event tracking for compilation requests, cache hits/misses, rate limiting, and workflow execution - Add Analytics Engine binding to Env interface (optional for graceful degradation) - Integrate analytics tracking into worker endpoints for API metrics - Add workflow tracking to CompilationWorkflow, BatchCompilationWorkflow, CacheWarmingWorkflow, and HealthMonitoringWorkflow - Include privacy-conscious utilities (IP hashing, UA categorization) - Add comprehensive documentation with SQL query examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Run deno fmt to fix formatting issues in: - src/services/index.ts - reorder exports alphabetically - src/services/AnalyticsService.ts - collapse multiline ternary chains 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
adblock-compiler | c712be4 | Jan 15 2026, 10:27 AM |
|
Version bumped: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.