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

   ### SUMMARY
   
   Migrates 15 straightforward JavaScript/JSX files to TypeScript as part of 
the ongoing JavaScript to TypeScript migration effort.
   
   **Files migrated:**
   
   **Index re-export files (7 files):**
   - `src/dashboard/components/gridComponents/Chart/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/Column/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/Divider/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/Markdown/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/Tab/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/Tabs/index.js` → `.ts`
   - `src/dashboard/components/gridComponents/index.js` → `.ts`
   
   **Simple component files (5 files):**
   - `src/dashboard/components/gridComponents/new/NewColumn.jsx` → `.tsx`
   - `src/dashboard/components/gridComponents/new/NewDivider.jsx` → `.tsx`
   - `src/dashboard/components/gridComponents/new/NewHeader.jsx` → `.tsx`
   - `src/dashboard/components/gridComponents/new/NewMarkdown.jsx` → `.tsx`
   - `src/dashboard/components/gridComponents/new/NewTabs.jsx` → `.tsx`
   
   **Utility files with proper typing (3 files):**
   - `src/dashboard/util/getChartAndLabelComponentIdFromPath.js` → `.ts`
   - `src/dashboard/util/getFilterScopeParentNodes.js` → `.ts`
   - `src/dashboard/util/serializeActiveFilterValues.js` → `.ts`
   
   All files pass TypeScript type checking and pre-commit hooks.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A - No visual changes, only file type migration.
   
   ### TESTING INSTRUCTIONS
   
   1. Run `npm run type` to verify TypeScript compilation succeeds
   2. Run `npm run test` to verify tests still pass
   3. Build the application to ensure no runtime issues
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-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