Files
playwriter/playwriter
Tommy D. Rossi bd38ba0532 feat: implicit return for single expressions using acorn parser
- Parse code with acorn to detect single expression statements
- Auto-wrap expressions with 'return await (...)' for implicit return
- Exclude side-effects: assignments, updates (x++), delete operator
- Update skill.md examples to remove console.log (keep await)
- Add unit tests for shouldAutoReturn function
2026-02-04 11:23:39 +01:00
..
2026-01-06 12:00:46 +01:00
2026-01-26 14:10:26 +01:00
nn
2025-11-26 17:00:40 +01:00
2025-11-16 17:43:30 +01:00