antoine-coulon / skott

All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)
MIT License
669 stars 25 forks source link

feat: add support for index jsx/tsx files in modules #121

Closed robertoyoc closed 1 year ago

robertoyoc commented 1 year ago

Solves https://github.com/antoine-coulon/skott/issues/120

antoine-coulon commented 1 year ago

Once tests are added, could you also please add a changeset to this PR, I think this should be annotated as a patch version.

For that at the root of the workspace you can run:

pnpm changeset

Select "skott" for a patch version update and describe what was added there. Thanks @robertoyoc!

robertoyoc commented 1 year ago

I'll follow your instructions and push later @antoine-coulon 👍

robertoyoc commented 1 year ago

@antoine-coulon let me know if anything else needed