mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
babel: update Polish translation (#13681)
This commit is contained in:
parent
78f1cffdbd
commit
1dabac5b0a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# babel
|
||||
|
||||
> Transpiler, który konwertuje kod ze składni JavaScript ES6 / ES7 na składnię ES5.
|
||||
> Transpiler, który konwertuje kod ze składni JavaScript ES6/ES7 na składnię ES5.
|
||||
> Więcej informacji: <https://babeljs.io/>.
|
||||
|
||||
- Transpiluj określony plik wejściowy i wypisz dane wyjściowe do `stdout`:
|
||||
|
@ -31,6 +31,6 @@
|
|||
|
||||
`babel {{ścieżka/do/pliku_wejściowego}} --presets {{preset1,preset2,...}}`
|
||||
|
||||
- Wyświetl wszystkie dostępne opcje:
|
||||
- Wyświetl pomoc:
|
||||
|
||||
`babel --help`
|
||||
|
|
Loading…
Add table
Reference in a new issue