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

[다미] proposal-top-level-await 번역 #50

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

damilog
Copy link
Member

@damilog damilog commented Jun 28, 2023

proposal-top-level-await 번역입니다 .

@damilog damilog added the 번역 번역 완료 label Jun 28, 2023
@damilog damilog self-assigned this Jun 28, 2023
Copy link
Contributor

@huckjoo huckjoo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~ 👍👍👍

src/ko/proposal-top-level-await.md Outdated Show resolved Hide resolved

```js
// usage.mjs
import 프로미스, { output } from "./awaiting.mjs";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import 프로미스, { output } from "./awaiting.mjs";
import promise, { output } from "./awaiting.mjs";

프로미스 promise로 변경해주세요 ㅋㅋㅋ

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋ아 잊고있었다 감사해욬ㅋㅋ

- 프로토콜을 적용하는 것을 잊은 경우, 일부 시간 동안 "그냥 작동"할 수 있습니다. (race에서 특정 방식으로 승리하기 때문에)
- 깊은 모듈 계층에서, 프로미스는 체인의 각 단계를 통해 명시적으로 스레드되어야 합니다.

예를 들어, 여기에서 `"./awaiting.mjs"`의 프로미스를 제대로 기다렸지만, 이를 다시 export하는 것을 잊었으므로, 모듈을 사용하는 모듈이 여전히 원래 race 상태로 실행될 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
예를 들어, 여기에서 `"./awaiting.mjs"`의 프로미스를 제대로 기다렸지만, 이를 다시 export하는 것을 잊었으므로, 모듈을 사용하는 모듈이 여전히 원래 race 상태로 실행될 수 있습니다.
예를 들어, 여기에서 `"./awaiting.mjs"`의 프로미스를 제대로 기다렸지만, 이를 다시 export하는 것을 잊었으므로, 모듈을 사용하는 모듈이 여전히 기존의 경쟁 상태(race condition)에 빠질 수 있습니다.

'race condition' 혹은 '경쟁 상태'로 쓰는건 어떤지 제안드립니다. race condition이 보통 같이 쓰여서 race 상태가 약간 어색해보이는 느낌이 있네요

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

Successfully merging this pull request may close these issues.

2 participants