pahen / madge

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

skipped exports #435

Open zky847798418 opened 3 months ago

zky847798418 commented 3 months ago

when tsconfig.json have

"compilerOptions": { "module": "esnext", "moduleResolution": "bundler", "composite": true, "allowJs": true, "jsx": "react-native", "noEmit": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, }

typescript can parse package.json exports

but madge no parse

will skipped