File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
blog/2025-09-23-temporal-release Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -360,10 +360,10 @@ implementation.
360360Third, with adoption from multiple engines, ` temporal_rs ` benefits via
361361external test coverage beyond the native Rust unit tests. For instance,
362362looking at the engines that offer conformance numbers (Boa, Kiesel, and
363- V8), every Temporal implementation is currently north of 95% conformance
364- with V8 reaching the highest at around 99% conformance. There is still a
365- small disparity in conformance, but this can be explained by the absence
366- of some related features, i.e. Boa still hasn't completed its
363+ V8), each implementation is currently north of 95% conformance with V8
364+ reaching the highest at around 99% conformance. There is still a small
365+ disparity in conformance, but this can be explained by the absence of
366+ some related features, i.e. Boa still hasn't completed its
367367` Intl.DateTimeFormat ` implementation yet so it fails all ECMA402
368368` toLocaleString ` tests. Nonetheless, we can still be fairly confident in
369369the general correctness of ` temporal_rs ` , and any potential bugs will
You can’t perform that action at this time.
0 commit comments