Update dependency @effect/language-service to ^0.84.0 #39

Closed
renovate-bot wants to merge 65 commits from renovate/bun-minor-patch into next
Showing only changes of commit 1bf7e1dc4c - Show all commits

View File

@@ -199,7 +199,7 @@ export const mapStream: {
): Lens<A, ER, EW, RR, RW> => make({
get get() { return self.get },
get changes() { return f(self.changes) },
modify: self.modify,
get modify() { return self.modify },
}))