Kyle Johnson
Results
2
issues of
Kyle Johnson
Changing from QualifiedIdentifier to Variable allows the for-in loop to have this syntax: for TSomeType(VarName) in Collection do So then the VarName can be of a different type than the...
In the below snippet: ```css /* * Some comment... */ body InlineCssComponentName { font-size: 11px; } ``` the inline CSS component won't replace the component name `InlineCssComponentName` with the generated...