Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dump + dump viewer app #4

Merged
merged 7 commits into from
Apr 9, 2024
Merged

feat: add dump + dump viewer app #4

merged 7 commits into from
Apr 9, 2024

Conversation

Julien-R44
Copy link
Owner

@Julien-R44 Julien-R44 commented Apr 9, 2024

This PR adds two things:

  • A way to dump the current state of HotHook: its dependency tree and all possible information about each file.
  • A frontend app with Vis.js, Vite and Preact that allows to graphically visualize this (very) verbose dump.

image


  • Tests
  • import.meta.dump is probably not the best method name. do we even need a import.meta.hot function for that? best way is maybe to manually import hot-hook instead.
  • polish the frontend app. and find the best way to distribute and use it.

@Julien-R44 Julien-R44 marked this pull request as ready for review April 9, 2024 13:09
@Julien-R44 Julien-R44 changed the title feat: add dump viewer app feat: add dump + dump viewer app Apr 9, 2024
@Julien-R44 Julien-R44 merged commit 7b8f8fc into main Apr 9, 2024
6 checks passed
@Julien-R44 Julien-R44 deleted the feat/dump-viewer branch April 9, 2024 13:12
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