Skip to content

Allowing protobuf version and import statements in .proto files to use single quotes in addition to double quotes#44

Open
PresNCode wants to merge 1 commit intomafintosh:masterfrom
PresNCode:master
Open

Allowing protobuf version and import statements in .proto files to use single quotes in addition to double quotes#44
PresNCode wants to merge 1 commit intomafintosh:masterfrom
PresNCode:master

Conversation

@PresNCode
Copy link
Copy Markdown

Allowing protobuf version and import statements in .proto files to use single single quotes instead of only double quotes (e.g. allow version = 'proto2';, which is supported by the google javascript protoc compiler but not by this package). This is just a QoL improvement, and should not have a functional impact- it just lets users who have .proto files using single quotes where allowed by the protoc compiler to not have to change them in order to use this package.

…e single quotes instead of only double quotes (e.g. allow _version = 'proto2';_, which is supported by the google javascript protoc compiler but not by this package
@gilly3
Copy link
Copy Markdown

gilly3 commented Apr 7, 2022

I would love to see this merged. Seems like a low-risk change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants