-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs[ATLAS-104]: Adding Documentation for Date & Time Module #56
docs[ATLAS-104]: Adding Documentation for Date & Time Module #56
Conversation
|
Bundle Size Report
|
🟢 No Change | 🗑 File Deleted | 🆕 New File | 📈 Size Increased | 👍 Size Reduced |
---|
Parsed (kb) | |||||
---|---|---|---|---|---|
🚦 | File Name | Base | PR | Diff | % |
🟢 | cjs/index.js |
56.74 |
56.74 |
|
0 |
🟢 | esm/index.js |
56.6 |
56.6 |
|
0 |
🟢 | umd/index.js |
63.46 |
63.46 |
|
0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ATLAS-104-date-module-and-ap-is-development #56 +/- ##
============================================================================
Coverage 41.41% 41.41%
============================================================================
Files 49 49
Lines 594 594
Branches 163 163
============================================================================
Hits 246 246
Misses 342 342
Partials 6 6 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-readme-update
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-readme-update
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…S�¤@ # àìٖ�Ë�§��MÇW<7å!`¡����o�åËÜQOöà&¾�ü7¸&tQ٫ÀB�c�F\�#�U��»l��Ý3¹:¼ �s��;#Åt%3©teEåËÍaƆ�%Ǵ�þO�_X_)�¡^�º�Q¸9ñ|(¬VÚÀ/ⱌ/ûÛÛÍÛ"��$÷�Q G,S��¢\,νk8 {7�#òÃq��¹²&é'<���µ»q®ïúï{¥àbGgØ|Å;B���F2��¥hl,ÓæBր¢�«pµá-p$p'NÆtc¥GÏb¤+��3��#/IÏR�)c³��ÁÎ÷�þíGq�F¥�Fóâl|Ec!��X�j¢óHÙxZ�ÊÃ�ÝÁ����©¾¾£¿�.��ÓU�¶¾¡%ýî[� y� �Í8Ý\ï�¹�¢;�R¹�Q
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…development' into ATLAS-104-date-module-and-apis-development-readme-update
140f42e
into
ATLAS-104-date-module-and-ap-is-development
Description
This PR adds documentation for Date & Time Module for below api's:
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)