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
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
The enhanced version of this library includes manual edits to the src/index.ts file that may be overwritten during generation. Right now, the synth.py file excludes this file from generation, which means that the index file might miss updates to the service.
We need to develop a way to:
Generate a fresh version of the client library with updates to the service
Update the index.ts file as part of library generation
Preserve any manual edits to index.ts
Do all of the above without adding post-processing steps to synth.py
One suggestion is that we generate the library into a separate folder.
The enhanced version of this library includes manual edits to the
src/index.tsfile that may be overwritten during generation. Right now, thesynth.pyfile excludes this file from generation, which means that the index file might miss updates to the service.We need to develop a way to:
One suggestion is that we generate the library into a separate folder.