earlyErrorBufferLengthForTest top-level property

  1. @visibleForTesting
int get earlyErrorBufferLengthForTest

Test-only access to the current buffered-error count (Issue 16/82).

Implementation

@visibleForTesting
int get earlyErrorBufferLengthForTest => _earlyErrorBuffer.length;