ImportWithGlobalFallback

final case class ImportWithGlobalFallback(importSpec: Import, globalSpec: Global) extends JSNativeLoadSpec

Like Import, but with a Global fallback when linking without modules.

When linking with a module kind that supports modules, the importSpec is used. When modules are not supported, use the fallback globalSpec.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Product