final case class ImportWithGlobalFallback(importSpec: Import, globalSpec: Global) extends JSNativeLoadSpec with Product with Serializable
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
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImportWithGlobalFallback
- Serializable
- Serializable
- Product
- Equals
- JSNativeLoadSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All