Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
791 contributions in the last year
Activity overview
Contribution activity
November 2019
Created a pull request in tc39/proposal-temporal that received 7 comments
Merge from and fromString methods
Merge the from and fromString methods on the various builtins.
Absolute
DateTime
Date
YearMonth
MonthDay
Time
+334
−370
•
7
comments
- Add initial spec for TimeZone.
- move from to the top under constructor
- Remove Casts and standardize algorithms (Fixes #269)
- Using big-integer polyfill / fix absolute maths
- Make Date.prototype.toLocaleString handle non-Intl implementations.
- Various editorial and markup improvements
- Use RequireInternalSlot.
- Add MonthDay spec.
- Add DateTime spec.
- Set up codecov.io integration.
Created an issue in tc39/proposal-temporal that received 2 comments
Buggy constructor call in DateTime.from()
The constructor call in DateTime.from:
proposal-temporal/polyfill/lib/datetime.mjs Line 315 in 12c1143
is buggy, it ignores literally th…
2
comments