Closed RgnDunes closed 6 months ago
Latest commit: 764d9d1f331edcc3a2bad5b9ed5918c95f955a67
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit 6ec2047e.
Parsed (kb) | |||||
---|---|---|---|---|---|
🚦 | File Name | Base | PR | Diff | % |
📈 | cjs/index.js |
146.13 |
146.22 |
$\textcolor{red}{0.09}$ | 0.06 |
📈 | esm/index.min.js |
52.74 |
52.79 |
$\textcolor{red}{0.05}$ | 0.09 |
📈 | umd/index.js |
166.67 |
166.76 |
$\textcolor{red}{0.09}$ | 0.05 |
Generated by :no_entry_sign: dangerJS against 764d9d1f331edcc3a2bad5b9ed5918c95f955a67
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit 67f2c110.
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit c5605053.
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit 764d9d1f.
Description
This PR changes the logic for currency symbol placement evaluation used by formatToParts utilities.
Changes Made
List the main changes made in this pull request.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Additional Notes
Any additional information that would be helpful for the reviewer.
Checklist:
Reviewer Checklist
PR Title Format
Format:
<type>: <subject>
Types can be as follows:
feat
: (new feature for the user, not a new feature for build script)fix
: (bug fix for the user, not a fix to a build script)docs
: (changes to the documentation)style
: (formatting, missing semi colons, etc; no production code change)refactor
: (refactoring production code, eg. renaming a variable)test
: (adding missing tests, refactoring tests; no production code change)chore
: (updating grunt tasks etc; no production code change)