scala.scalajs.js.new.scala Maven / Gradle / Ivy
The newest version!
/*
* Scala.js (https://www.scala-js.org/)
*
* Copyright EPFL.
*
* Licensed under Apache License 2.0
* (https://www.apache.org/licenses/LICENSE-2.0).
*
* See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*/
package scala.scalajs.js
import scala.scalajs.js
/** ECMAScript 2015
* Meta-property `new.target`.
*/
object `new` { // scalastyle:ignore
/** ECMAScript 2015
* Meta-property `new.target`.
*/
def target: js.Dynamic =
throw new java.lang.Error("stub")
}