Mohsen Azimi
Mohsen Azimi
@Brooooooklyn thank you for your responses Question: is there a way of making this async? In the Rust land it is a sync operation but it can take some time...
@Brooooooklyn Added some bench and mine is slower! Any ideas where we can improve the performance on this? ``` "glob": 14 120 ops/s, ±1.43% | fastest "@napi-rs/glob": 12 553 ops/s,...
Fixed the async API and benchmark code. Of course napi would be faster!
an `export {}` can fix this
GraphQL Plugin is editing only as well. Follow this issue: https://github.com/Microsoft/TypeScript/issues/16607
Note that it's possible to have your own tsserver and tsc that does custom module resolution. By overloading `resolveModuleNames` it's possible to make compiler think a `.css` file resolve to...
That's great! I believe Parcel has of not actually writing to disk for this. @fathyb Can you confirm if that's true?
I mean those `.d.ts` files. Can we avoid writing those on disk
I think I remember now. Parcel is not using a memory fs yet. Once Parcel supports memory fs we can "write" to that fs without actually messing up the actual...
Maybe investigate spawning type checker into a separate thread to avoid holding critical path for type checking