-
Notifications
You must be signed in to change notification settings - Fork 8
Editorial: Add and use additional MonthCode AOs #73
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
Conversation
Co-authored-by: Richard Gibson <[email protected]>
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.
LGTM after fixing the typo.
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.
👍
Just nitpicks.
Have a look at tc39/proposal-temporal#3144 and see if you agree with Richard's suggestion to merge ToMonthCode and ParseMonthCode. If so, you'll need to add a few !
accordingly.
Co-authored-by: Philip Chimento <[email protected]>
Split from #69
Depends on tc39/proposal-temporal#3144
This turns some of the prose into algorithm steps while still leaving some of the prose in place. After this lands, I'll be able to refactor #69 to be more narrow in scope.