Skip to content

Commit b439c19

Browse files
Update index.md
1 parent 3314af8 commit b439c19

File tree

1 file changed

+5
-6
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+5
-6
lines changed

blog/2025-09-24-temporal-release/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
4448
In this section, we'll reflect on the overall implementation, some
4549
general difficulties we had along with lessons learned.
4650

4751
The temporal implementation in Boa began over two years ago and
4852
culminated 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

5655
The PR itself stubbed out a lot of the methods, implemented some
5756
Duration and Instant functionality, and started the support for custom

0 commit comments

Comments
 (0)