VUE_GabenParadise/node_modules/protobufjs/google/protobuf/source_context.proto
2020-08-10 14:35:19 +02:00

8 lines
98 B
Protocol Buffer

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