We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6352eb6 commit 9f1e029Copy full SHA for 9f1e029
blog/2025-06-15-temporal-impl-1.md
@@ -14,8 +14,8 @@ authors: boa-dev
14
15
This will be a series of posts primarily about implementing a new
16
JavaScript feature in Rust, specifically the new date/time built-in:
17
-Temporal. We'll be going over the general implementation of Temporal in
18
-Boa as well as the crates supporting that implementation.
+Temporal. We'll be going over general lessons and interesting design choices we've
+stumbled upon, as well as the crates supporting that implementation.
19
20
Why should you care? Well we are not only implementing it for
21
JavaScript, but Rust as well ... more on that in a bit.
0 commit comments