object BundlerFile extends Serializable
- Source
- BundlerFile.scala
- Alphabetic
- By Inheritance
- BundlerFile
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Application(project: String, file: File, assets: List[File]) extends Public with WebpackInput with Product with Serializable
The Scala.js application itself, aka -fastopt.js or -opt.js
The Scala.js application itself, aka -fastopt.js or -opt.js
- project
The application project name
- file
The file containing the application javascript
- assets
All the assets on the application
-
case class
ApplicationBundle(project: String, file: File, assets: List[File]) extends Public with Product with Serializable
A fully self-contained application bundle, including all dependencies.
A fully self-contained application bundle, including all dependencies.
- project
The project name
- file
The file containing the application javascript
- assets
All the assets on the application
-
case class
EntryPoint(application: Application, file: File) extends Internal with WebpackInput with Product with Serializable
A library-mode entrypoint file
A library-mode entrypoint file
- application
The Application this entrypoint was generated from
- file
The file containing the entry point
-
sealed abstract
class
Internal extends BundlerFile
Internal-only files
-
case class
Library(project: String, file: File, assets: List[File]) extends Public with Product with Serializable
A webpack library bundle, containing only libraries
A webpack library bundle, containing only libraries
- project
The project the library bundle was generated for
- file
The file containing the application javascript
- assets
All the assets on the application
-
case class
Loader(application: Application, file: File) extends Public with Product with Serializable
A webpack loader file.
A webpack loader file. Allows an Application to access the dependencies bundled into a Library
- application
Application to be loaded
- file
Loader file
-
case class
PackageJson(file: File) extends Internal with Product with Serializable
The package.json file, used for populating the node_modules folder
The package.json file, used for populating the node_modules folder
- file
The file reference for the package.json
-
sealed abstract
class
Public extends BundlerFile
Public webpack artifacts -- those that might be served to clients or packaged
-
case class
WebpackConfig(application: Application, file: File) extends Internal with Product with Serializable
A webpack configuration file.
A webpack configuration file.
- application
The Application this file runs webpack for
- file
The webpack.config.js file reference
-
sealed
trait
WebpackInput extends BundlerFile
Files that may be inputs to the webpack process
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ApplicationBundle extends Serializable
- object EntryPoint extends Serializable
- object Library extends Serializable
- object Loader extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated