File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
benchexec/tablegenerator/react-table Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,15 @@ Each automated conversion was followed by:
156156
157157This approach ensures a clear separation between automated and manual
158158changes 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 ` )
You can’t perform that action at this time.
0 commit comments