Make tests and solving runtime agnostic

This commit is contained in:
Simon Sawicki
2025-08-31 11:52:53 +02:00
parent b429843661
commit c0927ec09d
6 changed files with 207 additions and 177 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"type": "module",
"dependencies": {
"astring": "1.9.0",
"meriyah": "6.1.4"
},
"devDependencies": {
"rollup": "4.49.0"
}
}