class NuxtTranspiler extends Transpiler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NuxtTranspiler
- Transpiler
- TranspilingEnvironment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val DEFAULT_IGNORED_DIRS: List[String]
- Attributes
- protected
- Definition Classes
- Transpiler
- val DEFAULT_IGNORED_TEST_DIRS: List[String]
- Attributes
- protected
- Definition Classes
- Transpiler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val config: Config
- Definition Classes
- NuxtTranspiler → Transpiler
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logExecution(): Unit
- Attributes
- protected
- Definition Classes
- NuxtTranspiler → Transpiler
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodeVersion(): Option[String]
- Attributes
- protected
- Definition Classes
- TranspilingEnvironment
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def npmAvailable(): Boolean
- Attributes
- protected
- Definition Classes
- TranspilingEnvironment
- val projectPath: Path
- Definition Classes
- NuxtTranspiler → Transpiler
- def run(tmpTranspileDir: Path): Boolean
- Definition Classes
- Transpiler
- def shouldRun(): Boolean
- Definition Classes
- NuxtTranspiler → Transpiler
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transpile(tmpTranspileDir: Path): Boolean
Runs the transpiler at the specified transpile directory tmpTranspileDir.
Runs the transpiler at the specified transpile directory tmpTranspileDir.
- tmpTranspileDir
the directory to run the transpiler in
- returns
true if other transpilers in the chain (see TranspilerGroup) should run, false if not
- Attributes
- protected
- Definition Classes
- NuxtTranspiler → Transpiler
- def valid(): Boolean
- Attributes
- protected
- Definition Classes
- TranspilingEnvironment
- def validEnvironment(): Boolean
- Definition Classes
- NuxtTranspiler → Transpiler
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def yarnAvailable(): Boolean
- Attributes
- protected
- Definition Classes
- TranspilingEnvironment