This causes it to fail: ```ts namespace Name {} const Name = {} ``` Which is valid TS. Context: using it in [Wuchale](https://wuchale.dev) for TypeScript code, but it breaks when running into this.