Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use path, fs from @types/node #23

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Use path, fs from @types/node #23

merged 1 commit into from
Oct 20, 2023

Conversation

WilsonZiweiWang
Copy link
Collaborator

@WilsonZiweiWang WilsonZiweiWang commented Oct 12, 2023

Seems like the files automatically include the path and fs from @types/node at root package.json. So I don't think the obsolete ones from server package.json are actually used. However, I didn't find a good replacement for find, so I used the readdir from fs to achieve the similar results.

server/src/BitBakeProjectScanner.ts Outdated Show resolved Hide resolved
@WilsonZiweiWang WilsonZiweiWang added the enhancement New feature or request label Oct 14, 2023
@WilsonZiweiWang WilsonZiweiWang changed the title Use path, fs from @types/node; Remove find module Use path, fs from @types/node Oct 20, 2023
@WilsonZiweiWang WilsonZiweiWang merged commit 9ffaf4d into staging Oct 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants