dsherret / ts-morph

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
https://ts-morph.com
MIT License
5k stars 195 forks source link

perf: remove mkdirp dependency #1549

Closed benmccann closed 2 months ago

benmccann commented 4 months ago

sorry, I can't figure out how to run the project locally. I've never used Deno before and am not familiar with what's happening in the build process. I noticed an error in the code and updated it, so hopefully that will get the tests passing. If not, I may need a little help with this one

dsherret commented 4 months ago

I think it should just be to run npm install in the root, then cd packages/common, then npm run test

benmccann commented 4 months ago

ah, cool. thanks. that worked! I was trying to build it from the root first, which wasn't working at all

benmccann commented 3 months ago

@dsherret would you be able to give this PR another peek now that the CI is passing? thanks!