mill.scalajslib.api.OutputPatterns
See theOutputPatterns companion object
class OutputPatterns
Attributes
- Companion
- object
- Source
- ScalaJSApi.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
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). */")
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. */")
Pattern for the "file" field in the source map.
@Scaladoc(value = "/** Pattern for the module name (the string used to import a module). */")
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. */")
Pattern for the file name of the source map file of the JS file.
@Scaladoc(value = "/** Pattern for the source map URI in the JS file. */")
Pattern for the source map URI in the JS file.
Concrete fields
Attributes
- Source
- ScalaJSApi.scala
Attributes
- Source
- ScalaJSApi.scala
Attributes
- Source
- ScalaJSApi.scala
Attributes
- Source
- ScalaJSApi.scala
Attributes
- Source
- ScalaJSApi.scala
In this article