Skip to content

Commit

Permalink
docs(changeset): 🚨 ExecutionValue no longer exposes .value and .entri…
Browse files Browse the repository at this point in the history
…es (you need to narrow to access these). Added new `.unaryValue()` that can be used to assert the value is unary and retrieve its value - this should be used instead of `.at(0)` in general.
  • Loading branch information
benjie committed Jan 17, 2025
1 parent 150f25d commit 68926ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/fast-phones-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"grafast": patch
---

🚨 ExecutionValue no longer exposes .value and .entries (you need to narrow to
access these). Added new `.unaryValue()` that can be used to assert the value is
unary and retrieve its value - this should be used instead of `.at(0)` in
general.

0 comments on commit 68926ab

Please sign in to comment.