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
- Fixed regex to properly convert arrow functions without braces
- Handles both block and expression arrow functions correctly
- Fixes 'SyntaxError: Unexpected token' when parsing arrow functions
- async () => expr now converts to async function() { return expr }
This resolves parser errors that were preventing proper function
parameter extraction from arrow functions in BDD tests.
0 commit comments