mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
e522f4b65a
Mainly I removed `Temporal.Calendar` and `Temporal.TimeZone` and replaced them to APIs that handle calendar and timezone as strings. https://github.com/tc39/proposal-temporal/pull/2925 Related #24836
7 lines
244 B
Text
7 lines
244 B
Text
error: Uncaught (in promise) ReferenceError: Temporal is not defined
|
|
Temporal.Now.instant();
|
|
^
|
|
at [WILDCARD]missing_flag.js:1:1
|
|
|
|
info: Temporal is an unstable API.
|
|
hint: Run again with `--unstable-temporal` flag to enable this API.
|