enso/distribution/lib/Standard/Base
Hubert Plociniczak 1bc14252df
Extract mutable builder from ModuleScope (#9914)
Refactored mutable parts of `ModuleScope` into builder to make it easier to reduce unnecessary locks.

# Important Notes
Elements of ModuleScope (types, imports etc) are used while _building_ of it may still be in progress. In order to make static typing happy, every `ModuleScope.Builder` can be exposed as (unmodifiable) `ModuleScope`.
2024-06-05 16:57:08 +00:00
..
0.0.0-dev Extract mutable builder from ModuleScope (#9914) 2024-06-05 16:57:08 +00:00