-
Notifications
You must be signed in to change notification settings - Fork 35
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
Translate plugins/module-concatenation-plugin.mdx #387
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit한 글의 이름이 process로 잘못되어 있어 수정합니다.
entry points -> 엔트리 포인트로 수정했습니다.
line 47의 modules를 모듈로 변경했습니다
함수 이름을 제외한 modules -> 모듈 변경
line 33 : entries -> 엔트리 변경 dependencies -> 종속성 변경 코드 예제 내 주석 변역 완료
논리 -> 로직 변경
진입점-> 엔트리 포인트로 수정하고 이에 따라 line 78의 번역을 수정했습니다. 또 해당 줄의 multiple configured -> 다중 구성된 번역을 진행했습니다.
module-concatenation-plugin.mdx 번역
translator 추가했습니다.
conflict 해결
: -> .으로 변경
plugins/module-concatenation.mdx 번역
This reverts commit 7fd9dcf.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
#7
리뷰 참고 사항
이전에 commit한 내용이 없어지지 않아 계속 commit 목록에 남아있습니다.
일단 plugins/module-concatenation-plugin.mdx에 대한 내용만 확인해주시면 감사하겠습니다...
Glossary
bundling : 번들링
trade-off : 절충점
closure : 클로저
wrapper function : 래퍼 함수
hoist : 호이스팅 하다
concatenation behavior : 연결 동작
scope hoisting : 범위 호이스팅
fallback : 퇴화하다
transpiler : 트랜스파일러
import : 가져오다
export : 내보내다
pseudo javascript : 의사 자바스크립트
bailout : bailout