You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Injection position bug: v0.3.0 spliced the generated property between ( and {, turning every healed call into a JS syntax error.
Scanner rewritten as a linear state machine: string, template, and comment contexts are skipped (a tools.*({ shape inside a string is data); insertion lands inside the braces. Conservative bail on unparseable input.