Skip to content

Commit bfb9483

Browse files
nekevssjedel1043
andauthored
Update blog/2025-06-15-temporal-impl-1.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 6dd2b0c commit bfb9483

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blog/2025-06-15-temporal-impl-1.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,10 @@ Folks, we're pleased to announce that `temporal_rs` won't be supporting
299299
that! ... or at least not in that shape.
300300

301301
Again, the goal of `temporal_rs` is to implement the specification to
302-
the highest degree possible and where it can't implement the
303-
specification like in the case of a `from<JsValue>`, it provides methods
304-
to support the implementation of Temporal in engines.
302+
the highest possible degree of conformance, so when we couldn't provide
303+
a direct translation of the specification's API, we made sure to
304+
provide APIs that (hopefully) made the glue code between engines and
305+
`temporal_rs` much shorter.
305306

306307
To exemplify this, let's take a look at some valid uses of `from` in JavaScript to
307308
construct a `PlainDate`.

0 commit comments

Comments
 (0)