Giter Site home page Giter Site logo

Comments (5)

aackerman avatar aackerman commented on July 3, 2024

I'll take this into consideration, but I'm not changing the base output right now. In v4.x I've provided the onDetected method as an escape hatch for customization.

Please take a look at that and let me know if it doesn't resolve your concerns.

from circular-dependency-plugin.

giniedp avatar giniedp commented on July 3, 2024

i actually use my own implementation, based on your source. My intention was to share my improvements which i think some devs would be happy to see. Actually points 2. and 3. are the main reasons why i had to roll up my own implementation.

Points 1. and 2. are solvable with onDetected. That callback is nice to have for little adjustments like the log format. But point 3. is a bit more complicated. One would have to track all previously detected circular dependencies and also reset that information before a rebuild (watch mode). From that callback only one does not know when to reset the tracked information. Further, that kind of logic would clutter the configuration file. That should happen inside the plugin.

from circular-dependency-plugin.

aackerman avatar aackerman commented on July 3, 2024

@giniedp do you have a specific example where a circular dependency is reported more than one time?

from circular-dependency-plugin.

giniedp avatar giniedp commented on July 3, 2024

if foo.ts and bar.ts both require each other, then the plugin reports 2 detections

foo.ts -> bar.ts -> foo.ts

and

bar.ts -> foo.ts -> bar.ts

from circular-dependency-plugin.

Retsam avatar Retsam commented on July 3, 2024

I'm seeing the same behavior, if I have N files in a circular reference, I'll see N lines of output for the chain.

Here's a gist with a full example: https://gist.github.com/Retsam/9c35799c3b1867d9a1170f8c04301308, and here's the output I get when I webpack it:

WARNING in Circular dependency detected:
a.js -> b.js -> c.js -> a.js

WARNING in Circular dependency detected:
b.js -> c.js -> a.js -> b.js

WARNING in Circular dependency detected:
c.js -> a.js -> b.js -> c.js

from circular-dependency-plugin.

Related Issues (20)

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.