Skip to content

v0.3.1 - fix v0.3.0 injection position and string contexts

Choose a tag to compare

@merenguesL merenguesL released this 26 Aug 07:46
· 19 commits to main since this release

Fixed

  • 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.