Open milkcask opened 1 month ago
ESNext
n/a
Temporal
Temporal.Now
Temporal.Instant
Temporal.ZonedDateTime
Temporal.PlainDate
Temporal.PlainTime
Temporal.PlainDateTime
Temporal.PlainYearMonth
Temporal.PlainMonthDay
Temporal.Duration
const now = Temporal.Now.instant(); const past = Temporal.Instant.from('1969-07-20T20:17Z');
https://tc39.es/proposal-temporal/docs/index.html
The API itself is quite stable. It is calendar that is blocking implementation.
FYI: Deno has implemented it quite long ago: Temporal - Web - Deno Docs
⚙ 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
Documentation Link
https://tc39.es/proposal-temporal/docs/index.html
The API itself is quite stable. It is calendar that is blocking implementation.