protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

fix illegal value '['

Open littledu opened this issue 4 years ago • 0 comments

Hello, we have the following custom extensions:

message Role {
    optional uint32 role_type     = 1 [(dry.pblint.rules).uint32 = {in: [0, 1]}];
}

and then this error will be reported.

illegal value '['

I tried to fix it, please check if it is possible, thank you.

littledu avatar Dec 15 '19 07:12 littledu