💾 Archived View for freeshell.de › tldr › babel.gmi captured on 2023-11-04 at 12:12:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).