budgielang/ts-budgie

Import and namespace paths should be in PascalCase, not Pascalcase

Opened this issue · 0 comments

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