org.scalajs.core.tools.classpath
Merges another PartialClasspath with this one.
Merges another PartialClasspath with this one. This means:
Construct a IRClasspath out of this PartialClasspath by resolving library dependencies (and failing if they are not met)
Constructs an ordered list of JS libraries to include.
Constructs an ordered list of JS libraries to include. Fails if:
A partial Scala.js classpath is a collection of:
PartialClasspaths can be combined (using merge) and eventually resolved to a CompleteIRClasspath