Replies: 8 comments 2 replies
-
Hi! That's great to hear about your interest in using Boa! To answer a few of the questions from above:
EDIT: Boa is currently on test262.fyi for conformance testing for reference |
Beta Was this translation helpful? Give feedback.
-
Glad to hear you're considering using Boa! Just answering some of your questions in more detail:
If you have any technical questions about the engine, feel free to open a discussion thread in the repo and we'll try to answer ASAP :) |
Beta Was this translation helpful? Give feedback.
-
Thanks, that gives me some good starting references! Conformance-wise it seems Boa might be good enough already for us then, and performance I guess we'll have to see :) I'll try if I can make a PoC first with a transpilation step in-between to see how far that gets us. |
Beta Was this translation helpful? Give feedback.
-
A first PoC PR is ready: biomejs/biome#1825 |
Beta Was this translation helpful? Give feedback.
-
Btw, the issue I was referring to with the module loader is the |
Beta Was this translation helpful? Give feedback.
-
Our roadmap for this cycle is almost done, we're working on migrating our Temporal implementation, fixing some bugs with our conformance tester and finishing our new webpage. No promises, but expect a release at the end of the month/start of the next month. |
Beta Was this translation helpful? Give feedback.
-
Perfect, thanks for your work! |
Beta Was this translation helpful? Give feedback.
-
Heads up: biomejs/biome#2467 Please try not to sway the poll too much 😅 |
Beta Was this translation helpful? Give feedback.
-
Hey there! I am currently investigating whether Boa could be used as an interpreter inside Biome to power its future plugin system. The fact that Boa is written in Rust is surely a pre, since it should make it easier for us to integrate. The fact you've already seemingly done a good job of separating core functionality into several crates makes it even more attractive.
A few questions to start off the discussion:
ModuleLoader
trait, so maybe I've already answered most of my own question :) Anything to be mindful of here?Beta Was this translation helpful? Give feedback.
All reactions