WebApiToTypeScript
WebApiToTypeScript copied to clipboard
Generated TypeScript definitions sometimes get reordered on different build machines
trafficstars
Output of the typescript generator is not completely deterministic. It appears that, on different machines, it sometimes generates definitions in different order. This causes spurious file modifications and merge conflicts if generated files are kept in source control.
It is not clear in what exact circumstances this happens.