
@Sharo_k_h I've released v0.7.0 and updated the tutorial (see Technique 5).
Breaking change: ctx.variables is now a list of variables that can be modified with ctx.setVariable (it can also modify a const! ).
For your example: hook at `"true" === e` and set `onHit(ctx){e = true}`
English


