Use :root
as a special value representing the root of the given context
#238
Labels
:root
as a special value representing the root of the given context
#238
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 aString
, and nothing else):config.component_dirs.add(:root)
component_dir.namespaces.add(:root, ...)
import, from: OtherContainer, as: :root
The text was updated successfully, but these errors were encountered: