effect@3.2.2
·
2245 commits
to main
since this release
Patch Changes
-
#2787
5d9266eThanks @mikearnaldi! - Prohibit name clashes in Effect.TagThe following now correctly flags a type error given that the property
contextexists already inTag:import { Effect } from "effect"; class LoaderArgs extends Effect.Tag("@services/LoaderContext")< LoaderArgs, { context: number } >() {}
-
#2797
9f8122eThanks @mikearnaldi! - Improve internalization of functions to clean stack traces -
#2798
6a6f670Thanks @mikearnaldi! - Avoid eager read of the stack when captured by a span