Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Enhanced library: provide better mechanism for preserving manual edits #27

@telpirion

Description

@telpirion

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:

  1. Generate a fresh version of the client library with updates to the service
  2. Update the index.ts file as part of library generation
  3. Preserve any manual edits to index.ts
  4. 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.

Metadata

Metadata

Assignees

Labels

api: vertex-aiIssues related to the googleapis/nodejs-ai-platform API.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions