Merged
Conversation
✅ Deploy Preview for rsdoctor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames "tile" terminology to "treemap" throughout the codebase to better reflect the visualization type being used for bundle analysis reports.
- Renames API endpoints from
/api/tile/reportto/api/treemap/report - Updates interface properties and method names from
tile*totreemap* - Changes configuration option from
generateTileGraphtogenerateTreemapGraph
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/utils/src/common/data/index.ts | Updates API case handling and data property access |
| packages/types/src/sdk/server/apis/loader.ts | Renames API response and request body interface properties |
| packages/types/src/sdk/server/apis/index.ts | Changes API endpoint enum value |
| packages/types/src/sdk/package.ts | Updates interface property name in OtherReports |
| packages/types/src/sdk/instance.ts | Renames method signature and comment |
| packages/sdk/src/sdk/server/apis/loader.ts | Updates API route decorator and method name |
| packages/sdk/src/sdk/sdk/index.ts | Renames private property and method implementation |
| packages/rspack-plugin/src/plugin.ts | Updates configuration option name and comments |
| packages/core/tests/build/utils/config.test.ts | Updates test assertions for renamed config option |
| packages/core/src/types/plugin.ts | Changes interface property name |
| packages/core/src/inner-plugins/plugins/ensureModulesChunkGraph.ts | Updates deprecation warning message |
| packages/components/src/pages/BundleSize/constants.ts | Changes GraphType union type |
| packages/components/src/pages/BundleSize/components/index.tsx | Updates UI labels and type annotations |
fi3ework
reviewed
Aug 12, 2025
f5aaeab to
2eec42a
Compare
fi3ework
approved these changes
Aug 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Chore: change tile to treemap
Related Links