You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blockio: expose serialHasBlockIO from an internal module
We use `serialHasBlockIO` in the `sim` sub-library and so we have to expose it
somewhere, but we'd actually prefer it if it was not part of the public API.
Exposing it only from an internal module makes it clear that it should ideally
not be used by users.
0 commit comments