object JavaScriptFormat extends Format[JavaScript]
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaScriptFormat
- Format
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Appendable = JavaScript
- Definition Classes
- Format
Value Members
- val empty: JavaScript
Generate an empty JavaScript fragment
Generate an empty JavaScript fragment
- Definition Classes
- → Format
- def escape(text: String): JavaScript
Escapes
text
using JavaScript String rules. - def fill(elements: Seq[JavaScript]): JavaScript
Create an JavaScript Fragment that holds other fragments.
Create an JavaScript Fragment that holds other fragments.
- Definition Classes
- → Format
- def raw(text: String): JavaScript
Integrate
text
without performing any escaping process.Integrate
text
without performing any escaping process.- text
Text to integrate
- Definition Classes
- → Format
Formatter for JavaScript content.