VUE_GabenParadise/node_modules/protobufjs/google/protobuf/source_context.proto

8 lines
98 B
Protocol Buffer
Raw Normal View History

2020-08-10 12:35:19 +00:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}