Files
clawdbot/src
Azade 18a89a31af fix(browser): avoid esbuild __name helper in evaluateViaPlaywright
When tsx/esbuild compiles arrow functions, it adds a __name helper
for debugging. This helper doesn't exist in the browser context,
causing 'ReferenceError: __name is not defined' when using
page.evaluate() with inline functions.

The fix uses new Function() constructed at runtime, which esbuild
doesn't transform, avoiding the __name injection.
2026-01-03 22:37:21 +01:00
..
2026-01-03 21:41:58 +01:00
2026-01-03 22:14:18 +01:00
2026-01-03 12:35:23 +00:00
2026-01-03 20:15:10 +00:00
2026-01-03 14:57:49 +00:00
2026-01-03 12:35:23 +00:00
2026-01-03 12:35:16 -06:00
2026-01-03 14:57:49 +00:00
2025-12-26 02:35:40 +01:00