Class: GN
Defined in: | src/beautifiers/gn.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"GN"
- link =
-
"https://chromium.googlesource.com/chromium/src/tools/gn"
- executables =
-
[ { name: "gn", cmd: "gn", homepage: "https://chromium.googlesource.com/chromium/src/tools/gn", installation: "https://www.chromium.org/developers/how-tos/get-the-code", version: { parse: function(text) { return semver.clean("0.0." + text); } } } ]
- options =
-
{ GN: false }
Variable inherited from Beautifier
Promise name options executables _exe languages beautify logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options, context)