property FilterCompilerOptions.events

Compiler-level event handlers for observability.

These fire at source and compilation boundaries. For per-transformation hooks (including async hooks and error hooks) use hookManager instead.

Type

See

Usage

import { type FilterCompilerOptions } from ".";