Open RgnDunes opened 5 months ago
Latest commit: 69c10329bb40a0d1dc3214d4bcae143d26f38fa4
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
0 files ±0 0 suites ±0 0s :stopwatch: ±0s 0 tests ±0 0 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit 69c10329. ± Comparison against base commit 0a35206f.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.65%. Comparing base (
0a35206
) to head (69c1032
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fails | |
---|---|
:no_entry_sign: | 🕵 Whoops, I don't see any reviewers. Remember to add one. |
Parsed (kb) | |||||
---|---|---|---|---|---|
🚦 | File Name | Base | PR | Diff | % |
🟢 | cjs/index.js |
151.85 |
151.85 |
$\textcolor{green}{0}$ | 0 |
🟢 | esm/index.min.js |
54.58 |
54.58 |
$\textcolor{green}{0}$ | 0 |
🟢 | umd/index.js |
172.93 |
172.93 |
$\textcolor{green}{0}$ | 0 |
Generated by :no_entry_sign: dangerJS against 69c10329bb40a0d1dc3214d4bcae143d26f38fa4
Description
This PR adds flowcharts for individual module for better visibility of what all apis are present in any particular module.
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)