Posts by petamoriken / 森建
@tc39.es Stage 3 proposal `import defer` is now code-complete in Chromium (behind a flag) thanks to Caio Lima at @igalia.com 🎉
The V8 work was done one month ago. Now Chromium integration is also done.
Still some fuzzing to go before unflagging.
chromium-review.googlesource.com/c/chromium/s...
大丈夫だった。
blog.jxck.io/entries/2026...
Flint is going strong 💪 we've got a ton of progress to report from 2025 + the start of 2026, plus big plans for 2026->2027.
I'm so happy to be leading a project that has such a great team and is making such consistent progress on a solid foundation + vision. ❤️🔥
www.flint.fyi/blog/the-sta...
😅
> I think we should use stronger language to clarify "violate the spec at your own risk", in case V8 start to CHECK on it.
github.com/nodejs/node/...
TypeScript 6.0 is now available!
This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more!
But most important, this release brings us one step closer to the upcoming native-speed 7.0!
devblogs.microsoft.com/typescript/a...
👀
github.com/explainers-b...
Thank you for your help with reviewing my PRs to Deno and for championing my Normative Changes at TC39.
I look forward to your future endeavors!
Personal update: I resigned from Deno two weeks ago. Yesterday was my last day at Deno.
Working on Deno, Deno Deploy, JSR, and Fresh with my world class colleagues has been an absolute honor. I wish everyone who I have worked with at Deno the absolute best - continue building groundbreaking things!
Delegates of TC39 in Google's Chelsea Market office
ECMAScript excitement 😉
This week in NY @tc39.es advanced these proposals 🎉
4⃣ Intl Era/Month Code
4⃣ Temporal
3⃣ Import Text
2⃣.7⃣ Error Stack Accessor
2⃣.7⃣ Iterator Includes
2⃣ Intl Unit Protocol
2⃣ Thenable Curtailment
1⃣ Error Code Property
🗑️ Dynamic Import Host Adjustment
ECMAScript Euphoria! 🎉
We don't always post when a single proposal advances, but when we do, it's Temporal -> Stage 4.
Just days shy of 9 years from Stage 1, a herculean effort on the part of many champions, delegates, invited experts, and contributors, past and present. Thank you all! 🙌
Slay the Spire 2 やって
ECMAScript excitement 😉
Congrats to Ben Allen @igalia.com on advancing Intl era & monthCode to Stage 4 at TC39 today 🎉
It extends Temporal by defining handling of era, eraCode & monthCode for non-ISO-8601 calendars.
github.com/tc39/proposa...
CSS has rem() and mod()
I'm starting to feel like I want a modulo operator %% in JS, in addition to the % operator that corresponds to remainder 🤔
es.discourse.group/t/modulo-ope...
It's so hard to implement CSS Values and Units...🥹
github.com/denoland/den...
I've learned that implementing CSS functions is more difficult than I anticipated...
CSS.supports("width", "calc(1deg * 1px * 1% * 1s / 1deg / 1% / 1s)");
// => true