javascript-analyzer
javascript-analyzer copied to clipboard
This is Exercism's automated analyzer for the JavaScript track.
Anything we write to a file called `analysis.out` (in the solution directory) will be made available to us later for manual inspection. If the `-c(onsole)` flag is not given and...
Currently there is quite a bit of code that is obnoxious because of `node.fs`. Instead, we might want to use [`shelljs`](https://github.com/shelljs/shelljs) and have a lot of this be handled by...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.1 to 3.0.4. Release notes Sourced from form-data's releases. v3.0.2 Fixes npmignore temporary build files (#532) move util.isArray to Array.isArray (#564) Tests migrate from travis to GHA...
The following four placeholders are present in the stubs. They should be detected and a "must-fix" message should be added to remove the line which is now dead-code. ```javascript throw...