@@ -50,15 +50,17 @@ culminated in an absolutely massive PR,
5050[ #3277 ] ( https://github.com/boa-dev/boa/pull/3277 ) (ASIDE from nekevss:
5151mea culpa).
5252
53+ > _ Temporal is the single biggest addition to ECMAScript since ES6_
54+
5355The PR itself stubbed out a lot of the methods, implemented some
5456Duration 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
6264separate library? Sure, why not.
6365
6466The first commit of then ` boa_temporal ` occurred in PR
0 commit comments