News

In Python, you can imagine a namespace as a mapping of every name you have defined to corresponding objects. Different namespaces can co-exist at a given time but are completely isolated. A namespace ...
Describe the bug Python emitter honors enable-typespec-namespace: true correctly but when I define multiple namespaces in different tsp files. It does not generate it correctly.