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
feat: enhance function resolution with function type tracking
- Add FunctionType enum to track function context during resolution
- Implement function type tracking in Resolver to support return statement validation
- Add checks to prevent return statements in top-level code
- Include debug print statements for function resolution process
0 commit comments