File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
blog/2025-09-24-temporal-release Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,16 @@ design, and then we'll walk through a couple brief examples of using
4141
4242## Some background and history
4343
44+ > _ "Temporal is the single biggest addition to ECMAScript since ES6"_
45+ >
46+ > <cite >Jason Williams, TC39 Delegate</cite >
47+
4448In this section, we'll reflect on the overall implementation, some
4549general difficulties we had along with lessons learned.
4650
4751The temporal implementation in Boa began over two years ago and
4852culminated in an absolutely massive PR,
49- [ #3277 ] ( https://github.com/boa-dev/boa/pull/3277 ) (ASIDE from nekevss:
50- mea culpa).
51-
52- > _ "Temporal is the single biggest addition to ECMAScript since ES6"_
53- >
54- > <cite >Jason Williams, TC39 Delegate</cite >
53+ [ #3277 ] ( https://github.com/boa-dev/boa/pull/3277 ) .
5554
5655The PR itself stubbed out a lot of the methods, implemented some
5756Duration and Instant functionality, and started the support for custom
You can’t perform that action at this time.
0 commit comments