javascript-analyzer icon indicating copy to clipboard operation
javascript-analyzer copied to clipboard

This is Exercism's automated analyzer for the JavaScript track.

Results 17 javascript-analyzer issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies
javascript

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...

x:action/improve
x:module/analyzer
x:module/concept-exercise
x:module/practice-exercise
x:type/coding

x:module/analyzer
x:type/coding
x:size/massive