sealed case class JSImportMeta()(implicit pos: Position) extends Tree with Product with Serializable
JavaScript meta-property import.meta
.
This form is its own node, rather than using something like
JSSelect(JSImport(), StringLiteral("meta"))
because import
is not a first-class term in JavaScript. import.meta
is a dedicated syntactic form that cannot be dissociated.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSImportMeta
- Serializable
- Serializable
- Product
- Equals
- Tree
- TreeOrJSSpread
- IRNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All