-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Feature Description
This is in part to support the playground, but is also very useful in debugging and for folks creating issues. We want to allow one to dynamically create a 'debug'-like object. Information currently required by the playground would include the version and the AST representation.
Feature Context
We may have some of this work completed as you can see it in the playground. At the current time, we are handling some of this rendering and output in a Rust helper file. It is likely not worth holding this information in memory, but rather an item to generate on-demand.
Also, there is no documentation how one might currently use it. It is only in code, and the playground serves as the only example.
Reactions are currently unavailable