Files
fusion/plugins
Semih 52ea986460 plugin(telemetry-watcher): collapse to single index.ts for ESM load
Fusion's plugin loader imports source files directly via Node 22 ESM
without a TS loader, so relative imports like "./internal/dedup.js"
fail at runtime: there's no compiled .js artifact and Node won't fall
back to .ts. Inline severity classifier, dedup cache, rate limiter,
and Grafana parser into the single entry file. Tests now import named
exports from "../index.js" directly. The Phase-2 split into separate
source files can come back once fusion adds a TS-aware plugin loader.

All 14 unit tests still pass. Behavior unchanged.
2026-05-10 09:13:21 +00:00
..
2026-04-26 12:24:08 -07:00