Packages

class ^ extends moduleMod.^

Annotations
@JSType() @JSImport("node:module", JSImport.Namespace) @native()
Source
nodeModuleMod.scala
Linear Supertypes
moduleMod.^, Module, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ^
  2. ^
  3. Module
  4. StObject
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ^(id: java.lang.String, parent: Module)
  2. new ^(id: java.lang.String)
  3. new ^()
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val children: Array[Module]
    Definition Classes
    Module
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val exports: Any
    Definition Classes
    Module
  10. val filename: java.lang.String
    Definition Classes
    Module
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. val id: java.lang.String
    Definition Classes
    Module
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isPreloading: Boolean

    true if the module is running during the Node.js preload

    true if the module is running during the Node.js preload

    Definition Classes
    Module
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. val loaded: Boolean
    Definition Classes
    Module
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val path: java.lang.String

    Definition Classes
    Module
    Since

    11.14.0 The directory name of the module. This is usually the same as the path.dirname() of the module.id.

  23. val paths: Array[java.lang.String]
    Definition Classes
    Module
  24. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  25. def require(id: java.lang.String): Any
    Definition Classes
    Module
  26. val require_Original: Require
    Definition Classes
    Module
    Annotations
    @JSName("require")
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  29. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  30. def valueOf(): Any
    Definition Classes
    Object
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. val parent: UndefOr[|[Module, Null]]

    Definition Classes
    Module
    Deprecated

    since 14.6.0 Please use require.main and module.children instead.

Inherited from moduleMod.^

Inherited from Module

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped