You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many linters and related tools expect newlines at the end of files. As far as I can tell, ts-rs does not add one to generated .ts files, which I wouldn't necessarily classify as a bug but I think that it's more surprising to not have one than to have one.
To Reproduce
Generate any new .ts files.
Expected behavior
Generated .ts files have a newline at the end.
Screenshots
N/A
Version
8.1.0
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Many linters and related tools expect newlines at the end of files. As far as I can tell,
ts-rs
does not add one to generated.ts
files, which I wouldn't necessarily classify as a bug but I think that it's more surprising to not have one than to have one.To Reproduce
Generate any new
.ts
files.Expected behavior
Generated
.ts
files have a newline at the end.Screenshots
N/A
Version
8.1.0
Additional context
N/A
The text was updated successfully, but these errors were encountered: