budgielang / ts-budgie

Converts TypeScript code to Budgie. 🦜
https://budgielang.org
MIT License
2 stars 0 forks source link

Respect namespacing for import paths and exclude the actual file #57

Open JoshuaKGoldberg opened 5 years ago

JoshuaKGoldberg commented 5 years ago

See, for example, ImportCommand.ts in GLS.

Actual file start printed:

file start : Src Rendering Commands Importcommand

What it should be (expected):

file start : Gls Rendering Commands