Azure / autorest.typescript

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

Update dependencies in generated package.json without overwriting customer's dependencies #110

Open ghost opened 6 years ago

ghost commented 6 years ago

@fearthecowboy just added support to AutoRest to updating an existing file without overwriting it completely. This might allow us to read a customer's existing package.json and to update just the properties we care about while leaving the other (probably customer specific) properties alone.

joheredi commented 3 years ago

This is also related to https://github.com/Azure/autorest.typescript/issues/737