You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2021-01-14-boa-release-11/index.mdx
+4-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ Previously many tests failed to run as the test-runner was still being worked on
33
33
34
34
For live tracking of conformance tests you can check [here](https://boa-dev.github.io/boa/test262/). Below is a snapshot of the previous version and today.
Copy file name to clipboardExpand all lines: blog/2024-02-29-boa-release-18/index.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ author: Boa Developers
7
7
8
8
## Summary
9
9
10
-
Boa v0.18 is now available! After 7 months of development we are very happy to present you the latest release of the Boa JavaScript engine. Boa makes it easy to
11
-
embed a JS engine in your projects, and you can even use it from WebAssembly. See the [about](/about) page for more info.
10
+
Boa v0.18 is now available! After 7 months of development we are very happy to present you the latest release of the Boa
11
+
JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and you can even use it from WebAssembly.
12
+
See the [about](/about) page for more info.
12
13
13
14
In this release, our conformance has grown from 78.74% to 84.64% in the official ECMAScript Test Suite (Test262). While
14
15
this might look as a small increase, we now pass **6,079** more tests than in the previous version. In any case, the big
@@ -35,12 +36,14 @@ Furthermore, we now have a new domain for Boa, [boajs.dev][boajs].
35
36
36
37
### We're on [test262.fyi](https://test262.fyi/)!
37
38
38
-
Thanks to the amazing work of [CanadaHonk](https://twitter.com/CanadaHonk), Boa is now listed on [test262.fyi](https://test262.fyi/). This is a great achievement for us and we are very proud to be listed alongside other major JavaScript engines. It should be much easier for users to compare Boa's conformance tests with other engines.
39
+
Thanks to the amazing work of [CanadaHonk](https://twitter.com/CanadaHonk), Boa is now listed on
40
+
[test262.fyi](https://test262.fyi/). This is a great achievement for us and we are very proud to be listed alongside
41
+
other major JavaScript engines. It should be much easier for users to compare Boa's conformance tests with other engines.
Copy file name to clipboardExpand all lines: docs/debugging/debug_intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ sidebar_position: 1
6
6
7
7
There are various tools and methods provided to assist with debugging Boa.
8
8
9
-
We are always looking for new methods of debugging. If there is one that you think would be useful, please feel free to submit an issue and/or pull request.
9
+
We are always looking for new methods of debugging. If there is one that you think would be useful, please feel free to submit an issue and/or pull request.
0 commit comments