@protobuf-ts/plugin-framework
Version:
framework to create protoc plugins
20 lines (19 loc) • 736 B
JavaScript
export * from './descriptor-info';
export * from './descriptor-registry';
export * from './descriptor-tree';
export * from './generated-file';
export * from './plugin-base';
export * from './source-code-info';
export * from './string-format';
export * from './symbol-table';
export * from './type-names';
export * from './google/protobuf/descriptor';
export * from './google/protobuf/compiler/plugin';
export * from './typescript-compile';
export * from './typescript-comments';
export * from './typescript-import-manager';
export * from './typescript-method-from-text';
export * from './typescript-literal-from-value';
export * from './typescript-enum-builder';
export * from "./typescript-file";
export * from "./typescript-imports";