You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
The entryPoint option needs to be documented in the as-thrift documentation. Specifically, we need to call out that relative paths only work with the entryPoint documents.
We should also document the idls option that allows the user to read all the sources themselves and provide them in an object where the keys represent the relative path.
Lastly, it might be worth having a better error when trying to load a file with the source option when the source itself contains relative includes.
We have built a library where we feed in the source of the idl file, but all the relative includes fail. I think entryPoint attribute could be useful here. I will try to add documentation in case you guys are ok.
The
entryPoint
option needs to be documented in the as-thrift documentation. Specifically, we need to call out that relative paths only work with the entryPoint documents.We should also document the
idls
option that allows the user to read all the sources themselves and provide them in an object where the keys represent the relative path.Lastly, it might be worth having a better error when trying to load a file with the
source
option when the source itself contains relative includes.@kriskowal
The text was updated successfully, but these errors were encountered: