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

Add outline for specification #17

Merged
merged 7 commits into from
May 31, 2023
Merged

Add outline for specification #17

merged 7 commits into from
May 31, 2023

Conversation

eemeli
Copy link
Member

@eemeli eemeli commented Oct 13, 2022

This adds some actual contents to the spec.emu file, mostly covering some of the public API of this proposal. Many internal parts are left as ...TODO so that they may be addressed separately.

@eemeli eemeli requested a review from dminor October 13, 2022 11:41
spec.emu Outdated Show resolved Hide resolved
spec.emu Outdated Show resolved Hide resolved
<h1>InitializeMessageFormat ( _messageFormat_, _source_, _locales_, _options_ )</h1>

<p>
The abstract operation InitializeMessageFormat accepts the arguments _messageFormat_ (which must be an object), _source_, _locales_, and _options_. It initializes _messageFormat_ as a MessageFormat object. The following steps are taken:
Copy link
Member

Choose a reason for hiding this comment

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

is 402 updated yet to use the new structured headers for AOs?

also, this should require not just any object, but the specific kind in question (so it has the needed slots)

Copy link
Member Author

Choose a reason for hiding this comment

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

Looking at the other Intl constructors, I presume it'd be ok to inline these contents there, rather than having it as a separate AO?

@eemeli eemeli merged commit 0b69ca0 into main May 31, 2023
@eemeli eemeli deleted the spec-start branch May 31, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants