-
Notifications
You must be signed in to change notification settings - Fork 4
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
[혁주] regexp-match-indices #49
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다~👏
## 상태 | ||
4단계: 챔피언: Ron Buckton (@rbuckton) | ||
제안의 상세한 상태를 보고 싶다면, 아래의 [TODO](#todo)를 보세요. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## TODO | ||
The following is a high-level list of tasks to progress through each stage of the [TC39 proposal process](https://tc39.github.io/process-document/): | ||
|
||
### Stage 1 Entrance Criteria | ||
|
||
* [x] Identified a "[champion][Champion]" who will advance the addition. | ||
* [x] [Prose][Prose] outlining the problem or need and the general shape of a solution. | ||
* [x] Illustrative [examples][Examples] of usage. | ||
* [x] High-level [API][API]. | ||
|
||
### Stage 2 Entrance Criteria | ||
|
||
* [x] [Initial specification text][Specification]. | ||
* [ ] ~~[Transpiler support][Transpiler] (_Optional_).~~ | ||
|
||
### Stage 3 Entrance Criteria | ||
|
||
* [x] [Complete specification text][Specification]. | ||
* [x] Designated reviewers have [signed off][Stage3ReviewerSignOff] on the current spec text. | ||
* [x] The ECMAScript editor has [signed off][Stage3EditorSignOff] on the current spec text. | ||
|
||
### Stage 4 Entrance Criteria | ||
|
||
* [x] [Test262](https://github.com/tc39/test262) acceptance tests have been written for mainline usage scenarios and [merged][Test262PullRequest]. | ||
* [x] Two compatible implementations which pass the acceptance tests: | ||
* [x] V8 ([tracking bug](https://bugs.chromium.org/p/v8/issues/detail?id=9548)) — Shipping in Chrome Canary 91 (V8 v9.0.259) | ||
* [x] SpiderMonkey ([tracking bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1519483)) — Shipping in Firefox Nightly 88 | ||
* [x] JavaScriptCore ([tracking bug](https://bugs.webkit.org/show_bug.cgi?id=202475)) — Shipping in Safari Technology Preview 122 | ||
* [x] Engine262 ([PR#1](https://github.com/engine262/engine262/pull/99), [PR#2](https://github.com/engine262/engine262/pull/161)) | ||
* [x] A [pull request][Ecma262PullRequest] has been sent to tc39/ecma262 with the integrated spec text. | ||
* [x] The ECMAScript editor has signed off on the [pull request][Ecma262PullRequest]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헛 이 부분 번역이 누락된 것 같습니다~
No description provided.