better_effect_analyzer 0.4.0
·
38 commits
to main
since this release
Published on pub.dev: https://pub.dev/packages/better_effect_analyzer/versions/0.4.0
- Child Runtime Modules discovered through
Runtime.forkand statically visible
BetterEffectFeatureScopeboundaries are modeled as scoped environments rather
than application roots. - Scoped feature Modules retain local duplicate, compatibility, cycle, and
resource-order validation while requirements supplied by a parent Runtime stay
external to the child graph. - Manual
Runtime.forkvalues now participate in the existing
runtime_started_without_closeownership diagnostic.