-
Hey,
We have been using Madge for checking circular dependencies and that is working well! Lately we discovered that we are going to split our code base based on different platforms and I was think…
-
### TODO
- [x] Fix circular dependencies
- [ ] refactor exports to be platform agnostic
-
Running [madge](https://github.com/pahen/node-madge) on the Brackets source shows that we have a number of circular dependencies.
Some of these are known, like DocumentManagerEditorManager, and would…
-
Ideally, hook into the new Module code as well as onResourceLoad, to show what was requested/known and what got executed.
Call out circular dependencies.
Do a pretty graph. https://github.com/pahen/…
-
Create a [Madge](https://github.com/pahen/madge) pipe, so that netpack can compute dependency graph information. This information could be consumed in #36 by allowing the server to include information…
-
```[tasklist]
### Desiderata
- [ ] Implement this
- [ ] Tweet the UVI(s)
- [ ] Unsnooze https://github.com/beeminder/beeminder/issues/2561
```
Instead of the odometer reset feature, you should…
-
I recently used madge to map our node application as I began to split a large file out into smaller ones. Madge helped by showing a map of the files that depended on the file I was splitting and when …
-
While going through all the current issues, I see some related issues and I'm trying to categorize them.
This issue is created to discuss the priority of each versions and make some plan (or use [Git…
-
This relates to the 'module-detection' feature described in the following issue:
- #41
## Overview
- https://github.com/leizongmin/js-xss
- > Sanitize untrusted HTML (to prevent XSS) with…
-
_I have just discovered Madge and it's just superb work!_
It would be interesting for me, as I work on a Git branch, to understand how the files I've created relate to each other:
```bash
git d…