We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So far it's decided that v9 is going to have two functions for getting (one for Ref and one for Path).
Let's call them pathGet and refGet and have the path or ref as their first argument. It's good to have their signature like the render* functions.
pathGet
refGet
render*
The text was updated successfully, but these errors were encountered:
Rename get* methods according to #83
490d6a9
refactor params of pathGet() and refGet() to close #83
7c55886
No branches or pull requests
Current behavior
So far it's decided that v9 is going to have two functions for getting (one for Ref and one for Path).
Expected behavior
Let's call them
pathGet
andrefGet
and have the path or ref as their first argument. It's good to have their signature like therender*
functions.The text was updated successfully, but these errors were encountered: