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
It recently hit me that Pest's QueueableToken list is roughly isomorphic to the flat tree that Rowan uses.
QueueableToken
That means we can, with no change to the internal representation, provide a typed tree API similar to Rowan's.
The text was updated successfully, but these errors were encountered:
This actually really interesting and something I've though of a while ago. I think it's certainly worth a shot.
Sorry, something went wrong.
No branches or pull requests
It recently hit me that Pest's
QueueableToken
list is roughly isomorphic to the flat tree that Rowan uses.That means we can, with no change to the internal representation, provide a typed tree API similar to Rowan's.
The text was updated successfully, but these errors were encountered: