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
accessBoundary: Avoid forcing completion when possible
Calling `this.flags` requires completing the denotation, but directly
caling `is(...)` doesn't if the flags are FromStartFlags/AfterLoadFlags.
Most calls to `accessBoundary` will still require forcing because of
the call to `privateWithin`, this is fixed by the next few commits by
making `privateWithin` require less forcing.
0 commit comments