Skip to content

Commit d0981ee

Browse files
authored
Merge pull request #463 from ryzokuken/parse
editorial: add note about parsing
2 parents 28dbdf5 + 26c4922 commit d0981ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/overview.html

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ <h1>API Overview</h1>
4343
<p>
4444
The Intl object is used to package all functionality defined in the ECMAScript 2021 Internationalization API Specification to avoid name collisions.
4545
</p>
46+
47+
<emu-note>While the API includes a variety of formatters, it does not provide any parsing facilities. This is intentional, has been discussed extensively, and concluded after weighing in all the benefits and drawbacks of including said functionality. See the discussion on the <a href="https://github.com/tc39/ecma402/issues/342">issue tracker</a>.</emu-note>
4648
</emu-clause>
4749

4850
<emu-clause id="sec-implementation-dependencies">

0 commit comments

Comments
 (0)