TryGhostOSS
    Ghost

Ghost

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Succeeded
    comments-ui-listener-option-typing

    fd5b088a Removed redundant passive option from removeEventListener calls in comments-ui passive is not a valid removeEventListener option (EventListenerOptions only accepts capture) and is ignored on removal. The paired addEventListener calls all use {passive: true} with no capture, so the matching removals only need capture=false, which is the default. Dropping the third argument entirely removes the need for the as any / as EventListenerOptions casts across all 8 listener removals.

    by Steve Larson

    S

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools