We can use this for at least these three places (and we can add type checking to require that the given value is either :root or a String, and nothing else):
config.component_dirs.add(:root)
component_dir.namespaces.add(:root, ...)
import, from: OtherContainer, as: :root
We can use this for at least these three places (and we can add type checking to require that the given value is either
:rootor aString, and nothing else):config.component_dirs.add(:root)component_dir.namespaces.add(:root, ...)import, from: OtherContainer, as: :root