Open jbedard opened 1 month ago
Things like @types are only required at type-check time but are passed through all the way into the runfiles.
@types
Prevent type-check/compile-time only dependencies from propagating through transitive dependencies.
Ideas:
js_library(dev_deps)
What is the current behavior?
Things like
@types
are only required at type-check time but are passed through all the way into the runfiles.Describe the feature
Prevent type-check/compile-time only dependencies from propagating through transitive dependencies.
Ideas:
@types
packagesjs_library(dev_deps)