Packages

object moduleMod extends Shortcut

Source
moduleMod.scala
Linear Supertypes
Shortcut, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. moduleMod
  2. Shortcut
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Module = NodeJS.Module
  2. class ModuleCls extends Object with StObject with NodeJS.Module
    Annotations
    @JSType() @JSImport("module", "Module") @native()
  3. class SourceMap extends Object with StObject
    Annotations
    @JSType() @JSImport("module", "SourceMap") @native()
  4. trait SourceMapPayload extends Object with StObject
    Annotations
    @JSType() @native()
  5. trait SourceMapping extends Object with StObject
    Annotations
    @JSType() @native()
  6. class ^ extends Object with StObject with NodeJS.Module
    Annotations
    @JSType() @JSImport("module", JSImport.Namespace) @native()
  7. type _To = Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
    Definition Classes
    moduleMod → Shortcut

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. def Module: Instantiable2[java.lang.String, UndefOr[Module], Module]
    Annotations
    @JSImport("module", "Module") @native()
  5. def Module_=(x: Instantiable2[java.lang.String, UndefOr[Module], Module]): Unit
    Annotations
    @inline()
  6. val ^: Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
    Annotations
    @JSImport("module", JSImport.Namespace) @native()
  7. def _to: Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
    Definition Classes
    moduleMod → Shortcut
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def builtinModules: Array[java.lang.String]
    Annotations
    @JSImport("module", "builtinModules") @native()
  10. def builtinModules_=(x: Array[java.lang.String]): Unit
    Annotations
    @inline()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. def createRequire(path: java.lang.String): NodeRequire
    Annotations
    @inline()
  13. def createRequire(path: URL_): NodeRequire
    Annotations
    @inline()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def findSourceMap(path: java.lang.String, error: Error): SourceMap
    Annotations
    @inline()
  17. def findSourceMap(path: java.lang.String): SourceMap
    Annotations
    @inline()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def runMain(): Unit
    Annotations
    @inline()
  25. def syncBuiltinESMExports(): Unit

    Updates all the live bindings for builtin ES Modules to match the properties of the CommonJS exports.

    Updates all the live bindings for builtin ES Modules to match the properties of the CommonJS exports. It does not add or remove exported names from the ES Modules.

    Annotations
    @inline()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def wrap(code: java.lang.String): java.lang.String
    Annotations
    @inline()
  32. object SourceMapPayload
  33. object SourceMapping
  34. object global

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Shortcut

Inherited from AnyRef

Inherited from Any

Ungrouped