Skip to content

chore: change tile to treemap#1249

Merged
yifancong merged 6 commits intomainfrom
chore/change-tile-to-treemap
Aug 12, 2025
Merged

chore: change tile to treemap#1249
yifancong merged 6 commits intomainfrom
chore/change-tile-to-treemap

Conversation

@yifancong
Copy link
Copy Markdown
Contributor

Summary

Chore: change tile to treemap

Related Links

Copilot AI review requested due to automatic review settings August 12, 2025 06:59
@netlify
Copy link
Copy Markdown

netlify Bot commented Aug 12, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit 5794452
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/689affa16994c20008e8b415
😎 Deploy Preview https://deploy-preview-1249--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/report to /api/treemap/report
  • Updates interface properties and method names from tile* to treemap*
  • Changes configuration option from generateTileGraph to generateTreemapGraph

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

@yifancong yifancong requested review from GiveMe-A-Name, SoonIter and fi3ework and removed request for GiveMe-A-Name August 12, 2025 07:10
@fi3ework fi3ework changed the title Chore: change tile to treemap chore: change tile to treemap Aug 12, 2025
Comment thread packages/core/src/types/plugin.ts
@yifancong yifancong force-pushed the chore/change-tile-to-treemap branch from f5aaeab to 2eec42a Compare August 12, 2025 08:27
@yifancong yifancong requested a review from fi3ework August 12, 2025 08:27
@yifancong yifancong enabled auto-merge (squash) August 12, 2025 08:36
@yifancong yifancong merged commit 92d1122 into main Aug 12, 2025
7 checks passed
@yifancong yifancong deleted the chore/change-tile-to-treemap branch August 12, 2025 09:17
@yifancong yifancong mentioned this pull request Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants