Open
Description
I'm using protobuf-es from Deno, using the script I linked to over here: #293 (comment)
The TypeScript output on Windows and macOS has some whitespace differences. In comments like this:
/**
* Comment followed by an empty line.
*
* Another comment.
*/
the *
characters on a single line have a trailing space on macOS, and none on Windows.
It's a minor issue, but is a bit of an annoyance if I'm regenerating the file on different computers. Makes for noisy git diffs.
Metadata
Assignees
Labels
No labels
Activity