| feat(callback): add sync function/generator support to emit decorators
emit_before, emit_after, emit_around now handle all 4 function types
(async plain, async gen, sync plain, sync gen) consistently with
transform_io. Sync functions are promoted to async wrappers since
_do_trigger requires await. Includes 8 new tests and updated docstrings.
Refs: #432
| 2 个月前 |