Skip to content

Commit b58db37

Browse files
Update index.md
1 parent 9d6e17a commit b58db37

File tree

1 file changed

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

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,17 @@ culminated in an absolutely massive PR,
5050
[#3277](https://github.com/boa-dev/boa/pull/3277) (ASIDE from nekevss:
5151
mea culpa).
5252

53+
> _Temporal is the single biggest addition to ECMAScript since ES6_
54+
5355
The PR itself stubbed out a lot of the methods, implemented some
5456
Duration and Instant functionality, and started the support for custom
55-
calendars. There were, however, 2 major take aways from this PR: first,
56-
Temporal is a massive specification update; and second, there is a lot
57-
of room to potentially optimize Temporal if we do not deal with
57+
calendars. There were, however, 2 major take aways from this PR, first:
58+
- Temporal is a massive specification update, it's the single biggest addition to ECMAScript since ES6; and second..
59+
- there is a lot of room to potentially optimize Temporal if we do not deal with
5860
`JsValue` directly.
5961

60-
After a couple weeks, the question came up amongst the maintainers:
61-
could we separate the Boa's implementation off into a completely
62+
After a couple weeks, the question came up amongst maintainers of not just Boa, but other engines:
63+
could we separate the datetime logic and implementation off into a completely
6264
separate library? Sure, why not.
6365

6466
The first commit of then `boa_temporal` occurred in PR

0 commit comments

Comments
 (0)