OutputPatterns

mill.scalajslib.api.OutputPatterns
See theOutputPatterns companion object

Attributes

Companion
object
Source
OutputPatterns.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
OutputPatterns.scala
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
OutputPatterns.scala
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
OutputPatterns.scala
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
OutputPatterns.scala
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
OutputPatterns.scala
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
OutputPatterns.scala

Concrete fields

val jsFile: String

Attributes

Source
OutputPatterns.scala
val jsFileURI: String

Attributes

Source
OutputPatterns.scala
val moduleName: String

Attributes

Source
OutputPatterns.scala
val sourceMapFile: String

Attributes

Source
OutputPatterns.scala
val sourceMapURI: String

Attributes

Source
OutputPatterns.scala