pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
9.08k stars 317 forks source link

Support `@import` comments #436

Open lishaduck opened 3 months ago

lishaduck commented 3 months ago

For projects that use TS but only use JSDoc, it'd be really nice if Madge could treat TS 5.5's new @import JSDoc tag as import type. I assume that this is probably a precinct issue (given the comments at #232), but if it's JS instead of TS, maybe not?