Skip to content

Commit e3bf177

Browse files
committed
chore: step 9 add migration checklist and start TypeScript migration
1 parent ed6dfde commit e3bf177

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

benchexec/tablegenerator/react-table/MIGRATION.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,15 @@ Each automated conversion was followed by:
156156

157157
This approach ensures a clear separation between automated and manual
158158
changes and improves the reproducibility of the migration process.
159+
160+
## Step 9: Migration Checklist
161+
162+
**Order (bottom-up):**
163+
- [ ] `src/utils/` (utils.js, filters.js, stats.js, plot.js)
164+
- [ ] `src/workers/` (workerDirector.js, dataUrls.js)
165+
- [ ] `src/components/` (leaf components → central components)
166+
- [ ] `src/components/FilterBox/`
167+
- [ ] `src/components/Table/`
168+
- [ ] Entry points (`src/App.js`, `src/index.js`)
169+
- [ ] Tests as needed (`src/tests/**`, `src/App.test.js`)
170+
- [ ] Node scripts (`scripts/*.js`)

0 commit comments

Comments
 (0)