Name Last Update
..
inference Loading commit data...
lib Loading commit data...
README.md Loading commit data...
ancestry.js Loading commit data...
comments.js Loading commit data...
context.js Loading commit data...
conversion.js Loading commit data...
evaluation.js Loading commit data...
family.js Loading commit data...
index.js Loading commit data...
introspection.js Loading commit data...
modification.js Loading commit data...
removal.js Loading commit data...
replacement.js Loading commit data...

Path Traversal

This is the Path Traversal directory.

  • ancestry - Methods that retrieve or validate anything related to the current paths ancestry.
  • context - Methods responsible for maintaing TraversalContexts.
  • conversion - Methods that convert the path node into another node or some other type of data.
  • evaluation - Methods responsible for statically evaluating code.
  • inference - Methods responsible for type inferrence etc.
  • modification - Methods that modify the path/node in some ways.
  • replacement - Methods responsible for replacing a node with another.
  • removal - Methods responsible for removing a node.
  • family - Methods responsible for dealing with/retrieving children or siblings.
  • introspection - Methods responsible for introspecting the current path for certain values.
  • comments - Methods responsible for dealing with comments.