Skip to content

Commit bb77027

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 35a6548 commit bb77027

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,6 +1588,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
15881588

15891589
- [ReSharper](https://www.jetbrains.com/resharper) :copyright: — Extends Visual Studio with on-the-fly code inspections for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other technologies.
15901590

1591+
- [Rev-dep](https://github.com/jayu/rev-dep) — Dependency analysis and optimization toolkit for modern JavaScript and TypeScript projects. Trace imports, identify circular dependencies, find unused code, clean node modules.
1592+
15911593
- [RIPS](https://www.ripstech.com) :copyright: — A static source code analyser for vulnerabilities in PHP scripts.
15921594

15931595
- [Roslyn Analyzers](https://github.com/dotnet/roslyn-analyzers) — Roslyn-based implementation of FxCop analyzers.

data/api/tools.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,6 +3752,9 @@
37523752
],
37533753
"languages": [
37543754
"javascript",
3755+
"jsx",
3756+
"lua",
3757+
"python",
37553758
"typescript"
37563759
],
37573760
"other": [
@@ -16850,6 +16853,42 @@
1685016853
"demos": null,
1685116854
"wrapper": null
1685216855
},
16856+
"rev-dep": {
16857+
"name": "Rev-dep",
16858+
"categories": [
16859+
"linter"
16860+
],
16861+
"languages": [
16862+
"javascript",
16863+
"jsx",
16864+
"typescript"
16865+
],
16866+
"other": [
16867+
"ci"
16868+
],
16869+
"licenses": [
16870+
"MIT License"
16871+
],
16872+
"types": [
16873+
"cli"
16874+
],
16875+
"homepage": "https://github.com/jayu/rev-dep",
16876+
"source": "https://github.com/jayu/rev-dep",
16877+
"pricing": null,
16878+
"plans": null,
16879+
"description": "Dependency analysis and optimization toolkit for modern JavaScript and TypeScript projects. Trace imports, identify circular dependencies, find unused code, clean node modules.",
16880+
"discussion": null,
16881+
"deprecated": null,
16882+
"resources": [
16883+
{
16884+
"title": "Install via NPM",
16885+
"url": "https://www.npmjs.com/package/rev-dep"
16886+
}
16887+
],
16888+
"reviews": null,
16889+
"demos": null,
16890+
"wrapper": null
16891+
},
1685316892
"reviewdog": {
1685416893
"name": "Reviewdog",
1685516894
"categories": [

0 commit comments

Comments
 (0)