object nodeModuleMod extends Shortcut
- Source
- nodeModuleMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeModuleMod
- Shortcut
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ModuleCls extends Object with StObject with Module
- Annotations
- @JSType() @JSImport("node:module", "Module") @native()
- class SourceMap extends moduleMod.SourceMap
- Annotations
- @JSType() @JSImport("node:module", "SourceMap") @native()
- class ^ extends moduleMod.^
- Annotations
- @JSType() @JSImport("node:module", JSImport.Namespace) @native()
- type _To = Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
- Definition Classes
- nodeModuleMod → Shortcut
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Module: Instantiable2[java.lang.String, UndefOr[Module], Module]
- Annotations
- @JSImport("node:module", "Module") @native()
- def Module_=(x: Instantiable2[java.lang.String, UndefOr[Module], Module]): Unit
- Annotations
- @inline()
- val ^: Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
- Annotations
- @JSImport("node:module", JSImport.Namespace) @native()
- def _to: Object with Instantiable2[java.lang.String, UndefOr[Module], Module]
- Definition Classes
- nodeModuleMod → Shortcut
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def builtinModules: Array[java.lang.String]
- Annotations
- @JSImport("node:module", "builtinModules") @native()
- def builtinModules_=(x: Array[java.lang.String]): Unit
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createRequire(path: java.lang.String): NodeRequire
- Annotations
- @inline()
- def createRequire(path: URL_): NodeRequire
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findSourceMap(path: java.lang.String, error: Error): moduleMod.SourceMap
- Annotations
- @inline()
- def findSourceMap(path: java.lang.String): moduleMod.SourceMap
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def runMain(): Unit
- Annotations
- @inline()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wrap(code: java.lang.String): java.lang.String
- Annotations
- @inline()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated