Skip to content

Commit ecb3ac6

Browse files
mistercrunchclaudemsyavuzeschutho
authored
feat: AI-powered TypeScript migration framework with parallel processing (#35045)
Co-authored-by: Claude <[email protected]> Co-authored-by: Mehmet Salih Yavuz <[email protected]> Co-authored-by: Elizabeth Thompson <[email protected]>
1 parent 076e477 commit ecb3ac6

File tree

77 files changed

+3882
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3882
-446
lines changed

.claude/commands/js-to-ts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# JavaScript to TypeScript Migration Command
2+
3+
## Usage
4+
```
5+
/js-to-ts <core-filename>
6+
```
7+
- `<core-filename>` - Path to CORE file relative to `superset-frontend/` (e.g., `src/utils/common.js`, `src/middleware/loggerMiddleware.js`)
8+
9+
## Agent Instructions
10+
**See:** [../projects/js-to-ts/AGENT.md](../projects/js-to-ts/AGENT.md) for complete migration guide.

0 commit comments

Comments
 (0)