ImportWithGlobalFallback

org.scalajs.ir.Trees$.JSNativeLoadSpec$.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.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product