8000 feat(devtools): add node details display for module flow by ZKunZhang · Pull Request #98 · vitejs/devtools · GitHub
[go: up one dir, main page]

Skip to content

Conversation

ZKunZhang
Copy link

Add comprehensive node details panel to show information for different flow node types:

  • Resolve nodes: display plugin, module request, resolved ID, importer, import kind, and duration
  • Load nodes: show plugin, duration, and content availability
  • Transform nodes: present plugin, duration, lines added/removed
  • No changes nodes: indicate type (collapsed/hidden), count, and total duration

This enhancement replaces the TODO comment with a fully functional details view, providing developers better insights into the module build process.

update: show more info with selected node

Add comprehensive node details panel to show information for different flow node types:
- Resolve nodes: display plugin, module request, resolved ID, importer, import kind, and duration
- Load nodes: show plugin, duration, and content availability
- Transform nodes: present plugin, duration, lines added/removed
- No changes nodes: indicate type (collapsed/hidden), count, and total duration

This enhancement replaces the TODO comment with a fully functional details view,
providing developers better insights into the module build process.
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.

1 participant

0