Skip to content

Commit

Permalink
fixup! Editorial: Prefix names of intrinsics with "Intl" and use dott…
Browse files Browse the repository at this point in the history
…ed intrinsic form. See: tc39/ecma402#843 (prefix names of intrinsics) tc39/ecma402#474 (dotted intrinsic form)
  • Loading branch information
ben-allen committed Nov 13, 2024
1 parent b58479c commit 80ec2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
1. Perform ! CreateDataPropertyOrThrow(_nfOpts_, *"maximumFractionDigits"*, _maximumFractionDigits_).
1. Perform ! CreateDataPropertyOrThrow(_nfOpts_, *"minimumFractionDigits"*, _minimumFractionDigits_).
1. Perform ! CreateDataPropertyOrThrow(_nfOpts_, *"roundingMode"*, *"trunc"*).
1. Let _nf_ be ! Construct(%NumberFormat%, « _durationFormat_.[[Locale]], _nfOpts_ »).
1. Let _nf_ be ! Construct(%Intl.NumberFormat%, « _durationFormat_.[[Locale]], _nfOpts_ »).
1. Let _secondsParts_ be PartitionNumberPattern(_nf_, _secondsValue_).
1. For each Record { [[Type]], [[Value]] } _part_ of _secondsParts_, do
1. Append the Record { [[Type]]: _part_.[[Type]], [[Value]]: _part_.[[Value]], [[Unit]]: *"second"* } to _result_.
Expand Down

0 comments on commit 80ec2ee

Please sign in to comment.