Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading: initial translation #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Loading: initial translation #4

wants to merge 3 commits into from

Conversation

lex111
Copy link
Member

@lex111 lex111 commented Sep 19, 2018

No description provided.

@lex111 lex111 requested a review from LinchSmyth September 19, 2018 21:05
Copy link
Collaborator

@LinchSmyth LinchSmyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пока что просмотрел только 1 файл, еще не закончил ревью...

manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
manuscript/loading/01_loader_definitions.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@LinchSmyth LinchSmyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

фуф, я закончил :)

manuscript/loading/02_images.md Outdated Show resolved Hide resolved
manuscript/loading/02_images.md Outdated Show resolved Hide resolved
manuscript/loading/02_images.md Outdated Show resolved Hide resolved
manuscript/loading/02_images.md Outdated Show resolved Hide resolved
manuscript/loading/02_images.md Outdated Show resolved Hide resolved
manuscript/loading/04_javascript.md Show resolved Hide resolved
manuscript/loading/04_javascript.md Outdated Show resolved Hide resolved
manuscript/loading/04_javascript.md Outdated Show resolved Hide resolved
manuscript/loading/04_javascript.md Outdated Show resolved Hide resolved
* Besides Babel, webpack supports other solutions like TypeScript or Flow. Flow can complement Babel while TypeScript represents an entire language compiling to JavaScript.
* Babel даёт контроль, какие браузеры нужно поддерживать. Он может компилировать возможности ES2015+ в формат, понятную более старому браузеру. Пакет *babel-preset-env* полезен тем, что позволяет выбирать, какие функциональные возможности компилировать и какие полифилы использовать, ориентируясь на определение браузера.
* Babel позволяет использовать экспериментального возможности языка. Вы можете найти множество плагинов, улучшающие разработку и продакшен-сборку через оптимизации.
* Функциональность Babel может быть включена для каждой цели разработки. Таким образом, вы можете быть уверены, что используете правильные плагины в нужном месте.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-> "... для каждого целевого окружения (окружения разработки)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants