This directory contains the generated messages required for a protoc plugin.
The files are generated by protoc from the .proto files google/protobuf/descriptor.proto and google/protobuf/compiler/plugin.proto from the official protobuf repository, version 3.12.3.
The resulting output files plugin.ts
and descriptor.ts
are copyrighted by google.
The output files can be generated with the make bootstrap
command, which requires protoc
version >= 3.12.3 to be installed with it's accompanying .proto files.