Parent
Parent PRD: #5
What to build
Add short top-level aliases for global enum containers so a global enum can be looked up with either its fully-qualified name or short name. For example, gdoc JoyButton should resolve to the same enum documentation as gdoc @GlobalScope.JoyButton. Alias behavior should be deterministic and should not unexpectedly overwrite unrelated non-enum symbols.
Acceptance criteria
Blocked by
Parent
Parent PRD: #5
What to build
Add short top-level aliases for global enum containers so a global enum can be looked up with either its fully-qualified name or short name. For example,
gdoc JoyButtonshould resolve to the same enum documentation asgdoc @GlobalScope.JoyButton. Alias behavior should be deterministic and should not unexpectedly overwrite unrelated non-enum symbols.Acceptance criteria
JoyButtonresolves to the same user-facing enum documentation as@GlobalScope.JoyButton.Blocked by