msyavuz opened a new pull request, #35147:
URL: https://github.com/apache/superset/pull/35147

   ## Summary
   - Migrated 5 JavaScript files in the dashboard module to TypeScript
   - Added proper type annotations and interfaces
   - All files pass pre-commit hooks (ESLint, TypeScript type checking)
   
   ## Files Migrated
   1. `src/dashboard/reducers/sliceEntities.js` → `.ts` - Redux reducer with 
discriminated union types
   2. `src/dashboard/util/buildFilterScopeTreeEntry.js` → `.ts` - Utility with 
typed interfaces
   3. `src/dashboard/util/findFirstParentContainer.js` → `.ts` - Layout 
navigation utility
   4. `src/dashboard/util/getEmptyLayout.js` → `.ts` - Layout creation utility
   5. `src/dashboard/util/getLeafComponentIdFromPath.js` → `.ts` - Path 
traversal utility
   
   ## Test Plan
   - [x] All TypeScript compilation passes
   - [x] ESLint checks pass
   - [x] Pre-commit hooks pass
   - [x] No runtime type errors
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to