Skip to content

Commit 25c5add

Browse files
authored
README: Add link to polyfill (#56)
1 parent 239358a commit 25c5add

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,10 @@ Some units can be combined. In the US, it is common to express the heights of pe
145145
* [Smart Units](https://github.com/tc39/proposal-smart-unit-preferences) (mentioned several times as a natural follow-on proposal to this one)
146146
* [Decimal](https://github.com/tc39/proposal-decimal) for exact decimal arithmetic
147147
* [Keep trailing zeroes](https://github.com/tc39/proposal-intl-keep-trailing-zeros) to ensure that when Intl handles digit strings, it doesn't automatically strip trailing zeroes (e.g., silently normalize "1.20" to "1.2").
148+
149+
## Polyfill
150+
151+
A [polyfill](https://www.npmjs.com/package/proposal-amount)
152+
is available for testing. Since this proposal is still at
153+
stage 1, expect breaking changes; in general, it is not
154+
suitable for production use.

0 commit comments

Comments
 (0)