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
Most important are :
super
The text was updated successfully, but these errors were encountered:
https://github.com/ProtoDef-io/ProtoDef/blob/master/schemas/definitions.json#L5 is the only place where it's documented atm do we have super ?
Sorry, something went wrong.
I am so confused about how everything works. According to https://github.com/ProtoDef-io/node-protodef/blob/master/src/utils.js#L1, getField, parses things like "../../some/field"
getField
"../../some/field"
EDIT: Wait no. It actually does this : if it starts with a /, it goes back to the root context. Otherwise, it is relative, just like a normal path.
/
Oh yeah we do handle .. which is super.
..
Ok yes that definitely needs documenting.
No branches or pull requests
Most important are :
super
super
The text was updated successfully, but these errors were encountered: