Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177
stars
75
forks
source link
Should we have prettier and formatting commands in generated non-azure projects #2700
We have the following now. The questions is whether we want to include "prettier" as a dev dependency and the two formatting scripts in non-AzureMonorepo packages.
If we almost always re-generate code, it then makes sense to let codegen format the generated code, without needing scripts that customer would run manually.
We have the following now. The questions is whether we want to include "prettier" as a dev dependency and the two formatting scripts in non-AzureMonorepo packages.
If we almost always re-generate code, it then makes sense to let codegen format the generated code, without needing scripts that customer would run manually.