Deno adds API for date and time operations
Briefly

Deno 1.40 introduces significant enhancements including support for the latest ECMAScript decorator syntax, enabling more expressive coding with class extensions. Notable new features include the properties import.meta.filename and import.meta.dirname for improved module path access, alongside built-in Node.js APIs that expand functionality. The imports field in deno.json now offers a streamlined syntax for subpath export dependencies. Diagnostics receive a boost through a new diagnostic printer in deno lint and deno doc, while integration with TypeScript's Language Service API significantly increases performance and resolves various bugs.
Deno 1.40 introduces support for the latest ECMAScript decorator syntax, allowing developers to write more expressive code benefiting from widely adopted class extensions.
The new version facilitates easier module management with enhanced import.meta properties and streamlined syntax for dependencies, improving coding efficiency.
Deno 1.40 comes with revamped diagnostics tools and integration improvements with TypeScript's Language Service API, resulting in significant performance boosts.
Built-in Node.js APIs are now accessible in Deno, broadening its functionality with essential constants and process capabilities typical in Node.js environments.
Read at InfoWorld
[
|
]