A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax. More information: https://babeljs.io/.
stdout
:babel {{path/to/file}}
babel {{path/to/input_file}} --out-file {{path/to/output_file}}
babel {{path/to/input_file}} --watch
babel {{path/to/input_directory}}
babel {{path/to/input_directory}} --ignore {{ignored_files}}
babel {{path/to/input_file}} --minified
babel {{path/to/input_file}} --presets {{presets}}
babel --help