We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ECMAScript 스펙을 정하는 것은 TC39에 의해 이루어지며, 이를 TC39 Process라고 한다. TC39 프로세스는 stage 0 부터 시작하여 5개의 절차로 이루어진다.
이러한 절차가 도입된 계기는 ECMAScript 2015 (ES6)가 6년 동안 전달되는 사항 없이 이루어진 큰 릴리즈였기에 등장하게 되었다. ECMAScript 2017 부터 매 년 조금씩 모든 stage를 발표하고 있다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Javascript Stage란?
TC39
TC39 프로세스
ECMAScript 스펙을 정하는 것은 TC39에 의해 이루어지며, 이를 TC39 Process라고 한다. TC39 프로세스는 stage 0 부터 시작하여 5개의 절차로 이루어진다.
이러한 절차가 도입된 계기는 ECMAScript 2015 (ES6)가 6년 동안 전달되는 사항 없이 이루어진 큰 릴리즈였기에 등장하게 되었다. ECMAScript 2017 부터 매 년 조금씩 모든 stage를 발표하고 있다.
Stage
Stage 0 : Strawperson
Stage 1 : Proposal
Stage 2 : Draft
Stage 3 : Candidate
Stage 4 : Finished
출처
The text was updated successfully, but these errors were encountered: