Files
oops-framework/node_modules/protobufjs/google/protobuf/source_context.proto
2022-04-25 14:51:29 +08:00

8 lines
98 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}