Skip to content

Commit

Permalink
docs(changeset): Make new sideEffect(...) step class to replace `co…
Browse files Browse the repository at this point in the history
…nst $lambda = lambda(...);$lambda.hasSideEffect=true;` pattern.
  • Loading branch information
benjie committed Jan 31, 2024
1 parent 324613b commit d801c97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/orange-mayflies-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"grafast": patch
---

Make new `sideEffect(...)` step class to replace
`const $lambda = lambda(...);$lambda.hasSideEffect=true;` pattern.

0 comments on commit d801c97

Please sign in to comment.