⚙ Compilation target
ESNext
⚙ Library
n/a
Missing / Incorrect Definition
Temporal
Temporal.Now
Temporal.Instant
Temporal.ZonedDateTime
Temporal.PlainDate, Temporal.PlainTime, Temporal.PlainDateTime
Temporal.PlainYearMonth, Temporal.PlainMonthDay
Temporal.Duration
Sample Code
const now = Temporal.Now.instant();
const past = Temporal.Instant.from('1969-07-20T20:17Z');
Documentation Link
https://tc39.es/proposal-temporal/docs/index.html
The API itself is quite stable. It is calendar that is blocking implementation.
⚙ Compilation target
ESNext
⚙ Library
n/a
Missing / Incorrect Definition
TemporalTemporal.NowTemporal.InstantTemporal.ZonedDateTimeTemporal.PlainDate,Temporal.PlainTime,Temporal.PlainDateTimeTemporal.PlainYearMonth,Temporal.PlainMonthDayTemporal.DurationSample Code
Documentation Link
https://tc39.es/proposal-temporal/docs/index.html
The API itself is quite stable. It is calendar that is blocking implementation.