Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 274 Bytes

fix-namespace-in-blockless-2024-6-30-10-29-59.md

File metadata and controls

14 lines (13 loc) · 274 Bytes
changeKind packages
fix
@typespec/compiler

Allow using compact namespace form Foo.Bar when inside another namespace

namespace MyOrg.MyProject {
  namespace MyModule.MySubmodule { // <-- this used to emit an error
    // ...
  }
}