budgielang / ts-budgie

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

Import and namespace paths should be in PascalCase, not Pascalcase #56

Open JoshuaKGoldberg opened 6 years ago

JoshuaKGoldberg commented 6 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 : Src Rendering Commands ImportCommand