Giter Club home page Giter Club logo

Comments (2)

juanallo avatar juanallo commented on May 24, 2024

Hi,
I need to check a little bit more depcheck but this plugin is based on this other tool: npmjs.com/package/dependency-cruiser which is mainly for js/TS ecosystem.

It's using that under the hood to do the analysis. My goal is to provide a UI on top of it that would let you filter and organize the automatic visualization to make more sense of it. The main goal was to give you a good way of visualizing dependencies. I find this sometimes hard on TS/JS.

What would be some use cases you had in mind?

from vscode-dependency-cruiser.

zardoy avatar zardoy commented on May 24, 2024

Sorry for the latency. I looked into dependency-cruiser and now I understand that there are different. dependency-cruiser builds TypeScript import graphs, while depcheck is focused on detecting which package.json dependencies are in usage, which are missing in package.json but used in the code and finally which are not used and can be removed. It mainly focused on "just find any usage", without even reporting location in files. It looked promising since it has special detectors, e.g. it can detect that dependency referened in package.json script.

I just wanted to try it on real projects, so built https://github.com/zardoy/vscode-depcheck and even UI is absolutely different
image

I'll probably try to improve to location detections and finally make it possible to bundle..

from vscode-dependency-cruiser.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.