aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/php/exec.mjs
AgeCommit message (Collapse)Author
2026-02-17fix(worker/php): formatnsfisis
2026-02-16test(worker): add unit tests for php and swift workersnsfisis
Extract testable logic from exec.mjs into lib.mjs (preprocessCode, createIOCallbacks, buildResult) and add vitest tests. Add Go tests for models, exec helpers, and handlers in worker/swift. Update justfiles to include test tasks for local dev and CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-09-05feat(worker): move directory worker/ to worker/php/nsfisis