openpencil/tests
Danila Poyarkov a1339e845b refactor(tools): use acorn AST parser for eval wrapping
Replace hand-rolled regex heuristic with proper acorn JS parsing.
The AST correctly identifies ExpressionStatement as the last node
regardless of trailing semicolons, comments, or complex syntax.

Fixes edge cases like '42;' which the regex wrongly treated as a
statement.

Co-authored-by: stiff <v.stiff@gmail.com>
Co-authored-by: Jais Pedersen <jais@pedersens.net>
2026-05-11 12:15:38 +03:00
..
e2e fix(editor): paste into selected container 2026-05-07 13:56:30 +03:00
engine refactor(tools): use acorn AST parser for eval wrapping 2026-05-11 12:15:38 +03:00
figma style: tighten import grouping 2026-05-06 02:22:08 +03:00
fixtures Add Arabic and RTL support 2026-03-29 21:06:29 +03:00
helpers test: move tauri helpers into domain folder 2026-05-06 16:16:08 +03:00