-
Notifications
You must be signed in to change notification settings - Fork 18
Ignores syntax declaration #6
Copy link
Copy link
Open
Description
It appears that this loader might ignore syntax declarations (unless I'm using it wrong?).
At the top of my foo.proto I have:
syntax = "proto3";This gets ignored / dropped by proto-loader.
As a temporary work around, I'm using:
var schema = require('./foo.proto');
schema.syntax = "proto3";Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels