Number of rules at the time the hook is called.
- In
beforeTransformhooks this equals the input rule count for the current transformation. - In
onErrorhooks this equals the input count at the point of failure. - In
afterTransformhooks this equals the output count; useinputCount/outputCounton the extended context instead for clarity.