You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add regression test for anonymous function traceback mapping (#1665)
Nested IIFEs produce <file.lua:N> notation in debug.traceback().
The old pattern (%S+) captured the "<" prefix, causing sourcemap
lookup to fail for anonymous function definition locations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments