A virtual newsroom powered by RSS and AI.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

424 B

DTP Import Trace

As a useful tool for diagnosing circular dependencies, you can enable log tracing of imports at runtime by editing register.js and un-commenting:

// register("./es-import-trace.js", pathToFileURL("./"));

This will load the es-import-trace.js "loader" which prints the URL of the module being imported, then returns the result of the default loader.