feat(unstable): added graph retrieval and assertion#31
feat(unstable): added graph retrieval and assertion#31dsherret merged 7 commits intodenoland:mainfrom
Conversation
Added a test to verify that the module graph is correctly resolved and loaded. The test asserts that the root of the graph is the expected module URL.
|
Sorry, I don't want to maintain this (it seems out of scope for this library). Do you really need it? What's the use case? |
dsherret
left a comment
There was a problem hiding this comment.
I've updated the code to have a limited version of this. You'll need to bring your own types and beware that this may break between patch releases.
Thank you! This is very helpful for a framework I'm developing.
This was needed for a framework I'm building that's similar to Fresh. It uses the module graph to find "island" boundaries, which, in my case, are marked by |
Added a test to verify that the module graph is correctly resolved and loaded. The test asserts that the root of the graph is the expected module URL.
Closes #28