dillon1000/react

Commit

Rename Profiler types to disambiguate which is Frontend and Backend

Flow IDE shows the original type, not the file-scoped alias,
so it's confusing to see incompatible variables that have types
with the same name.

This started from `src/devtools/ProfilingCache.js` where
`ProfilingSummary` was incompatible, but I decided to make a bigger
change for consistency and to avoid similar mistakes in the future.
Browse files
Changed paths13 files
First-parent comparison
M src/backend/renderer.js ModifiedM src/backend/types.js ModifiedM src/devtools/ProfilingCache.js ModifiedM src/devtools/views/Profiler/CommitFlamegraph.js ModifiedM src/devtools/views/Profiler/CommitRanked.js ModifiedM src/devtools/views/Profiler/CommitTreeBuilder.js ModifiedM src/devtools/views/Profiler/FlamegraphChartBuilder.js ModifiedM src/devtools/views/Profiler/Interactions.js ModifiedM src/devtools/views/Profiler/InteractionsChartBuilder.js ModifiedM src/devtools/views/Profiler/RankedChartBuilder.js ModifiedM src/devtools/views/Profiler/SidebarInteractions.js ModifiedM src/devtools/views/Profiler/types.js ModifiedM src/devtools/views/Profiler/utils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…