OutputPatterns

mill.scalajslib.api.OutputPatterns
See theOutputPatterns companion object

Attributes

Companion
object
Source
ScalaJSApi.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ScalaJSApi.scala
@Scaladoc(value = "/** Pattern for the JS file name (the file containing the module\'s code). */")
def withJSFile(jsFile: String): OutputPatterns

Pattern for the JS file name (the file containing the module's code).

Pattern for the JS file name (the file containing the module's code).

Attributes

Source
ScalaJSApi.scala
@Scaladoc(value = "/** Pattern for the \"file\" field in the source map. */")
def withJSFileURI(jsFileURI: String): OutputPatterns

Pattern for the "file" field in the source map.

Pattern for the "file" field in the source map.

Attributes

Source
ScalaJSApi.scala
@Scaladoc(value = "/** Pattern for the module name (the string used to import a module). */")
def withModuleName(moduleName: String): OutputPatterns

Pattern for the module name (the string used to import a module).

Pattern for the module name (the string used to import a module).

Attributes

Source
ScalaJSApi.scala
@Scaladoc(value = "/** Pattern for the file name of the source map file of the JS file. */")
def withSourceMapFile(sourceMapFile: String): OutputPatterns

Pattern for the file name of the source map file of the JS file.

Pattern for the file name of the source map file of the JS file.

Attributes

Source
ScalaJSApi.scala
@Scaladoc(value = "/** Pattern for the source map URI in the JS file. */")
def withSourceMapURI(sourceMapURI: String): OutputPatterns

Pattern for the source map URI in the JS file.

Pattern for the source map URI in the JS file.

Attributes

Source
ScalaJSApi.scala

Concrete fields

val jsFile: String

Attributes

Source
ScalaJSApi.scala
val jsFileURI: String

Attributes

Source
ScalaJSApi.scala
val moduleName: String

Attributes

Source
ScalaJSApi.scala
val sourceMapFile: String

Attributes

Source
ScalaJSApi.scala
val sourceMapURI: String

Attributes

Source
ScalaJSApi.scala