expression_engine_rs icon indicating copy to clipboard operation
expression_engine_rs copied to clipboard

Export `ContextValue`

Open sixfold-origami opened this issue 1 year ago • 0 comments

Currently ContextValue is private. This is fine in most cases, but I recently ran into a case where I wanted to iterate over the values in my context for error reporting, but you can't match variable values from the ContextValues because, it is private. This PR adds an export for it.

sixfold-origami avatar Sep 01 '24 19:09 sixfold-origami