support acorn as a faster approach to parse code for the analyzer

This commit is contained in:
Nacho Codoñer
2025-03-22 08:23:27 +01:00
parent b8472bf257
commit d34c094bd8
2 changed files with 29 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ var packageJson = {
"ws": "7.4.5",
"open":"8.4.2",
"@swc/core": "1.11.11",
"swc-to-babel": "4.0.0",
"acorn": "8.14.1",
}
};