-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Reorganize JS numbers/dates/strings guides #37563
Conversation
Preview URLs (15 pages)
Flaws (355)Note! 3 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (3)URL:
URL:
(comment last updated: 2025-01-14 17:19:28) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a scan through, and it's a +1 from me to unblock you
In tandem with #37344, we need to write a usage guide for
Temporal
. The current organization of the guides are a bit awkward and squeezingTemporal
into "Numbers and dates" would make that page a bit too cramped and lose focus. As such, I think it's time to reorganize the topics a bit. Previously, we have "Numbers and dates" (which talks aboutNumber
,BigInt
,Math
, andDate
) and "Text formatting" (which talks aboutString
andIntl
). Now, we are reorganizing them as:Number
,BigInt
,Math
,String
Date
, and in the futureTemporal
Intl
In the future, the latter two pages will be greatly expanded to talk about all modern APIs. This PR refrains from introducing major content to make it easier to review and merge, but that does leave the latter two pages as looking a bit "thin".