Class: JSBeautify
Defined in: | src/beautifiers/js-beautify.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"JS Beautify"
- link =
-
"https://github.com/beautify-web/js-beautify"
- options =
-
{ HTML: true, XML: true, Handlebars: true, Mustache: true, JavaScript: true, JSON: true, CSS: { indent_size: true, indent_char: true, selector_separator_newline: true, newline_between_rules: true, preserve_newlines: true, wrap_line_length: true, end_with_newline: true } }
Variable inherited from Beautifier
Promise name options languages beautify _envCache _envCacheDate _envCacheExpiry logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#deprecate #tempFile #readFile #findFile #getShellEnvironment #which #commandNotFoundError #run #spawn #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)