Hi again just noticed …
Hi again - just noticed that if I have code that uses require
instead of import
, the dependency graph does not include the required
lib - only if I convert it to import
. Is this by design (I didn’t delve into the graph building code)? I’m moving a lot of code into the repo, and changing all the require statements might take a while.