メインコンテンツへスキップ

All Posts

News bits

JavaScript Temporal is coming - MDN

Temporal を紹介する記事と、270 ページを超える Temporal についてのドキュメントが MDN で公開。

https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal

Temporal は、Firefox や Safari で実験的なリリースが展開され始めている。

Deno v1.40

Deno v1.40 がリリースされました。

https://deno.com/blog/v1.40

Temporal APIがサポートされました。Temporal は既存の Date オブジェクトの問題を解消し、日付と時間を扱う新しい標準 API として提案されたものです。

またimport.meta.filenameimport.meta.dirnameがサポートされました。

jsx
console.log(import.meta.filename);
console.log(import.meta.dirname);

/*
$ deno run /dev/my_module.ts
/dev/my_module.ts
/dev/
*/

著者について

Hi there. I'm hrdtbs, a frontend expert and technical consultant. I started my career in the creative industry over 13 years ago, learning on the job as a 3DCG modeler and game engineer in the indie scene.

In 2015 I began working as a freelance web designer and engineer. I handled everything from design and development to operation and advertising, delivering comprehensive solutions for various clients.

In 2016 I joined Wemotion as CTO, where I built the engineering team from the ground up and led the development of core web and mobile applications for three years.

In 2019 I joined matsuri technologies as a Frontend Expert, and in 2020 I also began serving as a technical manager supporting streamers and content creators.

I'm so grateful to be working in this field, doing something that brings me so much joy. Thanks for stopping by.