devongovett / protobuf-jsonschema

Compiles Protobuf IDL to JSON Schema
119 stars 37 forks source link

Allow proto import paths relative to the working directory #7

Open yaronassa opened 5 years ago

yaronassa commented 5 years ago

When trying to follow an import, and failing a with a path relative to the current file, attempt to resolve the path relative to the current working directory

yaronassa commented 5 years ago

This solves a possible issue where the protobuf import statements are relative to a base path. The current behaviour results in trying to import the wrong resolved path.