Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

export protos #664

@alexander-fenster

Description

@alexander-fenster

We need to export protos from the generated src/index.ts:

export * as protos from '../protos/protos';   // works in TypeScript 3.8

import * as protos from '../protos/protos';
export {protos};    // if we are still on 3.7

When this change is made in the generator, we'll need to make a mass PR to apply this to all libraries (including those with manual src/index.ts - e.g. those having multiple versions).

cc: @JustinBeckwith @bcoe

Metadata

Metadata

Labels

type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions