Skip to content

Conversation

@dreyfus92
Copy link
Contributor

@dreyfus92 dreyfus92 commented May 30, 2025

Closes: #4

cc @43081j

@dreyfus92 dreyfus92 changed the title feat: add fdir for improved directory crawling and package detection feat: add fdir for improved directory crawling and package detection May 30, 2025
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/picomatch": "^4.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this?

Copy link
Contributor Author

@dreyfus92 dreyfus92 Jun 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, ts was yelling about missing type defs for the picomatch module (which is a dep of fdir). i was getting an error like this one:

Could not find a declaration file for module 'picomatch'.

@43081j 43081j merged commit 2d2d40e into e18e:main Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify node_modules traversal using fdir

2 participants