Skip to content
AI Monorepos Free online conference · June 23 Join us!

Type of dependency between projects

dynamic = "dynamic"

Dynamic dependencies are brought in by the module at run time


implicit = "implicit"

Implicit dependencies are inferred


static = "static"

Static dependencies are tied to the loading of the module